作者 lihongjuan
1 个管道 的构建 通过 耗费 0 秒

修改

... ... @@ -904,7 +904,7 @@
padding: 0;
font-size: .35rem;
font-weight: normal;
line-height: 2.2rem;
line-height: 1.2rem;
color: #3d4145;
text-align: center;
white-space: nowrap;
... ... @@ -913,8 +913,8 @@
position: absolute;
right: 0;
box-sizing: border-box;
height: 2.2rem;
line-height: 2.2rem;
height: 1.2rem;
line-height: 1.2rem;
color: #04BE02;
z-index: 1;
padding: 0 .5rem;
... ... @@ -930,7 +930,7 @@
color: #3d4145;
-webkit-transition-duration: .3s;
transition-duration: .3s;
height: 8rem;
height: 9rem;
background: #EFEFF4;
-webkit-transform: translate3d(0, 100%, 0);
transform: translate3d(0, 100%, 0);
... ... @@ -979,7 +979,7 @@
width: 14rem;
}
.weui-picker-modal .picker-items {
margin-top:-23px;
margin-top:-30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
... ...