|
@@ -39,6 +39,7 @@
|
|
|
|
|
|
/*移动*/
|
|
|
@media screen and (max-width:768px) {
|
|
|
+ .right{width: 100%;overflow: hidden}
|
|
|
.userinfo { padding: 1.3vw 3.2vw; background: #fff;box-shadow: 0 .8vw 1.6vw 0 rgba(0, 0, 0, 0.07);}
|
|
|
.info { height: 13vw; line-height: 13vw;font-size: 3.4vw;color: #22272e;overflow: hidden}
|
|
|
.comback { width: 22.4vw; height: 7.2vw;background-color: #ffe6dc;border-radius: 4.8vw;border: solid 1px #e15616; float: right;line-height: 7.2vw; margin-top: 2.7vw;cursor: pointer; color: #e15616}
|
|
@@ -72,4 +73,5 @@
|
|
|
.no-delivery-record img {width:48vw;position: absolute;top: 0;left: 50%;transform: translate(-50%,50%)}
|
|
|
.no-delivery-record p{position: absolute;top: 65%;left: 24%;font-size: 3.2vw;color: #4a4f58}
|
|
|
.no-delivery-record span{color: #e15616;}
|
|
|
+
|
|
|
}
|