186 lines
4.9 KiB
Plaintext
186 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 */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.buy-btn.data-v-d81b77cf {
|
||
width: 100%;
|
||
height: 80rpx;
|
||
margin: 0 20rpx;
|
||
color: #fff;
|
||
background: linear-gradient(90deg, #ff6000, #fe832a);
|
||
border-radius: 40rpx;
|
||
}
|
||
.btn-tox.data-v-d81b77cf {
|
||
width: 382rpx;
|
||
height: 80rpx;
|
||
margin-left: -50rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 600;
|
||
line-height: normal;
|
||
color: #ffffff;
|
||
background-image: var(--aaff7be0);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
border-radius: 0px 40rpx 40rpx 0px;
|
||
}
|
||
.btn-tox .btn-price.data-v-d81b77cf {
|
||
font-family: OPPOSANS;
|
||
}
|
||
.btn-tox .btn-price.data-v-d81b77cf::before {
|
||
content: "¥";
|
||
}
|
||
.origin-price-btn.data-v-d81b77cf {
|
||
width: 370rpx;
|
||
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;
|
||
}
|
||
.origin-price-btn .btn-price.data-v-d81b77cf {
|
||
font-family: OPPOSANS;
|
||
}
|
||
.origin-price-btn .btn-price.data-v-d81b77cf::before {
|
||
content: "¥";
|
||
}
|
||
.origin-price-btn .btn-title.data-v-d81b77cf {
|
||
font-size: 28rpx;
|
||
}
|
||
.ss-modal-box.data-v-d81b77cf {
|
||
max-height: 1000rpx;
|
||
border-radius: 30rpx 30rpx 0 0;
|
||
}
|
||
.ss-modal-box .modal-header.data-v-d81b77cf {
|
||
position: relative;
|
||
padding: 80rpx 20rpx 40rpx;
|
||
}
|
||
.ss-modal-box .modal-header .sku-image.data-v-d81b77cf {
|
||
width: 160rpx;
|
||
height: 160rpx;
|
||
border-radius: 10rpx;
|
||
}
|
||
.ss-modal-box .modal-header .header-right.data-v-d81b77cf {
|
||
height: 160rpx;
|
||
}
|
||
.ss-modal-box .modal-header .close-icon.data-v-d81b77cf {
|
||
position: absolute;
|
||
top: 10rpx;
|
||
right: 20rpx;
|
||
font-size: 46rpx;
|
||
opacity: 0.2;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title.data-v-d81b77cf {
|
||
position: relative;
|
||
font-size: 28rpx;
|
||
font-weight: 500;
|
||
line-height: 42rpx;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title .tig.data-v-d81b77cf {
|
||
position: absolute;
|
||
top: 0;
|
||
left: 0;
|
||
width: 126rpx;
|
||
height: 38rpx;
|
||
border: 2rpx solid #ff6000;
|
||
border-radius: 4rpx;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title .tig .tig-icon.data-v-d81b77cf {
|
||
width: 40rpx;
|
||
height: 40rpx;
|
||
margin-left: -2rpx;
|
||
background: #ff6000;
|
||
border-radius: 4rpx 0 0 4rpx;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title .tig .tig-icon .groupon-tag.data-v-d81b77cf {
|
||
width: 32rpx;
|
||
height: 32rpx;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title .tig .tig-title.data-v-d81b77cf {
|
||
display: flex;
|
||
align-items: center;
|
||
justify-content: center;
|
||
width: 86rpx;
|
||
font-size: 24rpx;
|
||
font-weight: 500;
|
||
line-height: normal;
|
||
color: #ff6000;
|
||
}
|
||
.ss-modal-box .modal-header .goods-title .info-title.data-v-d81b77cf {
|
||
text-indent: 132rpx;
|
||
}
|
||
.ss-modal-box .modal-header .price-text.data-v-d81b77cf {
|
||
font-family: OPPOSANS;
|
||
font-size: 30rpx;
|
||
font-weight: 500;
|
||
color: #ff3000;
|
||
}
|
||
.ss-modal-box .modal-header .price-text.data-v-d81b77cf::before {
|
||
font-size: 24rpx;
|
||
content: "¥";
|
||
}
|
||
.ss-modal-box .modal-header .stock-text.data-v-d81b77cf {
|
||
font-size: 26rpx;
|
||
color: #999999;
|
||
}
|
||
.ss-modal-box .modal-content.data-v-d81b77cf {
|
||
padding: 0 20rpx;
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll.data-v-d81b77cf {
|
||
max-height: 600rpx;
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll .label-text.data-v-d81b77cf {
|
||
font-size: 26rpx;
|
||
font-weight: 500;
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll .buy-num-box.data-v-d81b77cf {
|
||
height: 100rpx;
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll .spec-btn.data-v-d81b77cf {
|
||
min-width: 100rpx;
|
||
height: 60rpx;
|
||
padding: 0 30rpx;
|
||
margin-right: 10rpx;
|
||
margin-bottom: 10rpx;
|
||
font-size: 26rpx;
|
||
color: #434343;
|
||
background: #f4f4f4;
|
||
border-radius: 30rpx;
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll .checked-btn.data-v-d81b77cf {
|
||
font-weight: 500;
|
||
color: #ffffff;
|
||
background: linear-gradient(90deg, #ff6000, #fe832a);
|
||
}
|
||
.ss-modal-box .modal-content .modal-content-scroll .disabled-btn.data-v-d81b77cf {
|
||
font-weight: 400;
|
||
color: #c6c6c6;
|
||
background: #f8f8f8;
|
||
}
|
||
image.data-v-d81b77cf {
|
||
width: 100%;
|
||
height: 100%;
|
||
} |