219 lines
5.1 KiB
Plaintext
219 lines
5.1 KiB
Plaintext
/* stylelint-disable comment-empty-line-before */
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.header-box.data-v-e2d70286 {
|
||
padding: 30rpx;
|
||
background-color: #ffffff;
|
||
}
|
||
.header-box .card-box.data-v-e2d70286 {
|
||
position: relative;
|
||
z-index: 1;
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
min-height: 300rpx;
|
||
padding: 40rpx;
|
||
overflow: hidden;
|
||
background-size: 100% 100%;
|
||
border-radius: 30rpx;
|
||
}
|
||
.header-box .card-box.data-v-e2d70286::after {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
z-index: 2;
|
||
display: block;
|
||
width: 100%;
|
||
height: 100%;
|
||
pointer-events: none;
|
||
content: "";
|
||
background: var(--6c9ce1a8) no-repeat;
|
||
}
|
||
.header-box .card-box .card-head.data-v-e2d70286 {
|
||
font-size: 24rpx;
|
||
color: #ffffff;
|
||
}
|
||
.header-box .card-box .ss-eye-icon.data-v-e2d70286 {
|
||
font-size: 40rpx;
|
||
color: #ffffff;
|
||
}
|
||
.header-box .card-box .money-num.data-v-e2d70286 {
|
||
font-family: OPPOSANS;
|
||
font-size: 40rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
}
|
||
.header-box .card-box .reduce-num.data-v-e2d70286 {
|
||
font-size: 26rpx;
|
||
font-weight: 400;
|
||
color: #ffffff;
|
||
}
|
||
.header-box .card-box .withdraw-btn.data-v-e2d70286 {
|
||
width: 120rpx;
|
||
height: 60rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: 60rpx;
|
||
color: var(--ui-BG-Main);
|
||
background-color: #ffffff;
|
||
border-radius: 30px;
|
||
}
|
||
.header-box .card-box .balance-btn.data-v-e2d70286 {
|
||
width: 120rpx;
|
||
height: 60rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: 60rpx;
|
||
color: #ffffff;
|
||
border: 1px solid #ffffff;
|
||
border-radius: 30px;
|
||
}
|
||
.loading-money.data-v-e2d70286 {
|
||
margin-top: 56rpx;
|
||
}
|
||
.loading-money .loading-money-title.data-v-e2d70286 {
|
||
margin-bottom: 30rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
}
|
||
.loading-money .loading-money-num.data-v-e2d70286 {
|
||
font-family: OPPOSANS;
|
||
font-size: 30rpx;
|
||
font-weight: 500;
|
||
color: #fefefe;
|
||
}
|
||
.filter-box.data-v-e2d70286 {
|
||
height: 120rpx;
|
||
padding: 0 30rpx;
|
||
background-color: #f6f6f6;
|
||
}
|
||
.filter-box .total-box.data-v-e2d70286 {
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
}
|
||
.filter-box .date-btn.data-v-e2d70286 {
|
||
padding: 0 20rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: 54rpx;
|
||
color: #666666;
|
||
background-color: #ffffff;
|
||
border-radius: 27rpx;
|
||
}
|
||
.filter-box .date-btn .ss-seldate-icon.data-v-e2d70286 {
|
||
font-size: 50rpx;
|
||
color: #999999;
|
||
}
|
||
.wallet-tab-card .tab-item.data-v-e2d70286 {
|
||
position: relative;
|
||
height: 80rpx;
|
||
}
|
||
.wallet-tab-card .tab-item .tab-title.data-v-e2d70286 {
|
||
font-size: 30rpx;
|
||
}
|
||
.wallet-tab-card .tab-item .cur-tab-title.data-v-e2d70286 {
|
||
font-weight: 700;
|
||
}
|
||
.wallet-tab-card .tab-item .tab-line.data-v-e2d70286 {
|
||
position: absolute;
|
||
bottom: 2rpx;
|
||
left: 50%;
|
||
width: 60rpx;
|
||
height: 6rpx;
|
||
background-color: var(--ui-BG-Main);
|
||
border-radius: 6rpx;
|
||
transform: translateX(-50%);
|
||
}
|
||
.wallet-list.data-v-e2d70286 {
|
||
padding: 30rpx;
|
||
background-color: white;
|
||
}
|
||
.wallet-list .head-img.data-v-e2d70286 {
|
||
width: 70rpx;
|
||
height: 70rpx;
|
||
background: #cccccc;
|
||
border-radius: 50%;
|
||
}
|
||
.wallet-list .list-content.data-v-e2d70286 {
|
||
flex: 1;
|
||
align-items: flex-start;
|
||
justify-content: space-between;
|
||
}
|
||
.wallet-list .list-content .title.data-v-e2d70286 {
|
||
width: 400rpx;
|
||
font-size: 28rpx;
|
||
color: #333333;
|
||
}
|
||
.wallet-list .list-content .time.data-v-e2d70286 {
|
||
font-size: 22rpx;
|
||
color: #cccccc;
|
||
}
|
||
.wallet-list .money.data-v-e2d70286 {
|
||
font-family: OPPOSANS;
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
}
|
||
.wallet-list .money .add.data-v-e2d70286 {
|
||
color: var(--ui-BG-Main);
|
||
}
|
||
.wallet-list .money .minus.data-v-e2d70286 {
|
||
color: #333333;
|
||
}
|
||
.model-title.data-v-e2d70286 {
|
||
font-size: 36rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.model-subtitle.data-v-e2d70286 {
|
||
font-size: 26rpx;
|
||
color: #c2c7cf;
|
||
}
|
||
.model-btn.data-v-e2d70286 {
|
||
width: 100%;
|
||
height: 80rpx;
|
||
font-size: 28rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
border-radius: 40rpx;
|
||
}
|
||
.input-box.data-v-e2d70286 {
|
||
height: 100rpx;
|
||
}
|
||
.input-box .unit.data-v-e2d70286 {
|
||
font-size: 48rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #333;
|
||
}
|
||
.input-box .uni-easyinput__placeholder-class.data-v-e2d70286 {
|
||
height: 40rpx;
|
||
font-size: 30rpx;
|
||
line-height: normal;
|
||
} |