600 lines
13 KiB
Plaintext
600 lines
13 KiB
Plaintext
@charset "UTF-8";
|
||
/**
|
||
* 这里是uni-app内置的常用样式变量
|
||
*
|
||
* uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
|
||
* 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
|
||
*
|
||
*/
|
||
/**
|
||
* 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
|
||
*
|
||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||
*/
|
||
/* 颜色变量 */
|
||
/* 行为相关颜色 */
|
||
/* 文字基本颜色 */
|
||
/* 背景颜色 */
|
||
/* 边框颜色 */
|
||
/* 尺寸变量 */
|
||
/* 文字尺寸 */
|
||
/* 图片尺寸 */
|
||
/* Border Radius */
|
||
/* 水平间距 */
|
||
/* 垂直间距 */
|
||
/* 透明度 */
|
||
/* 文章场景相关 */
|
||
.u-tap-btn {
|
||
position: fixed;
|
||
right: 20rpx;
|
||
bottom: 150rpx;
|
||
}
|
||
.u-go-home {
|
||
border-radius: 100%;
|
||
width: 80rpx;
|
||
height: 80rpx;
|
||
border: 1px solid #eee;
|
||
font-size: 20rpx;
|
||
text-align: center;
|
||
background-color: #fff;
|
||
box-shadow: 0px 4rpx 8rpx rgba(0, 0, 0, 0.35);
|
||
z-index: 2;
|
||
opacity: 0.8;
|
||
line-height: 80rpx;
|
||
margin-bottom: 20rpx;
|
||
}
|
||
.u-go-home .iconfont {
|
||
font-size: 40rpx;
|
||
}
|
||
.bargin {
|
||
width: 750rpx;
|
||
}
|
||
.goods-back-sty {
|
||
background-color: #fff;
|
||
margin-left: 80rpx;
|
||
margin-right: 80rpx;
|
||
padding-bottom: 1rpx;
|
||
}
|
||
.part1_product {
|
||
display: flex;
|
||
background-color: #eceeff;
|
||
border-radius: 10rpx;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.pro_img {
|
||
margin-top: 20rpx;
|
||
margin-left: 10rpx;
|
||
width: 215rpx;
|
||
height: 205rpx;
|
||
border-radius: 15rpx;
|
||
border: 6rpx solid mediumpurple;
|
||
/* 添加紫色 1px 边框 */
|
||
}
|
||
.pro_info {
|
||
margin-top: 50rpx;
|
||
margin-left: 20rpx;
|
||
position: relative;
|
||
padding-right: 70rpx;
|
||
}
|
||
.item_name_sty {
|
||
display: -webkit-box;
|
||
-webkit-box-orient: vertical;
|
||
-webkit-line-clamp: 2;
|
||
overflow: hidden;
|
||
text-overflow: ellipsis;
|
||
white-space: normal;
|
||
}
|
||
.price_sty {
|
||
position: absolute;
|
||
left: 1rpx;
|
||
bottom: 10rpx;
|
||
width: 300rpx;
|
||
}
|
||
.part-bottom-sty {
|
||
margin-top: -2rpx;
|
||
width: 750rpx;
|
||
height: 1200rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/background-bottom-one.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.goods {
|
||
padding-left: 60rpx;
|
||
padding-top: 90rpx;
|
||
}
|
||
.wxParse-p {
|
||
padding: 0 40rpx;
|
||
}
|
||
.remaining {
|
||
padding-left: 340rpx;
|
||
padding-top: 18rpx;
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
font-weight: bold;
|
||
}
|
||
.time_sty {
|
||
height: 125rpx;
|
||
margin-left: 90rpx;
|
||
margin-right: 90rpx;
|
||
padding-left: 150rpx;
|
||
}
|
||
.time_fon_sty {
|
||
margin-left: 65rpx;
|
||
font-weight: bold;
|
||
}
|
||
.time_fon_sty_reason1 {
|
||
margin-left: 70px;
|
||
font-weight: bold;
|
||
}
|
||
.time_fon_sty_reason2 {
|
||
margin-left: 100px;
|
||
font-weight: bold;
|
||
}
|
||
.remaining_time {
|
||
font-size: 45rpx;
|
||
color: white;
|
||
}
|
||
.time {
|
||
margin-right: 10rpx;
|
||
padding-left: 10rpx;
|
||
padding-right: 10rpx;
|
||
padding-top: 6rpx;
|
||
padding-bottom: 4rpx;
|
||
display: inline;
|
||
background-size: 80% 80%;
|
||
background-color: #5555ff;
|
||
border-radius: 8rpx;
|
||
text-align: center;
|
||
}
|
||
.point_sty {
|
||
color: #5555ff;
|
||
display: inline;
|
||
margin-right: 10rpx;
|
||
}
|
||
.present {
|
||
padding-left: 340rpx;
|
||
padding-top: 10rpx;
|
||
}
|
||
.present_price {
|
||
display: inline;
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
}
|
||
.price {
|
||
display: inline;
|
||
font-size: 32rpx;
|
||
color: #fff;
|
||
}
|
||
.top-sty {
|
||
width: 750rpx;
|
||
height: 950rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/background-start-top.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.user-info {
|
||
padding-top: 690rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
align-items: center;
|
||
flex-direction: column;
|
||
}
|
||
.user-img {
|
||
width: 180rpx;
|
||
height: 180rpx;
|
||
border-radius: 50%;
|
||
border: 8rpx solid mediumpurple;
|
||
}
|
||
.username {
|
||
margin-top: 5px;
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: mediumpurple;
|
||
}
|
||
.goods-sty {
|
||
margin-top: -2rpx;
|
||
width: 750rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/background-goods.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.text1 {
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
margin-top: 6rpx;
|
||
}
|
||
.progress-bar {
|
||
margin-top: 36rpx;
|
||
margin-left: 64rpx;
|
||
margin-right: 30rpx;
|
||
width: 618rpx;
|
||
height: 36rpx;
|
||
border: 5rpx solid #590a23;
|
||
background: #590a23;
|
||
border-radius: 40rpx;
|
||
position: relative;
|
||
}
|
||
.left {
|
||
border-radius: 40rpx;
|
||
background: #ffe700;
|
||
height: 100%;
|
||
float: left;
|
||
}
|
||
.m-nearbylist {
|
||
height: 100%;
|
||
}
|
||
.original {
|
||
color: #fff;
|
||
float: left;
|
||
}
|
||
.og1 {
|
||
padding-left: 80rpx;
|
||
padding-top: 15rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.og2 {
|
||
padding-left: 75rpx;
|
||
font-weight: bolder;
|
||
padding-top: 6rpx;
|
||
color: #ffc001;
|
||
font-family: "微软雅黑";
|
||
font-size: 32rpx;
|
||
}
|
||
.part3 {
|
||
position: relative;
|
||
height: 210rpx;
|
||
}
|
||
.cut-off {
|
||
color: #fff;
|
||
display: flex;
|
||
flex-flow: column;
|
||
justify-content: center;
|
||
margin-right: 72rpx;
|
||
text-align: right;
|
||
}
|
||
.button-start {
|
||
margin-top: 20rpx;
|
||
margin-left: 270rpx;
|
||
margin-right: 270rpx;
|
||
height: 70rpx;
|
||
line-height: 70rpx;
|
||
text-align: center;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/begin-bargaining-button.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.cut_down_sty {
|
||
justify-content: space-between;
|
||
display: flex;
|
||
font-size: 28rpx;
|
||
font-weight: bold;
|
||
color: mediumpurple;
|
||
}
|
||
.immediately_btn {
|
||
margin-left: 180rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/sell-immediately.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.help_cut_btn {
|
||
margin-left: 100rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/help-cut.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.help_cut_btn2 {
|
||
margin-left: 300rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/help-cut.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.cut_pri_sty {
|
||
position: absolute;
|
||
right: 180rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/help-cut-price.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.up_hands_sty {
|
||
position: absolute;
|
||
left: 180rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/sell-immediately.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.i_want_sty {
|
||
position: absolute;
|
||
left: 180rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/i-want.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.help_cut_btn_1 {
|
||
position: absolute;
|
||
right: 180rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/help-cut.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.again_stroll_sty {
|
||
position: absolute;
|
||
left: 300rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/again-stroll.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.congratulate-success {
|
||
position: absolute;
|
||
left: 300rpx;
|
||
height: 60rpx;
|
||
width: 150rpx;
|
||
background-image: url(https://media-mall-prod-1259811287.cos.ap-guangzhou.myqcloud.com/static/xcxfile/appicon/cutprice-1/sell-immediately.png);
|
||
background-repeat: no-repeat;
|
||
background-size: 100% 100%;
|
||
-moz-background-size: 100% 100%;
|
||
}
|
||
.button {
|
||
margin-top: 40rpx;
|
||
margin-left: 160rpx;
|
||
margin-right: 160rpx;
|
||
border: 1rpx solid #ffac33;
|
||
background: #ffac33;
|
||
border-radius: 12rpx;
|
||
height: 70rpx;
|
||
line-height: 70rpx;
|
||
text-align: center;
|
||
color: #fff;
|
||
font-size: 32rpx;
|
||
}
|
||
.button1 {
|
||
width: 240rpx;
|
||
height: 70rpx;
|
||
font-size: 32rpx;
|
||
margin-top: 40rpx;
|
||
color: #fff;
|
||
text-align: center;
|
||
line-height: 70rpx;
|
||
border-radius: 12rpx;
|
||
background: #ffac33;
|
||
}
|
||
.button2 {
|
||
margin-top: 40rpx;
|
||
margin-left: 160rpx;
|
||
margin-right: 160rpx;
|
||
background: #888888;
|
||
border-radius: 12rpx;
|
||
height: 70rpx;
|
||
line-height: 70rpx;
|
||
text-align: center;
|
||
color: #fff;
|
||
font-size: 32rpx;
|
||
}
|
||
.part4 {
|
||
color: #fff;
|
||
border-top: 2rpx solid #8c1337;
|
||
margin-top: 63rpx;
|
||
min-height: 360rpx;
|
||
}
|
||
.header {
|
||
padding-top: 36rpx;
|
||
text-align: center;
|
||
font-size: 32rpx;
|
||
margin-bottom: 10rpx;
|
||
}
|
||
.content {
|
||
text-indent: 3em;
|
||
padding-top: 22rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.content1 {
|
||
text-indent: 3em;
|
||
padding-top: 20rpx;
|
||
font-size: 28rpx;
|
||
}
|
||
.part5 {
|
||
margin-top: 40rpx;
|
||
}
|
||
.header1 {
|
||
text-align: center;
|
||
font-size: 32rpx;
|
||
color: #fff;
|
||
background: #ffac33;
|
||
border-radius: 42rpx;
|
||
height: 52rpx;
|
||
line-height: 52rpx;
|
||
}
|
||
.header_shadow {
|
||
margin-left: 222rpx;
|
||
margin-right: 233rpx;
|
||
border-radius: 42rpx;
|
||
height: 52rpx;
|
||
line-height: 52rpx;
|
||
padding-bottom: 4rpx;
|
||
}
|
||
.part6 {
|
||
margin-top: 110rpx;
|
||
height: 630rpx;
|
||
margin-left: 80rpx;
|
||
margin-right: 80rpx;
|
||
overflow: hidden;
|
||
}
|
||
.avatar_sty {
|
||
margin-top: 20rpx;
|
||
margin-left: 20rpx;
|
||
width: 120rpx;
|
||
height: 120rpx;
|
||
border-radius: 50%;
|
||
border: 3rpx solid mediumpurple;
|
||
}
|
||
.user_nickname_sty {
|
||
margin-top: 30rpx;
|
||
margin-left: 15rpx;
|
||
font-size: 32rpx;
|
||
width: 280rpx;
|
||
height: 55rpx;
|
||
overflow: hidden;
|
||
white-space: nowrap;
|
||
text-overflow: ellipsis;
|
||
}
|
||
.cut_away_sty {
|
||
color: #0543d5;
|
||
font-size: 32rpx;
|
||
position: absolute;
|
||
right: 5rpx;
|
||
top: 50rpx;
|
||
font-weight: bold;
|
||
font-size: 28rpx;
|
||
}
|
||
.kanjia view {
|
||
font-size: 28rpx;
|
||
color: #fff;
|
||
}
|
||
.animation {
|
||
width: 100%;
|
||
height: 100%;
|
||
position: absolute;
|
||
top: 0;
|
||
}
|
||
.dao {
|
||
width: 380rpx;
|
||
height: 340rpx;
|
||
position: absolute;
|
||
top: 4%;
|
||
right: 0%;
|
||
}
|
||
.dao1 {
|
||
width: 380rpx;
|
||
height: 340rpx;
|
||
position: absolute;
|
||
top: 4%;
|
||
right: 0%;
|
||
-webkit-animation: move 300ms linear;
|
||
animation: move 300ms linear;
|
||
-webkit-animation-delay: 500ms;
|
||
animation-delay: 500ms;
|
||
-webkit-transform-origin: right bottom;
|
||
transform-origin: right bottom;
|
||
-webkit-animation-fill-mode: forwards;
|
||
animation-fill-mode: forwards;
|
||
}
|
||
@-webkit-keyframes move {
|
||
0% {
|
||
-webkit-transform: rotateX(0);
|
||
transform: rotateX(0);
|
||
}
|
||
50% {
|
||
-webkit-transform: rotateZ(-45deg);
|
||
transform: rotateZ(-45deg);
|
||
}
|
||
100% {
|
||
-webkit-transform: rotateZ(-30deg);
|
||
transform: rotateZ(-30deg);
|
||
}
|
||
}
|
||
@keyframes move {
|
||
0% {
|
||
-webkit-transform: rotateX(0);
|
||
transform: rotateX(0);
|
||
}
|
||
50% {
|
||
-webkit-transform: rotateZ(-45deg);
|
||
transform: rotateZ(-45deg);
|
||
}
|
||
100% {
|
||
-webkit-transform: rotateZ(-30deg);
|
||
transform: rotateZ(-30deg);
|
||
}
|
||
}
|
||
.bag {
|
||
width: 336rpx;
|
||
height: 344rpx;
|
||
position: absolute;
|
||
top: 32%;
|
||
left: 25%;
|
||
}
|
||
.bagmoney {
|
||
width: 525rpx;
|
||
height: 516rpx;
|
||
position: absolute;
|
||
top: 24%;
|
||
left: 21%;
|
||
}
|
||
.success {
|
||
width: 60%;
|
||
height: 66rpx;
|
||
border-radius: 10rpx;
|
||
background: #fa3301;
|
||
line-height: 66rpx;
|
||
text-align: center;
|
||
position: absolute;
|
||
bottom: 15%;
|
||
left: 20%;
|
||
color: #fff;
|
||
}
|
||
.Price {
|
||
display: inline;
|
||
font-size: 42rpx;
|
||
position: absolute;
|
||
top: 67%;
|
||
width: 100%;
|
||
top: 62% !important;
|
||
text-align: center;
|
||
color: #ffe382;
|
||
}
|
||
.more {
|
||
color: #fff;
|
||
font-size: 28rpx;
|
||
display: flex;
|
||
justify-content: center;
|
||
background: #292438;
|
||
padding-bottom: 40rpx;
|
||
}
|
||
/* .progressBarBox{position: absolute;right: 0;bottom: 38%;color: #888;font-size: 24rpx;margin-right: 20rpx;} */
|
||
.u-progressBar {
|
||
display: inline-block;
|
||
width: 80%;
|
||
height: 26rpx;
|
||
background-color: #d5d5d5;
|
||
border-radius: 20rpx;
|
||
overflow: hidden;
|
||
margin-left: 10%;
|
||
}
|
||
.u-progressBar-cont {
|
||
height: 26rpx;
|
||
background-color: mediumpurple;
|
||
}
|
||
.floor {
|
||
color: #ffc001;
|
||
font-size: 28rpx;
|
||
padding-top: 10rpx;
|
||
}
|
||
|