195 lines
4.9 KiB
Plaintext
195 lines
4.9 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 */
|
|||
|
/* 水平间距 */
|
|||
|
/* 垂直间距 */
|
|||
|
/* 透明度 */
|
|||
|
/* 文章场景相关 */
|
|||
|
.recharge-box.data-v-54c44717 {
|
|||
|
position: relative;
|
|||
|
height: 100rpx;
|
|||
|
margin-bottom: 120rpx;
|
|||
|
background: var(--1513a9a1) center/750rpx 100% no-repeat, linear-gradient(115deg, #f44739 0%, #ff6600 100%);
|
|||
|
border-radius: 0 0 5% 5%;
|
|||
|
}
|
|||
|
.recharge-box .goods-box.data-v-54c44717 {
|
|||
|
position: absolute;
|
|||
|
left: 20rpx;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 710rpx;
|
|||
|
border-radius: 20rpx;
|
|||
|
}
|
|||
|
.recharge-box .sales-title.data-v-54c44717 {
|
|||
|
height: 32rpx;
|
|||
|
padding: 6rpx 20rpx;
|
|||
|
font-size: 24rpx;
|
|||
|
font-weight: 400;
|
|||
|
color: #f7979c;
|
|||
|
background: rgba(255, 224, 226, 0.29);
|
|||
|
border-radius: 16rpx;
|
|||
|
}
|
|||
|
.recharge-box .num-title.data-v-54c44717 {
|
|||
|
font-size: 24rpx;
|
|||
|
font-weight: 400;
|
|||
|
color: #999999;
|
|||
|
}
|
|||
|
.countdown-time.data-v-54c44717 {
|
|||
|
font-size: 26rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #383a46;
|
|||
|
}
|
|||
|
.countdown-time .countdown-h.data-v-54c44717 {
|
|||
|
height: 40rpx;
|
|||
|
padding: 0 4rpx;
|
|||
|
margin-left: 16rpx;
|
|||
|
font-family: OPPOSANS;
|
|||
|
font-size: 24rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #ffffff;
|
|||
|
background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
|
|||
|
border-radius: 6rpx;
|
|||
|
}
|
|||
|
.countdown-time .countdown-num.data-v-54c44717 {
|
|||
|
width: 40rpx;
|
|||
|
height: 40rpx;
|
|||
|
font-family: OPPOSANS;
|
|||
|
font-size: 24rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #ffffff;
|
|||
|
background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
|
|||
|
border-radius: 6rpx;
|
|||
|
}
|
|||
|
.countdown-box.data-v-54c44717 {
|
|||
|
box-sizing: border-box;
|
|||
|
background: #ffffff;
|
|||
|
border-radius: 10rpx;
|
|||
|
}
|
|||
|
.countdown-box .countdown-title.data-v-54c44717 {
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #333333;
|
|||
|
}
|
|||
|
.countdown-box .countdown-title .cicon-check-round.data-v-54c44717 {
|
|||
|
margin-right: 24rpx;
|
|||
|
color: #42b111;
|
|||
|
}
|
|||
|
.countdown-box .countdown-title .cicon-info.data-v-54c44717 {
|
|||
|
margin-right: 24rpx;
|
|||
|
color: #d71e08;
|
|||
|
}
|
|||
|
.countdown-box .countdown-title .num.data-v-54c44717 {
|
|||
|
color: #ff6000;
|
|||
|
}
|
|||
|
.countdown-box .header-avatar.data-v-54c44717 {
|
|||
|
position: relative;
|
|||
|
box-sizing: border-box;
|
|||
|
width: 86rpx;
|
|||
|
height: 86rpx;
|
|||
|
background: #ececec;
|
|||
|
border: 4rpx solid #edc36c;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.countdown-box .header-avatar .avatar-img.data-v-54c44717 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.countdown-box .header-avatar .header-tag.data-v-54c44717 {
|
|||
|
position: absolute;
|
|||
|
top: -36rpx;
|
|||
|
left: 4rpx;
|
|||
|
width: 72rpx;
|
|||
|
height: 36rpx;
|
|||
|
font-size: 24rpx;
|
|||
|
line-height: nor;
|
|||
|
background: linear-gradient(132deg, #f3dfb1, #f3dfb1, #ecbe60);
|
|||
|
border-radius: 16rpx;
|
|||
|
}
|
|||
|
.countdown-box .default-avatar.data-v-54c44717 {
|
|||
|
width: 86rpx;
|
|||
|
height: 86rpx;
|
|||
|
background: #ececec;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.countdown-box .default-avatar .avatar-img.data-v-54c44717 {
|
|||
|
width: 100%;
|
|||
|
height: 100%;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.countdown-box .user-avatar.data-v-54c44717 {
|
|||
|
width: 86rpx;
|
|||
|
height: 86rpx;
|
|||
|
background: #ececec;
|
|||
|
border-radius: 50%;
|
|||
|
}
|
|||
|
.order-btn.data-v-54c44717 {
|
|||
|
width: 668rpx;
|
|||
|
height: 70rpx;
|
|||
|
font-size: 26rpx;
|
|||
|
font-weight: 500;
|
|||
|
line-height: normal;
|
|||
|
color: #999999;
|
|||
|
border: 2rpx solid #dfdfdf;
|
|||
|
border-radius: 35rpx;
|
|||
|
}
|
|||
|
.disabled-btn.data-v-54c44717 {
|
|||
|
width: 668rpx;
|
|||
|
height: 70rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
line-height: normal;
|
|||
|
color: #999999;
|
|||
|
background: #dddddd;
|
|||
|
border-radius: 35rpx;
|
|||
|
}
|
|||
|
.join-btn.data-v-54c44717 {
|
|||
|
width: 668rpx;
|
|||
|
height: 70rpx;
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
line-height: normal;
|
|||
|
color: #fff;
|
|||
|
background: linear-gradient(90deg, #ff6000 0%, #fe832a 100%);
|
|||
|
border-radius: 35rpx;
|
|||
|
box-shadow: 0px 8rpx 6rpx 0px rgba(255, 104, 4, 0.22);
|
|||
|
}
|
|||
|
.detail-cell-wrap.data-v-54c44717 {
|
|||
|
box-sizing: border-box;
|
|||
|
width: 100%;
|
|||
|
padding: 10rpx 20rpx;
|
|||
|
background-color: #fff;
|
|||
|
border-top: 2rpx solid #dfdfdf;
|
|||
|
}
|
|||
|
.detail-cell-wrap .label-text.data-v-54c44717 {
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 400;
|
|||
|
}
|
|||
|
.detail-cell-wrap .cell-content.data-v-54c44717 {
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #666666;
|
|||
|
}
|
|||
|
.detail-cell-wrap .right-forwrad-icon.data-v-54c44717 {
|
|||
|
font-size: 28rpx;
|
|||
|
font-weight: 500;
|
|||
|
color: #999999;
|
|||
|
}
|