@charset "UTF-8";
|
/**
|
* 这里是uni-app内置的常用样式变量
|
*
|
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
*
|
*/
|
/**
|
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
*
|
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
*/
|
/* 颜色变量 */
|
/* 行为相关颜色 */
|
/* 文字基本颜色 */
|
/* 背景颜色 */
|
/* 边框颜色 */
|
/* 尺寸变量 */
|
/* 文字尺寸 */
|
/* 图片尺寸 */
|
/* Border Radius */
|
/* 水平间距 */
|
/* 垂直间距 */
|
/* 透明度 */
|
/* 文章场景相关 */
|
/* start--主题色--start */
|
/* end--主题色--end */
|
page {
|
background-color: #F2F2F2;
|
}
|
.top-box {
|
position: relative;
|
}
|
.seckill-product-wrap .tab-item {
|
flex: 0;
|
padding: 0 30rpx;
|
font-size: 33rpx;
|
height: 86rpx;
|
line-height: 86rpx;
|
white-space: nowrap;
|
color: #333333;
|
}
|
.seckill-product-wrap .tab-item.active {
|
color: #F6220C;
|
font-size: 33rpx;
|
opacity: 1;
|
position: relative;
|
}
|
.seckill-product-wrap .tab-item.active::after {
|
content: "";
|
width: 120rpx;
|
height: 4rpx;
|
background: #F6220C;
|
border-radius: 2rpx;
|
position: absolute;
|
border: 30rpx;
|
}
|
.seckill-product-wrap .every-day-time text {
|
padding: 8rpx 16rpx;
|
font-size: 26rpx;
|
color: #333;
|
opacity: 0.5;
|
}
|
.seckill-product-wrap .ad-activity {
|
position: relative;
|
overflow: hidden;
|
}
|
.seckill-product-wrap .ad-activity image {
|
width: 750rpx;
|
height: 367rpx;
|
}
|
.seckill-list-wrap .list .item {
|
padding: 30rpx;
|
display: flex;
|
border-radius: 16rpx;
|
margin-bottom: 20rpx;
|
background: #ffffff;
|
}
|
.seckill-list-wrap .product-cover,
|
.seckill-list-wrap .product-cover image {
|
width: 200rpx;
|
height: 200rpx;
|
}
|
.active-top-tab .ad-datetime .box {
|
height: 40rpx;
|
padding: 4rpx;
|
line-height: 40rpx;
|
text-align: center;
|
border-radius: 8rpx;
|
font-size: 28rpx;
|
background: #F6220C;
|
color: #FFFFFF;
|
}
|
.active-top-tab .ad-datetime text {
|
color: #333;
|
font-size: 28rpx;
|
}
|
.seckill-list-wrap .product-title {
|
display: -webkit-box;
|
overflow: hidden;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
font-size: 32rpx;
|
}
|
.seckill-list-wrap .already-sale {
|
padding: 4rpx 0;
|
color: #8228EB;
|
font-size: 22rpx;
|
}
|
.seckill-list-wrap .slider-box .slider {
|
margin-top: 11rpx;
|
height: 8rpx;
|
background: #F2F2F2;
|
border-radius: 5rpx;
|
}
|
.seckill-list-wrap .slider-box .slider-inner {
|
height: 8rpx;
|
background: linear-gradient(-90deg, #CB2BFF 0%, #7727E7 100%);
|
border-radius: 4rpx;
|
}
|
.seckill-list-wrap .right-btn button {
|
background: linear-gradient(90deg, #FF6B6B 4%, #F6220C 100%);
|
color: #ffffff;
|
height: 60rpx;
|
border-radius: 30rpx;
|
line-height: 60rpx;
|
}
|
.seckill-list-wrap .right-btn button.btn-gray {
|
background: #CCCCCC;
|
color: #FFFFFF;
|
}
|
.reg180 {
|
padding-right: 20rpx;
|
text-align: right;
|
-webkit-transform: rotateY(180deg);
|
transform: rotateY(180deg);
|
position: absolute;
|
bottom: 0;
|
}
|
.icon-jiantou {
|
color: #FFFFFF;
|
font-size: 30rpx;
|
}
|
.head_top {
|
position: absolute;
|
top: 0;
|
z-index: 20;
|
padding-top: 25px;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 28rpx;
|
}
|
.tab-item.active::after {
|
content: '';
|
width: 60%;
|
height: 4rpx;
|
background: #F2F2F2;
|
border-radius: 2rpx;
|
position: absolute;
|
bottom: 5rpx;
|
}
|