|
@@ -27,16 +27,53 @@ li{list-style:none}
|
|
|
.user-header .header-ml .account{float: left;}
|
|
|
.user-header .header-ml .account .name{line-height: 46px;font-size: 18px;font-weight: bold;color: #22272e;}
|
|
|
.user-header .header-ml .account .msg{font-size: 14px;line-height: 22px;color: #22272e;}
|
|
|
- .user-header .header-ml .account .msg span{color: #f94b4b;display: inline-block;float: left;margin-right: 8px;}
|
|
|
+ .user-header .header-ml .account .msg span{color: #22272e;display: inline-block;float: left;margin-right: 8px;}
|
|
|
+ .user-header .header-ml .account .msg .red{color: #f94b4b;font-style: normal;margin: 0 5px;}
|
|
|
.user-header .header-ml .account .msg a{display: inline-block;width: 64px;height: 22px;float: left;line-height: 22px;color: #FFFFFF;font-size:12px;text-align: center; background-image: linear-gradient(225deg,#61686f 0%,#313a43 100%);border-radius: 2px;}
|
|
|
- .user-header .header-mr{width: 80px;height:80px;float: right;}
|
|
|
+ .user-header .header-mr{height:80px;float: right;}
|
|
|
+ .user-header .header-mr .message{width: 100%;float: right;height: 28px;}
|
|
|
+ .user-header .header-mr .message .icon{width: 28px;height: 28px;float: right;display: block;position: relative;}
|
|
|
+ .user-header .header-mr .message .icon:before{width: 28px;height: 28px;background-position: -240px -370px}
|
|
|
+ .user-header .header-mr .message .icon a{display: block;width: 18px;height: 18px;background-image: linear-gradient(90deg,#ff5353 0%,#ff2424 100%);position: absolute;top: -9px;left: -9px;font-style: normal;font-size: 13px;color: #f94b4b;line-height: 18px;text-align: center;border-radius: 50%;color: #fff;}
|
|
|
+ .user-header .header-mr .money {width: 100%;height: 52px;line-height: 52px;font-size: 16px;}
|
|
|
+ .user-header .header-mr .money span{color: #e15616;}
|
|
|
.user-content{width: 100%;height: auto;margin-top: 27px;}
|
|
|
.user-content .title{width: 100%;height: 44px;line-height: 44px;font-size: 16px;text-align: left;color: #22272e;}
|
|
|
.user-content .section{width: 100%;height: auto;}
|
|
|
.user-content .section .user-main{width: 100%;height:auto;background-color: #FFFFFF;box-sizing: border-box;padding: 20px;box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.07);margin-bottom: 10px;}
|
|
|
- .user-content .section .user-main.tabs{height: 78px;}
|
|
|
- .user-content .section .user-main.order{height: 200px;}
|
|
|
- .user-content .section .user-main.product{height: 253px;}
|
|
|
+ .user-content .section .user-main.tabs{height: 78px;padding: 15px 20px;}
|
|
|
+ .user-content .section .user-main .tabs-left{height: 100%;float: left;}
|
|
|
+ .user-content .section .user-main .tabs-left .item{width: 50px;height: 100%;float: left;margin:0 40px;}
|
|
|
+ .user-content .section .user-main .tabs-left .item a{width: 100%;height: 100%;display: block;}
|
|
|
+ .user-content .section .user-main .tabs-left .item a .icon{width: 24px;height: 24px;display: block;margin: 0 auto;position: relative;}
|
|
|
+ .user-content .section .user-main .tabs-left .item a .icon span{display: block;width: 18px;height: 18px;background-image: linear-gradient(90deg,#ff5353 0%,#ff2424 100%);position: absolute;top: -9px;left: -9px;font-style: normal;font-size: 13px;color: #f94b4b;line-height: 18px;text-align: center;border-radius: 50%;color: #fff;}
|
|
|
+ .user-content .section .user-main .tabs-left .item a .icon:before{width: 24px;height: 24px;background-position: -273px -370px;}
|
|
|
+ .user-content .section .user-main .tabs-left .item a p{font-size: 14px;color: #22272e;text-align: center;line-height: 20px;margin-top: 3px;}
|
|
|
+ .user-content .section .user-main .tabs-right{float: right;line-height: 48px;font-size: 14px;color: #22272e;}
|
|
|
+ .user-content .section .user-main.order{height: 224px;padding-left: 68px;padding-top: 10px;}
|
|
|
+ .user-content .section .user-main .order-title{width: 100%;height: 40px;position: relative;float: left;margin-bottom: 0;}
|
|
|
+ .user-content .section .user-main .order-title .bag{display: block;position: absolute;left: -45px;top: 12px; width: 36px;height: 16px;background-image: linear-gradient(335deg,#e15616 0%,#ffb496 100%);border-radius: 2px;font-size: 10px;color: #FFFFFF;line-height: 16px;text-align: center;}
|
|
|
+ .user-content .section .user-main .order-title .title-name{float: left;line-height: 40px;font-size: 14px;color: #22272e;}
|
|
|
+ .user-content .section .user-main .order-title .title-name p{float: left;margin-right: 10px;}
|
|
|
+ .user-content .section .user-main .order-title .title-name p.state{color: #E15616;}
|
|
|
+ .user-content .section .user-main .order-title .title-type{float: left;width: 40px;height: 40px;background: url("/img/order/second.png")center center no-repeat;background-size: cover;}
|
|
|
+ .user-content .section .user-main .order-title .title-time{float: right;line-height: 40px;font-size: 12px;color: #9aa5b5;}
|
|
|
+ .user-content .section .user-main .order-content{width: 100%;height: auto;float: left;}
|
|
|
+ .user-content .section .user-main .order-content .order-item{width: 100%;height: 36px;float: left;}
|
|
|
+ .user-content .section .user-main .order-content .order-item p{float: left;margin-right: 50px;line-height: 36px;color: #22272e;font-size: 14px;}
|
|
|
+ .user-content .section .user-main .order-content .order-item p span{margin-left: 5px;}
|
|
|
+ .user-content .section .user-main .order-content .order-item p .red{color: #f94b4b;}
|
|
|
+ .user-content .section .user-main .order-content .order-botton{width: 100%;height: 36px;float: left;margin-top: 8px;}
|
|
|
+ .user-content .section .user-main .order-content .order-botton .btn{width: 88px;height: 34px;border-radius: 2px;border: 1px solid #FFF;float: right;margin-left: 16px;font-size: 14px;line-height: 34px;text-align: center;display: block;}
|
|
|
+ .user-content .section .user-main .order-content .order-botton .btn.cancel{border-color: #9aa5b5;background-color: #FFFFFF;color: #22272e;}
|
|
|
+ .user-content .section .user-main .order-content .order-botton .btn.primary{border-color: #E15616;background-color: #E15616;color: #FFFFFF;}
|
|
|
+ .user-content .section .user-main.product{height: 260px;padding: 20px 20px 10px 20px;}
|
|
|
+ .user-content .section .user-main .product-item{width: 173px;height: auto;float: left;margin-right: 15px;cursor: pointer;}
|
|
|
+ .user-content .section .user-main .product-item:last-child{margin-right: 0;}
|
|
|
+ .user-content .section .user-main .product-item .product-img{width: 173px;height: 173px;float: left;}
|
|
|
+ .user-content .section .user-main .product-item .product-img img{width: 173px;height: 173px;display: block;}
|
|
|
+ .user-content .section .user-main .product-item .product-name{width: 100%;height: 40px;float: left;margin-top: 10px;}
|
|
|
+ .user-content .section .user-main .product-item .product-name p{font-size: 14px;color: #22272e;text-align: justify;line-height: 20px;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
|
|
|
.user-content .section .user-main.news{height: 207px;}
|
|
|
|
|
|
|