|
@@ -1,35 +1,44 @@
|
|
|
html .page {
|
|
|
background: #F5F4F9;
|
|
|
- padding-bottom: .94rem;
|
|
|
- font-size: .24rem;
|
|
|
+ display: flex;
|
|
|
+ justify-content: space-between;
|
|
|
+ flex-direction: column;
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ overflow: hidden;
|
|
|
+ font-size: .24rem;
|
|
|
+}
|
|
|
+html .page .main{
|
|
|
+ flex: 1;
|
|
|
+ overflow-y: scroll;
|
|
|
}
|
|
|
html .page .progress {
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
-ms-flex-pack: distribute;
|
|
|
- justify-content: space-around;
|
|
|
+ justify-content: space-around;
|
|
|
padding: .28rem 0;
|
|
|
background: #fff;
|
|
|
border-bottom: 1px solid #e0e0e0;
|
|
|
}
|
|
|
html .page .progress .p-item {
|
|
|
-webkit-box-flex: 1;
|
|
|
- -ms-flex: 1;
|
|
|
- flex: 1;
|
|
|
+ -ms-flex: 1;
|
|
|
+ flex: 1;
|
|
|
display: -webkit-box;
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-orient: vertical;
|
|
|
-webkit-box-direction: normal;
|
|
|
- -ms-flex-direction: column;
|
|
|
- flex-direction: column;
|
|
|
+ -ms-flex-direction: column;
|
|
|
+ flex-direction: column;
|
|
|
-webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
position: relative;
|
|
|
}
|
|
|
html .page .progress .p-item .line {
|
|
@@ -70,8 +79,8 @@ html .page .chooseTime ul {
|
|
|
display: flex;
|
|
|
padding: 0 .32rem;
|
|
|
-webkit-box-pack: justify;
|
|
|
- -ms-flex-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
}
|
|
|
html .page .chooseTime ul li {
|
|
|
width: 1.64rem;
|
|
@@ -98,18 +107,18 @@ html .page .chooseTime .dateMake {
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
-webkit-box-pack: justify;
|
|
|
- -ms-flex-pack: justify;
|
|
|
- justify-content: space-between;
|
|
|
+ -ms-flex-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
-webkit-box-align: center;
|
|
|
- -ms-flex-align: center;
|
|
|
- align-items: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
height: 1.08rem;
|
|
|
line-height: 1.08rem;
|
|
|
background: #fff;
|
|
|
margin-top: .16rem;
|
|
|
padding: 0 .3rem;
|
|
|
color: #888888;
|
|
|
- position:relative;
|
|
|
+ position:relative;
|
|
|
}
|
|
|
html .page .chooseTime .dateMake span {
|
|
|
display: inline-block;
|
|
@@ -174,25 +183,23 @@ html .page .elseChoose .elseChooseList ul li a i {
|
|
|
background: #2cb7ca;
|
|
|
font-size: .36rem;
|
|
|
color: #fff;
|
|
|
- position: fixed;
|
|
|
- bottom: 0;
|
|
|
}
|
|
|
.timeSelect{
|
|
|
- color:#24C0D7 !important;
|
|
|
-/* text-align:right !important;*/
|
|
|
- border:1px solid #24C0D7 !important;
|
|
|
+ color:#24C0D7 !important;
|
|
|
+ /* text-align:right !important;*/
|
|
|
+ border:1px solid #24C0D7 !important;
|
|
|
}
|
|
|
.easyalert{
|
|
|
- position: fixed;
|
|
|
- background-color: rgba(0,0,0,0.5);
|
|
|
- top: 50%;
|
|
|
- color: #fff;
|
|
|
- z-index: 999;
|
|
|
- border-radius: 6px;
|
|
|
- padding: 0.4rem 0.5rem;
|
|
|
- font-size: .28rem;
|
|
|
-/* line-height: 22px;*/
|
|
|
-/* max-width: 260px;*/
|
|
|
- text-align: center;
|
|
|
- display: none;
|
|
|
+ position: fixed;
|
|
|
+ background-color: rgba(0,0,0,0.5);
|
|
|
+ top: 50%;
|
|
|
+ color: #fff;
|
|
|
+ z-index: 999;
|
|
|
+ border-radius: 6px;
|
|
|
+ padding: 0.4rem 0.5rem;
|
|
|
+ font-size: .28rem;
|
|
|
+ /* line-height: 22px;*/
|
|
|
+ /* max-width: 260px;*/
|
|
|
+ text-align: center;
|
|
|
+ display: none;
|
|
|
}
|