@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 */
|
.haggle {
|
min-height: 100vh;
|
box-sizing: border-box;
|
}
|
.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: fixed;
|
top: 0;
|
width: 100%;
|
height: 400rpx;
|
z-index: -1;
|
}
|
.haggle .goto-home {
|
position: absolute;
|
top: 10rpx;
|
left: 0;
|
width: 80rpx;
|
height: 80rpx;
|
line-height: 60rpx;
|
border-radius: 50%;
|
background: #ffffff;
|
z-index: 20;
|
}
|
.haggle .goto-home .iconfont {
|
color: #333333;
|
font-weight: bold;
|
font-size: 36rpx;
|
}
|
.haggle-content {
|
position: relative;
|
padding: 30rpx;
|
box-sizing: border-box;
|
border-radius: 16rpx;
|
background: #ffffff;
|
margin: 0 20rpx;
|
margin-top: 72rpx;
|
}
|
.haggle-content .rule {
|
position: absolute;
|
font-size: 26rpx;
|
color: #333333;
|
top: 30rpx;
|
right: 30rpx;
|
}
|
.haggle-content .user image {
|
width: 120rpx;
|
height: 120rpx;
|
border-radius: 50%;
|
border: 6rpx solid #ffffff;
|
margin-top: -100rpx;
|
}
|
.help-list .user image {
|
margin-top: 0;
|
}
|
.haggle-content .product {
|
background: #FFFFFF;
|
}
|
.haggle-content .product .pic,
|
.haggle-content .product .pic image {
|
width: 240rpx;
|
height: 240rpx;
|
border-radius: 12rpx;
|
}
|
.haggle-content .title-2 text::before,
|
.haggle-content .title-2 text::after {
|
display: block;
|
content: '';
|
position: absolute;
|
width: 100rpx;
|
height: 2rpx;
|
top: 50%;
|
background: #cccccc;
|
}
|
.haggle-content .title-2 text::before {
|
left: -120rpx;
|
}
|
.haggle-content .title-2 text::after {
|
right: -120rpx;
|
}
|
.haggle-content .progress {
|
padding-top: 80rpx;
|
margin: 20rpx auto 0;
|
width: 80%;
|
}
|
.haggle-content .progress-box {
|
height: 20rpx;
|
background: #ECE4FF;
|
border-radius: 10rpx;
|
overflow: hidden;
|
}
|
.haggle-content .progress-box-active {
|
height: 20rpx;
|
border-radius: 10rpx;
|
background: linear-gradient(90deg, #CEBBFF 0%, #723BFF 100%);
|
}
|
.haggle-content .progressState {
|
top: 0;
|
left: 0;
|
padding: 0 15rpx;
|
position: absolute;
|
width: 80rpx;
|
height: 40rpx;
|
-webkit-transform: translateX(-80rpx);
|
transform: translateX(-80rpx);
|
line-height: 40rpx;
|
border-radius: 20rpx;
|
font-size: 26rpx;
|
text-align: center;
|
background: #ECE4FF;
|
color: #723BFF;
|
}
|
.haggle-content .progressState::after {
|
position: absolute;
|
left: 50%;
|
margin-left: -6rpx;
|
display: block;
|
content: '';
|
border: 12rpx solid transparent;
|
border-top-color: #ECE4FF;
|
}
|
.haggle-content .btns button {
|
height: 88rpx;
|
line-height: 88rpx;
|
border-radius: 44rpx;
|
background: #8D60FF;
|
color: #ffffff;
|
}
|
.haggle-content .btns button.buy-btn {
|
background: #F6AC0C;
|
}
|
.haggle-content .help-list .user image {
|
width: 60rpx;
|
height: 60rpx;
|
}
|
.haggle .ad-datetime .countdown {
|
color: #FFFFFF;
|
font-size: 26rpx;
|
margin-top: 50rpx;
|
}
|
.haggle .ad-datetime .box {
|
padding: 0 7rpx;
|
min-width: 50rpx;
|
font-size: 26rpx;
|
border-radius: 6rpx;
|
background: #FFFFFF;
|
color: #8207FF;
|
}
|
.haggle_btn_l {
|
width: 150rpx;
|
height: 50rpx;
|
line-height: 50rpx;
|
border: 1rpx solid #F6AC0C;
|
font-size: 26rpx;
|
color: #E09900;
|
border-radius: 25rpx 0px 0px 25rpx;
|
text-align: center;
|
}
|
.haggle_btn_r {
|
height: 50rpx;
|
padding-right: 10rpx;
|
line-height: 50rpx;
|
border: 1rpx solid #F6AC0C;
|
background: #F6AC0C;
|
border-radius: 0px 25rpx 25rpx 0px;
|
font-size: 32rpx;
|
color: #FFFFFF;
|
text-align: center;
|
}
|
.haggle-color {
|
color: #723BFF;
|
}
|