238 lines
5.7 KiB
Plaintext
238 lines
5.7 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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.detail-card.data-v-619ff406 {
|
||
margin: 14rpx 20rpx;
|
||
overflow: hidden;
|
||
background-color: #ffffff;
|
||
border-radius: 10rpx;
|
||
}
|
||
.title-card.data-v-619ff406 {
|
||
box-sizing: border-box;
|
||
width: 710rpx;
|
||
background-image: var(--ac8463f8);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
border-radius: 10rpx;
|
||
}
|
||
.title-card .price-box .price-text.data-v-619ff406 {
|
||
font-family: OPPOSANS;
|
||
font-size: 30rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #fff;
|
||
}
|
||
.title-card .price-box .price-text.data-v-619ff406::before {
|
||
font-size: 30rpx;
|
||
content: "¥";
|
||
}
|
||
.title-card .origin-price.data-v-619ff406 {
|
||
font-size: 24rpx;
|
||
font-weight: 400;
|
||
color: #fff;
|
||
opacity: 0.7;
|
||
}
|
||
.title-card .origin-price .origin-price-text.data-v-619ff406 {
|
||
font-family: OPPOSANS;
|
||
text-decoration: line-through;
|
||
}
|
||
.title-card .origin-price .origin-price-text.data-v-619ff406::before {
|
||
content: "¥";
|
||
}
|
||
.title-card .tig.data-v-619ff406 {
|
||
width: 126rpx;
|
||
height: 38rpx;
|
||
border: 2rpx solid #ffffff;
|
||
border-radius: 4rpx;
|
||
}
|
||
.title-card .tig .tig-icon.data-v-619ff406 {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
margin-left: -2rpx;
|
||
background: #ffffff;
|
||
border-radius: 4rpx 0 0 4rpx;
|
||
}
|
||
.title-card .tig .tig-icon .groupon-tag.data-v-619ff406 {
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
}
|
||
.title-card .tig .tig-title.data-v-619ff406 {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 86rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
}
|
||
.title-card .countdown-title.data-v-619ff406 {
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
}
|
||
.title-card .countdown-time.data-v-619ff406 {
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
}
|
||
.title-card .countdown-time .countdown-h.data-v-619ff406 {
|
||
height: 40rpx;
|
||
padding: 0 4rpx;
|
||
font-family: OPPOSANS;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
background: rgba(0, 0, 0, 0.1);
|
||
border-radius: 6rpx;
|
||
}
|
||
.title-card .countdown-time .countdown-num.data-v-619ff406 {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
font-family: OPPOSANS;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
background: rgba(0, 0, 0, 0.1);
|
||
border-radius: 6rpx;
|
||
}
|
||
.title-card .title-text.data-v-619ff406 {
|
||
font-size: 30rpx;
|
||
font-weight: bold;
|
||
line-height: 42rpx;
|
||
color: #fff;
|
||
}
|
||
.title-card .subtitle-text.data-v-619ff406 {
|
||
font-size: 26rpx;
|
||
font-weight: 400;
|
||
line-height: 42rpx;
|
||
color: #ffffff;
|
||
opacity: 0.9;
|
||
}
|
||
.buy-box .disabled-btn-box[disabled].data-v-619ff406 {
|
||
background-color: transparent;
|
||
}
|
||
.buy-box .check-btn-box.data-v-619ff406 {
|
||
width: 248rpx;
|
||
height: 80rpx;
|
||
margin-left: -36rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 600;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
background-image: var(--18737eaf);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
border-radius: 0px 40rpx 40rpx 0px;
|
||
}
|
||
.buy-box .disabled-btn-box.data-v-619ff406 {
|
||
width: 248rpx;
|
||
height: 80rpx;
|
||
margin-left: -36rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 600;
|
||
line-height: normal;
|
||
color: #999999;
|
||
background-image: var(--7f98b393);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
border-radius: 0px 40rpx 40rpx 0px;
|
||
}
|
||
.buy-box .origin-price-btn.data-v-619ff406 {
|
||
width: 236rpx;
|
||
height: 80rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ff6000;
|
||
background: rgba(255, 86, 81, 0.1);
|
||
border-radius: 40rpx 0px 0px 40rpx;
|
||
}
|
||
.buy-box .origin-price-btn .btn-title.data-v-619ff406 {
|
||
font-size: 28rpx;
|
||
}
|
||
.buy-box .btn-price.data-v-619ff406 {
|
||
font-family: OPPOSANS;
|
||
}
|
||
.buy-box .btn-price.data-v-619ff406::before {
|
||
content: "¥";
|
||
}
|
||
.buy-box .more-item-box .more-item.data-v-619ff406 {
|
||
width: 156rpx;
|
||
height: 58rpx;
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
color: #999999;
|
||
border-radius: 10rpx;
|
||
}
|
||
.buy-box .more-item-box .more-item-hover.data-v-619ff406 {
|
||
color: #ff6000;
|
||
background: rgba(255, 239, 229, 0.32);
|
||
}
|
||
.groupon-box.data-v-619ff406 {
|
||
background: var(--425ab171) no-repeat;
|
||
background-size: 100% 100%;
|
||
}
|
||
.activity-box.data-v-619ff406 {
|
||
box-sizing: border-box;
|
||
width: 100%;
|
||
height: 80rpx;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.activity-box .activity-title.data-v-619ff406 {
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
line-height: 42rpx;
|
||
color: #ffffff;
|
||
}
|
||
.activity-box .activity-title .activity-icon.data-v-619ff406 {
|
||
width: 38rpx;
|
||
height: 38rpx;
|
||
}
|
||
.activity-box .activity-go.data-v-619ff406 {
|
||
width: 70rpx;
|
||
height: 32rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ff6000;
|
||
background: #ffffff;
|
||
border-radius: 16rpx;
|
||
}
|
||
.model-box .title.data-v-619ff406 {
|
||
font-size: 36rpx;
|
||
font-weight: bold;
|
||
color: #333333;
|
||
}
|
||
.model-box .subtitle.data-v-619ff406 {
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
color: #333333;
|
||
}
|
||
image.data-v-619ff406 {
|
||
width: 100%;
|
||
height: 100%;
|
||
} |