增加静态资源文件,修改秒杀页面样式问题

This commit is contained in:
gaoxs
2020-04-07 17:31:38 +08:00
parent 4b6636ba6f
commit c6f9a6d1fe
139 changed files with 324 additions and 287 deletions

View File

@ -1,2 +1,2 @@
@charset "UTF-8";.font-color-red{color:#73CBB6 !important}.bg-color-red{background-color:#73CBB6 !important}.icon-color{color:#73CBB6}.cart-color{color:#73CBB6 !important;border:1px solid #73CBB6 !important}.padding20{padding:20rpx}.pad20{padding:0 20rpx}.padding30{padding:30rpx}.pad30{padding:0 30rpx}.acea-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.acea-row.row-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.acea-row.row-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.acea-row.row-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.acea-row.row-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.acea-row.row-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.acea-row.row-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.acea-row.row-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.acea-row.row-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.acea-row.row-column-around{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.acea-row.row-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.acea-row.row-column-between{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.acea-row.row-center-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.acea-row.row-between-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.slider-banner{position:relative;width:100%;overflow:hidden}.slider-banner .swiper-container{height:100%}.slider-banner image{display:block;width:100%;height:100%}.start{width:122rpx;height:30rpx;background-image:url("https://h5.dayouqiantu.cn/static/images/start.png");background-repeat:no-repeat;-webkit-background-size:122rpx auto;background-size:122rpx auto}.start.star5{background-position:0 3rpx}.start.star4{background-position:0 -30rpx}.start.star3{background-position:0 -70rpx}.start.star2{background-position:0 -105rpx}.start.star1{background-position:0 -140rpx}.start.star0{background-position:0 -175rpx}.checkbox-wrapper{position:relative}.checkbox-wrapper input{display:none}.checkbox-wrapper .icon{position:absolute;left:0;top:50%;display:inline-block;width:18px;height:18px;border:1px solid #cccccc;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.checkbox-wrapper input:checked+.icon{background-color:#e93323;border-color:#e93323;background-image:url("https://h5.dayouqiantu.cn/static/images/enter.png");-webkit-background-size:21rpx 15rpx;background-size:21rpx 15rpx;background-repeat:no-repeat;background-position:center center}.Loads{height:80rpx;font-size:25rpx;color:#000}.Loads .iconfont{font-size:30rpx;margin-right:10rpx;height:32rpx;line-height:32rpx}@-webkit-keyframes load{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loadingpic{-webkit-animation:load 3s linear 1s infinite;animation:load 3s linear 1s infinite}.loading{-webkit-animation:load linear 1s infinite;animation:load linear 1s infinite}
@charset "UTF-8";.font-color-red{color:#00c17b !important}.bg-color-red{background-color:#00c17b !important}.icon-color{color:#00c17b}.cart-color{color:#00c17b !important;border:1px solid #00c17b !important}.padding20{padding:20rpx}.pad20{padding:0 20rpx}.padding30{padding:30rpx}.pad30{padding:0 30rpx}.acea-row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.acea-row.row-middle{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.acea-row.row-top{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.acea-row.row-bottom{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.acea-row.row-center{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.acea-row.row-right{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}.acea-row.row-left{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.acea-row.row-between{-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.acea-row.row-around{-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.acea-row.row-column-around{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around}.acea-row.row-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.acea-row.row-column-between{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.acea-row.row-center-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.acea-row.row-between-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between}.slider-banner{position:relative;width:100%;overflow:hidden}.slider-banner .swiper-container{height:100%}.slider-banner image{display:block;width:100%;height:100%}.start{width:122rpx;height:30rpx;background-image:url("https://h5.dayouqiantu.cn/static/images/start.png");background-repeat:no-repeat;-webkit-background-size:122rpx auto;background-size:122rpx auto}.start.star5{background-position:0 3rpx}.start.star4{background-position:0 -30rpx}.start.star3{background-position:0 -70rpx}.start.star2{background-position:0 -105rpx}.start.star1{background-position:0 -140rpx}.start.star0{background-position:0 -175rpx}.checkbox-wrapper{position:relative}.checkbox-wrapper input{display:none}.checkbox-wrapper .icon{position:absolute;left:0;top:50%;display:inline-block;width:18px;height:18px;border:1px solid #cccccc;-webkit-border-radius:50%;border-radius:50%;-webkit-transform:translate(0, -50%);-ms-transform:translate(0, -50%);transform:translate(0, -50%)}.checkbox-wrapper input:checked+.icon{background-color:#e93323;border-color:#e93323;background-image:url("https://h5.dayouqiantu.cn/static/images/enter.png");-webkit-background-size:21rpx 15rpx;background-size:21rpx 15rpx;background-repeat:no-repeat;background-position:center center}.Loads{height:80rpx;font-size:25rpx;color:#000}.Loads .iconfont{font-size:30rpx;margin-right:10rpx;height:32rpx;line-height:32rpx}@-webkit-keyframes load{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes load{from{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.loadingpic{-webkit-animation:load 3s linear 1s infinite;animation:load 3s linear 1s infinite}.loading{-webkit-animation:load linear 1s infinite;animation:load linear 1s infinite}
/*# sourceMappingURL=./base.css.map */

View File

@ -3,17 +3,17 @@
*相关初始化
*/
.font-color-red {
color: #73CBB6 !important;
color: #00c17b !important;
}
.bg-color-red {
background-color: #73CBB6 !important;
background-color: #00c17b !important;
}
.icon-color {
color: #73CBB6;
color: #00c17b;
}
.cart-color {
color: #73CBB6 !important;
border: 1px solid #73CBB6 !important;
color: #00c17b !important;
border: 1px solid #00c17b !important;
}
/* padding20 */
.padding20 {

File diff suppressed because one or more lines are too long

View File

@ -51,7 +51,7 @@
}
#footer .item.on {
color: #73CBB6;
color: #00c17b;
}
#footer .item .iconfont {
@ -186,13 +186,13 @@
.promotionGood .item .text .sp-money .moneyCon {
padding: 0 0.18*100rpx;
background-color: #73CBB6;
background-color: #00c17b;
height: 0.46*100rpx;
line-height: 0.46*100rpx;
background-image: linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: linear-gradient(to right, #00c17b 0%, #00c17b 100%);
font-size: 0.2*100rpx;
color: #fff;
background-image: -moz-linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
border-radius: 0.24*100rpx 0.03*100rpx 0.24*100rpx 0.03*100rpx;
}
@ -610,8 +610,8 @@
.product-window .productWinList .item .listn .itemn.on {
color: #fff;
background-color: #73CBB6;
border-color: #73CBB6;
background-color: #00c17b;
border-color: #00c17b;
}
.product-window .cart {
@ -1061,7 +1061,7 @@
width: 0.18*100rpx;
height: 0.18*100rpx;
border-radius: 50%;
background-color: #73CBB6;
background-color: #00c17b;
left: 25.5%;
bottom: 0;
margin-bottom: -0.09*100rpx;
@ -1073,7 +1073,7 @@
width: 0.18*100rpx;
height: 0.18*100rpx;
border-radius: 50%;
background-color: #73CBB6;
background-color: #00c17b;
left: 25.5%;
top: 0;
margin-top: -0.09*100rpx;
@ -1281,13 +1281,13 @@
.index .news .new-banner .text .label {
font-size: 0.2*100rpx;
color: #73CBB6;
color: #00c17b;
width: 0.68*100rpx;
height: 0.34*100rpx;
border-radius: 0.2*100rpx;
text-align: center;
line-height: 0.34*100rpx;
border: 0.02*100rpx solid #73CBB6;
border: 0.02*100rpx solid #00c17b;
}
.index .news .new-banner .text .newsTitle {
@ -1665,10 +1665,10 @@
.index .wrapper .newProducts {}
.index .wrapper.hot .newProducts .newProductsItem {
width: 2.4*100rpx;
width: 2.4*100rpx;
min-width: 2.4*100rpx;
margin-right: 0.2*100rpx;
flex: 0 2.4*100rpx;
flex: 0 2.4*100rpx;
}
.index .wrapper .newProducts .newProductsScroll {
@ -1683,11 +1683,11 @@ flex: 0 2.4*100rpx;
.index .wrapper .newProducts .newProductsItem {
border: 1rpx solid #eee;
width: 2.4*100rpx;
width: 2.4*100rpx;
min-width: 2.4*100rpx;
border-radius: 0.12*100rpx;
overflow: hidden;
margin-right: .2*100rpx;
margin-right: .2*100rpx;
flex: 0 2.4*100rpx;
}
@ -2185,7 +2185,7 @@ flex: 0 2.4*100rpx;
height: 1*100rpx;
width: 100%;
border-radius: 0 0 50% 50%;
background-color: #73CBB6;
background-color: #00c17b;
}
.user .header .picTxt .pictrue {
@ -2612,13 +2612,13 @@ flex: 0 2.4*100rpx;
.product-con .footer .bnt .joinCart {
border-radius: 0.5*100rpx 0 0 0.5*100rpx;
background-image: linear-gradient(to right, #fea10f 0%, #fea10f 100%);
background-image: -moz-linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
}
.product-con .footer .bnt .buy {
border-radius: 0 0.5*100rpx 0.5*100rpx 0;
background-image: linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: -moz-linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: linear-gradient(to right, #00c17b 0%, #00c17b 100%);
background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
}
/*订单提交*/
@ -2764,7 +2764,7 @@ flex: 0 2.4*100rpx;
}
.order-submission .wrapper .item .list .payItem .name .iconfont.icon-yinhangqia {
background-color: #73CBB6;
background-color: #00c17b;
}
.order-submission .wrapper .item .list .payItem .tip {
@ -2906,7 +2906,7 @@ flex: 0 2.4*100rpx;
}
.address-management .footer .addressBnt.wxbnt {
background-color: #73CBB6;
background-color: #00c17b;
}
/*添加地址*/
@ -2980,8 +2980,8 @@ flex: 0 2.4*100rpx;
line-height: 0.86*100rpx;
margin: 0 auto;
font-size: 0.32*100rpx;
color: #73CBB6;
border: 1px solid #73CBB6;
color: #00c17b;
border: 1px solid #00c17b;
}
/*我的订单*/
@ -3034,7 +3034,7 @@ flex: 0 2.4*100rpx;
.my-order .nav .item.on {
font-weight: bold;
border-bottom: 0.05*100rpx solid #73CBB6;
border-bottom: 0.05*100rpx solid #00c17b;
}
.my-order .nav .item .num {
@ -3196,7 +3196,7 @@ flex: 0 2.4*100rpx;
.order-details .nav .navCon .on {
font-weight: bold;
color: #73CBB6;
color: #00c17b;
}
.order-details .nav .progress {
@ -3423,7 +3423,7 @@ flex: 0 2.4*100rpx;
}
.logistics .logisticsCon .item .circular.on {
background-color: #73CBB6;
background-color: #00c17b;
}
.logistics .logisticsCon .item .text {
@ -3467,7 +3467,7 @@ flex: 0 2.4*100rpx;
color: #fff;
text-align: center;
line-height: 1.3*100rpx;
text-shadow: 0 4px 0 #73CBB6;
text-shadow: 0 4px 0 #00c17b;
border: 0.06*100rpx solid #f5f5f5;
margin: -0.76*100rpx auto 0 auto;
background-color: #999;
@ -3861,7 +3861,7 @@ flex: 0 2.4*100rpx;
}
.member-center .wrapper .title .iconfont {
color: #73CBB6;
color: #00c17b;
font-weight: normal;
font-size: 0.4*100rpx;
margin-right: 0.12*100rpx;
@ -3874,7 +3874,7 @@ flex: 0 2.4*100rpx;
}
.member-center .wrapper .title .num .current {
color: #73CBB6;
color: #00c17b;
}
.member-center .wrapper .list .item {
@ -3893,7 +3893,7 @@ flex: 0 2.4*100rpx;
}
.member-center .wrapper .list .item .top .name {
border-left: 0.06*100rpx solid #73CBB6;
border-left: 0.06*100rpx solid #00c17b;
padding-left: 0.2*100rpx;
font-size: 0.28*100rpx;
color: #282828;
@ -3920,7 +3920,7 @@ flex: 0 2.4*100rpx;
width: 0;
height: 100%;
transition: width 0.6s ease;
background-color: #73CBB6;
background-color: #00c17b;
border-radius: 0.2*100rpx;
}
@ -3932,7 +3932,7 @@ flex: 0 2.4*100rpx;
}
.member-center .wrapper .list .item .experience .num {
color: #73CBB6;
color: #00c17b;
}
.member-center .growthValue {
@ -4052,7 +4052,7 @@ flex: 0 2.4*100rpx;
/*.integral-details .wrapper .nav .item{text-align:center;width:50%;}*/
.integral-details .wrapper .nav .item.on {
background-color: #fff;
color: #73CBB6;
color: #00c17b;
font-weight: bold;
border-radius: 0.2*100rpx .2*100rpx 0 0;
}
@ -4193,7 +4193,7 @@ flex: 0 2.4*100rpx;
.bargain-list .list {
background-color: #fff;
border: 0.06*100rpx solid #73CBB6;
border: 0.06*100rpx solid #00c17b;
border-radius: 0.3*100rpx;
margin: .3*100rpx 0.3*100rpx 0.66*100rpx 0.3*100rpx;
padding: 0 0.24*100rpx;
@ -4346,7 +4346,7 @@ flex: 0 2.4*100rpx;
.bargain .bargainGang,
.bargain .goodsDetails {
width: 6.6*100rpx;
border: 0.06*100rpx solid #73CBB6;
border: 0.06*100rpx solid #00c17b;
background-color: #fff;
border-radius: 0.2*100rpx;
margin: -1.62*100rpx auto 0 auto;
@ -4441,8 +4441,8 @@ flex: 0 2.4*100rpx;
}
.bargain .wrapper .bargainBnt.on {
border: 0.02*100rpx solid #73CBB6;
color: #73CBB6;
border: 0.02*100rpx solid #00c17b;
color: #00c17b;
background-image: linear-gradient(to right, #fff 0%, #fff 100%);
background-image: -moz-linear-gradient(to right, #fff 0%, #fff 100%);
width: 5.96*100rpx;
@ -4524,7 +4524,7 @@ flex: 0 2.4*100rpx;
width: 100%;
height: 100%;
border-radius: 50%;
border: 0.02px solid #73CBB6;
border: 0.02px solid #00c17b;
}
.bargain .bargainGang .list .item .pictxt .text {
@ -4793,7 +4793,7 @@ flex: 0 2.4*100rpx;
width: 0.54*100rpx;
background-color: #c6f3e8;
text-align: center;
color: #73CBB6;
color: #00c17b;
height: 100%;
line-height: 0.38*100rpx;
}
@ -6268,8 +6268,8 @@ flex: 0 2.4*100rpx;
}
.promoter-list .nav .item.on {
color: #73CBB6;
border-bottom: 0.05*100rpx solid #73CBB6;
color: #00c17b;
border-bottom: 0.05*100rpx solid #00c17b;
}
.promoter-list .search {
@ -6480,10 +6480,10 @@ flex: 0 2.4*100rpx;
.my-promotion .list .item .iconfont {
font-size: 0.7*100rpx;
/* background-image: linear-gradient(to right, #73CBB6 0%, #73CBB6 100%); */
/* background-image: -moz-linear-gradient(to right, #73CBB6 0%, #73CBB6 100%); */
/* background-image: linear-gradient(to right, #00c17b 0%, #00c17b 100%); */
/* background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%); */
margin-bottom: 0.2*100rpx;
color: #73cbb6
color: #00c17b
}
/*我的账户*/
@ -6496,8 +6496,8 @@ flex: 0 2.4*100rpx;
.my-account .wrapper .header {
width: 6.9*100rpx;
height: 3.3*100rpx;
background-image: linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: -moz-linear-gradient(to right, #73CBB6 0%, #73CBB6 100%);
background-image: linear-gradient(to right, #00c17b 0%, #00c17b 100%);
background-image: -moz-linear-gradient(to right, #00c17b 0%, #00c17b 100%);
border-radius: 0.16*100rpx;
margin: 0 auto;
color: rgba(255, 255, 255, 0.6);
@ -7205,8 +7205,8 @@ flex: 0 2.4*100rpx;
/*立即注册*/
.register {
background-image: linear-gradient(to bottom, #73CBB6 0%, #73CBB6 100%);
background-image: -moz-linear-gradient(to bottom, #73CBB6 0%, #73CBB6 100%);
background-image: linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
background-image: -moz-linear-gradient(to bottom, #00c17b 0%, #00c17b 100%);
width: 100%;
height: 100vh;
}
@ -7418,10 +7418,10 @@ flex: 0 2.4*100rpx;
.productSort .aside .item.on {
background-color: #fff;
border-left: 0.04*100rpx solid #73CBB6;
border-left: 0.04*100rpx solid #00c17b;
width: 100%;
text-align: center;
color: #73CBB6;
color: #00c17b;
font-weight: bold;
}