@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 */
|
.one-product .pro-info {
|
padding: 0 30rpx;
|
display: -webkit-box;
|
overflow: hidden;
|
-webkit-line-clamp: 2;
|
-webkit-box-orient: vertical;
|
font-size: 28rpx;
|
color: #666666;
|
}
|
.total-count .count {
|
padding-top: 10rpx;
|
color: #666;
|
font-size: 28rpx;
|
}
|
.product-list .total-count {
|
position: absolute;
|
top: 0;
|
right: 0;
|
bottom: 0;
|
background: rgba(255, 255, 255, 0.9);
|
}
|
.product-list .total-count .left-shadow {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
left: -24rpx;
|
width: 24rpx;
|
overflow: hidden;
|
}
|
.product-list .total-count .left-shadow::after {
|
position: absolute;
|
top: 0;
|
bottom: 0;
|
width: 24rpx;
|
right: -12rpx;
|
display: block;
|
content: '';
|
background-image: radial-gradient(rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0.1) 40%, rgba(0, 0, 0, 0) 80%);
|
}
|
.buy-checkout {
|
width: 100%;
|
}
|
.buy-checkout .item {
|
min-height: 50rpx;
|
line-height: 50rpx;
|
padding: 20rpx;
|
display: flex;
|
justify-content: space-between;
|
font-size: 28rpx;
|
}
|
.buy-checkout .iconfont.icon-weixin {
|
color: #04be01;
|
font-size: 50rpx;
|
}
|
.buy-checkout .iconfont.icon-yue {
|
color: #f0de7c;
|
font-size: 50rpx;
|
}
|
.buy-checkout .item.active .iconfont.icon-xuanze {
|
color: #04be01;
|
}
|
.my-bargaing-list .item {
|
margin-top: 30rpx;
|
padding: 30rpx;
|
background: #ffffff;
|
}
|
.my-bargaing-list .surplus-time {
|
padding: 4rpx 16rpx;
|
border-radius: 4rpx;
|
font-size: 26rpx;
|
background: #ffffff;
|
color: #333333;
|
}
|
.my-bargaing-list .cover,
|
.my-bargaing-list .cover image {
|
width: 160rpx;
|
height: 160rpx;
|
}
|
.more-bargaining {
|
position: fixed;
|
padding: 20rpx;
|
right: 0;
|
bottom: 0;
|
left: 0;
|
background: #ffffff;
|
}
|
.more-bargaining button {
|
font-size: 32rpx;
|
height: 88rpx;
|
line-height: 80rpx;
|
border-radius: 40rpx;
|
background: #8D60FF;
|
border: none;
|
}
|
.progress-box {
|
width: 50%;
|
height: 8rpx;
|
background: #ECE4FF;
|
border-radius: 4rpx;
|
overflow: hidden;
|
}
|
.progress-box-active {
|
height: 8rpx;
|
border-radius: 4rpx;
|
background: linear-gradient(90deg, #CEBBFF 0%, #723BFF 100%);
|
}
|
.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: relative;
|
height: 30px;
|
line-height: 30px;
|
color: #FFFFFF;
|
font-size: 32rpx;
|
}
|
.bg_topimg {
|
position: absolute;
|
top: 0;
|
background-color: #5508BE;
|
width: 100%;
|
height: 320rpx;
|
z-index: -1;
|
}
|
.top-tabbar {
|
background-color: #5508BE;
|
border-bottom: none;
|
padding-bottom: 20rpx;
|
}
|
.tab-item {
|
color: #FFFFFF;
|
font-size: 32rpx;
|
}
|
.tab-item.active {
|
font-weight: bold;
|
color: #FFFFFF;
|
position: relative;
|
}
|
.tab-item.active::after {
|
content: '';
|
width: 80rpx;
|
height: 4rpx;
|
background: #E8E8E8;
|
border-radius: 2rpx;
|
bottom: 0;
|
}
|
.my-bargaing-list {
|
margin: 0 20rpx;
|
}
|
.my-bargaing-list .item {
|
border-radius: 12px;
|
}
|