优化3.0功能

This commit is contained in:
gaoxs
2020-07-14 16:10:44 +08:00
parent ae5860c94e
commit 963152460c
15 changed files with 366 additions and 319 deletions

2
assets/css/style.css Normal file

File diff suppressed because one or more lines are too long

1
assets/css/style.css.map Normal file

File diff suppressed because one or more lines are too long

View File

@ -190,14 +190,11 @@ page {
}
.promotionGood .item .text .sp-money .moneyCon {
padding: 0 0.18*100rpx;
background-color: #eb3729;
height: 0.46*100rpx;
// padding: 0 0.18*100rpx;
height: 0.36*100rpx;
line-height: 0.46*100rpx;
background-image: linear-gradient(to right, #eb3729 0%, #eb3729 100%);
font-size: 0.2*100rpx;
color: #fff;
background-image: -moz-linear-gradient(to right, #eb3729 0%, #eb3729 100%);
font-size: 0.26*100rpx;
color:#ea3526;
border-radius: 0.24*100rpx 0.03*100rpx 0.24*100rpx 0.03*100rpx;
}
@ -470,10 +467,27 @@ page {
.coupon-list .item .text .data .bnt.gray {
background-color: #ccc;
}
.condition .line-title {
width: 0.9*100rpx;
height: 0.3*100rpx;
line-height: 0.3*100rpx;
padding: 0 0.1*100rpx;
box-sizing: border-box;
background: rgba(255, 247, 247, 1);
border: 1rpx solid rgba(232, 51, 35, 1);
opacity: 1;
border-radius: 0.22*100rpx;
font-size: 0.2*100rpx !important;
color: #e83323;
margin-right: 0.12*100rpx;
}
.coupon-list .pic-num {
color: #ffffff !important;
font-size: 0.24*100rpx !important;
}
/*优惠券列表弹窗*/
.coupon-list-window {
position: fixed;
@ -1423,6 +1437,9 @@ page {
width: 5.3*100rpx;
text-align: left;
}
.index .wrapper .title .text-center .name{
justify-content: center;
}
.index .wrapper .title .text .name {
color: #282828;
@ -1689,10 +1706,12 @@ page {
.index .wrapper.hot .newProducts .newProductsItem {
border: 0;
}
.index .wrapper.hot .title .text{
.index .wrapper.hot .title .text {
color: #fff;
font-size:28rpx;
.iconfont{
font-size: 28rpx;
.iconfont {
margin-right: 10rpx;
}
}
@ -4286,7 +4305,7 @@ page {
height: 2.23*100rpx;
background-color: #fff;
padding: 0 .24*100rpx;
margin: 0 auto .2*100rpx auto;
margin: 0 auto .2*100rpx auto;
}
.bargain-list .list .item .pictrue {
@ -6517,7 +6536,7 @@ page {
.my-promotion .header .num {
text-align: center;
color: #fff;
margin-top: 0.25*100rpx;
// margin-top: 0.25*100rpx;
font-size: 0.9*100rpx;
font-family: 'GuildfordProBook 5';
}
@ -8557,10 +8576,11 @@ page {
}
}
.text .name .icon-jingpintuijian, .text .name .icon-xinpin{
.text .name .icon-jingpintuijian,
.text .name .icon-xinpin {
color: #00f !important;
}
.text .name .icon-shoucang{
color: #ea3526!important;
.text .name .icon-shoucang {
color: #ea3526 !important;
}