Files
wen-yi/dist/dev/mp-weixin/pages/suan-gua/suan-gua.wxss
T
SnhAenIgseAl 7bde226505 first commit
2026-03-31 16:44:41 +08:00

245 lines
5.6 KiB
Plaintext

/**
* 这里是uni-app内置的常用样式变量
*
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
*
*/
/**
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
*
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
*/
/* 颜色变量 */
/* 行为相关颜色 */
/* 文字基本颜色 */
/* 背景颜色 */
/* 边框颜色 */
/* 尺寸变量 */
/* 文字尺寸 */
/* 图片尺寸 */
/* Border Radius */
/* 水平间距 */
/* 垂直间距 */
/* 透明度 */
/* 文章场景相关 */
.container.data-v-14c39f7b {
display: flex;
flex-direction: column;
align-items: center;
padding: 32rpx;
box-sizing: border-box;
height: auto;
width: 100%;
}
/* 头部 */
.header.data-v-14c39f7b {
background-color: #fff;
width: 100%;
height: auto;
padding: 32rpx;
box-sizing: border-box;
border-radius: 32rpx;
box-shadow: 0 8rpx 20rpx rgba(0, 0, 0, 0.08);
}
.header .title.data-v-14c39f7b {
font-size: 32rpx;
font-weight: bold;
color: #3a2c1f;
letter-spacing: 4rpx;
display: block;
text-shadow: 2rpx 2rpx 0 rgba(0, 0, 0, 0.05);
}
.header .header-time.data-v-14c39f7b {
margin-top: 32rpx;
gap: 32rpx;
font-size: 28rpx;
}
.header .subtitle.data-v-14c39f7b {
font-size: 26rpx;
color: #7f6b4f;
margin-top: 12rpx;
display: block;
}
/* 三枚铜钱区域 */
.coins-area.data-v-14c39f7b {
display: flex;
justify-content: space-between;
gap: 32rpx;
margin: 16rpx 0;
flex-wrap: wrap;
}
.coins-area .coin.data-v-14c39f7b {
width: 160rpx;
height: 160rpx;
filter: drop-shadow(0 8rpx 10rpx rgba(0, 0, 0, 0.25));
}
.data-v-14c39f7b .cast-btn {
width: 400rpx;
background: #4b3a2b;
color: #fef1df;
border-radius: 100rpx;
font-size: 36rpx;
font-weight: bold;
padding: 24rpx 0;
box-shadow: 0 6rpx 0 #2b2118;
transition: all 0.1s linear;
margin-bottom: 20rpx;
border: none;
}
/* 按钮区域 */
.action-area.data-v-14c39f7b {
display: flex;
flex-direction: column;
align-items: center;
margin: 30rpx 0 40rpx;
width: 100%;
}
.action-area .progress-text.data-v-14c39f7b {
font-size: 28rpx;
color: #5c4a34;
background: rgba(255, 245, 225, 0.8);
padding: 8rpx 24rpx;
border-radius: 60rpx;
}
.action-area .complete-text.data-v-14c39f7b {
color: #9b6e3e;
font-weight: 500;
}
/* 底部结果区域 (主爻 | 动爻) */
.result-area.data-v-14c39f7b {
display: flex;
width: 100%;
gap: 32rpx;
min-height: 348rpx;
}
.result-area .main-lines.data-v-14c39f7b,
.result-area .moving-lines.data-v-14c39f7b {
flex: 1;
background: #f3f4f6;
-webkit-backdrop-filter: blur(4px);
backdrop-filter: blur(4px);
border-radius: 16rpx;
padding: 24rpx;
box-shadow: 0 8rpx 20rpx rgba(0, 0, 0, 0.08);
position: relative;
}
.result-area .section-title.data-v-14c39f7b {
display: flex;
justify-content: space-between;
align-items: center;
font-size: 32rpx;
font-weight: bold;
color: #333;
margin-bottom: 24rpx;
}
.result-area .empty-tip.data-v-14c39f7b {
text-align: center;
color: #4b3a2b;
font-size: 28rpx;
padding: 40rpx 0;
}
.result-area .lines-list.data-v-14c39f7b {
display: flex;
flex-direction: column;
position: absolute;
width: calc(100% - 48rpx);
bottom: 24rpx;
}
.result-area .line-item.data-v-14c39f7b {
margin: 8rpx 0;
padding: 12rpx 20rpx;
border-radius: 40rpx;
font-size: 28rpx;
font-weight: bold;
text-align: center;
align-items: baseline;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.result-area .line-item .line-position.data-v-14c39f7b {
width: 80rpx;
font-size: 28rpx;
font-weight: 600;
color: #b87c3a;
}
.result-area .line-item .line-symbol.data-v-14c39f7b {
font-size: 32rpx;
letter-spacing: 6rpx;
font-weight: 500;
color: #333;
}
.result-area .moving-list.data-v-14c39f7b {
display: flex;
flex-direction: column;
position: absolute;
width: calc(100% - 48rpx);
bottom: 24rpx;
}
.result-area .moving-list .moving-item.data-v-14c39f7b {
margin: 8rpx 0;
padding: 12rpx 20rpx;
border-radius: 40rpx;
font-size: 28rpx;
font-weight: bold;
text-align: center;
background-size: contain;
background-repeat: no-repeat;
background-position: center;
}
.result-area .moving-list .moving-symbol.data-v-14c39f7b {
color: #ff0000;
}
.result-area .guaxiang.data-v-14c39f7b {
position: absolute;
width: calc(100% - 64rpx);
bottom: 32rpx;
color: #4b3a2b;
text-align: center;
}
.result-content.data-v-14c39f7b {
width: 100%;
margin-top: 32rpx;
padding: 32rpx;
gap: 32rpx;
height: auto;
background-color: #fff;
box-shadow: 0 8rpx 20rpx rgba(0, 0, 0, 0.08);
border-radius: 32rpx;
box-sizing: border-box;
}
/* 图例说明 */
.overlay-content.data-v-14c39f7b {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}
.overlay-content .tips.data-v-14c39f7b {
display: flex;
flex-flow: column nowrap;
align-items: center;
gap: 32rpx;
width: 300px;
padding: 48rpx;
border-radius: 32rpx;
background-color: #fff;
box-sizing: border-box;
}
.overlay-content .user-agree-tips.data-v-14c39f7b {
display: flex;
flex-flow: column nowrap;
align-items: center;
justify-content: center;
gap: 64rpx;
width: 100%;
height: 100%;
background-color: #B8AD70;
box-sizing: border-box;
padding: 120rpx;
}