作者 王晓刚
... ... @@ -14,6 +14,11 @@
<!--<script type="text/javascript" src="__TMPL__/public/assets/assets/js/jquery-2.1.0.js"></script>-->
<link rel="stylesheet" href="__TMPL__/public/assets/assets/css/jquery-weui.css">
<title>{$title}</title>
<style>
.title{
margin: 0rem 0 0 0;
}
</style>
</head>
<body>
... ...
... ... @@ -891,7 +891,7 @@
}
}
.toolbar .toolbar-inner {
height: 2.2rem;
height: 1.2rem;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
... ... @@ -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,6 +979,7 @@
width: 14rem;
}
.weui-picker-modal .picker-items {
margin-top:-30px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
... ... @@ -1060,7 +1061,8 @@
position: absolute;
left: 0;
width: 100%;
top: 32%;
top: 50%;
margin-top: -16px;
pointer-events: none;
}
... ...