@@ -513,10 +513,8 @@
.station {
width:91.4%;
height: 120px;
- margin-top: 20px auto 0 ;
- padding-top: 20px;
+ margin: 20px auto 0 ;
position: relative;
-
.img-box {
width: 100%;
height: 100%;
@@ -624,7 +622,7 @@
// 数量
.count {
- margin-top: 12px !important;
+ margin-top: 14px !important;
display: flex;
justify-content: space-between;
@@ -407,10 +407,12 @@
}
.bot {
- width: 220px;
- height: 220px;
+ width:100%;
+ height:0;
+ padding-top: 100%;
border: 2px #00b962 dotted;
- border-radius: 999px;
+ border-radius:100%;
+ box-sizing: border-box;
position: absolute;
top: 0px;
left: 0px;
@@ -425,6 +427,8 @@
/deep/.u-circle-progress {
margin-left: 23.3% !important;
+ // min-width:220px;
+ // min-height: 220px;
.u-progress-content {
@@ -558,7 +562,7 @@
.bottom2 {
- width: 343px;
+ width: 91.4%;
position: fixed;
bottom: 0;
left: 0;
@@ -639,7 +643,7 @@
.bottom {
padding: 12px 16px;
@@ -649,7 +653,7 @@
.u-size-default {
border: 1px solid rgba(0, 185, 98, 100);
- color: #00b962;
+ color: #00b962;
width: 44%;