You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
133 lines
2.7 KiB
133 lines
2.7 KiB
.sp-cell { |
|
height: 20rpx; |
|
} |
|
.getUserInfo { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: column; |
|
flex-direction: column; |
|
padding: 30px; |
|
} |
|
.getUserInfo ._p { |
|
margin-bottom: 20px; |
|
} |
|
.container { |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: column; |
|
flex-direction: column; |
|
-webkit-box-pack: start; |
|
-webkit-justify-content: flex-start; |
|
justify-content: flex-start; |
|
position: relative; |
|
} |
|
.tab-bar { |
|
font-size: 0; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
background: rgba(255, 255, 255, 0.9); |
|
position: fixed; |
|
bottom: 0; |
|
left: 0; |
|
right: 0; |
|
z-index: 99; |
|
border-top: 1px solid #f8f8f8; |
|
} |
|
.tab-bar .tab-bar-item { |
|
-webkit-box-flex: 1; |
|
-webkit-flex: 1; |
|
flex: 1; |
|
height: 49px; |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-pack: center; |
|
-webkit-justify-content: center; |
|
justify-content: center; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: column; |
|
flex-direction: column; |
|
} |
|
.tab-bar .tab-bar-item.active text { |
|
color: #ee7559; |
|
} |
|
.tab-bar .tab-bar-item.active .tab-bar-pic { |
|
display: none; |
|
background: #f9f9f9; |
|
} |
|
.tab-bar .tab-bar-item.active .tab-bar-pic.active { |
|
display: block; |
|
} |
|
.tab-bar .tab-bar-item .tab-bar-pic { |
|
display: block; |
|
background: #f9f9f9; |
|
} |
|
.tab-bar .tab-bar-item .tab-bar-pic.active { |
|
display: none; |
|
} |
|
.tab-bar .tab-bar-pic { |
|
width: 25px; |
|
height: 25px; |
|
background: #f9f9f9; |
|
} |
|
.tab-bar .tab-bar-pic image { |
|
width: 25px; |
|
height: 25px; |
|
} |
|
.tab-bar text { |
|
font-size: 10px; |
|
color: #a0a0a0; |
|
line-height: 10px; |
|
margin-top: 5px; |
|
} |
|
.tab-bar-bg { |
|
padding-top: 46px; |
|
width: 100%; |
|
} |
|
.view-item { |
|
display: none; |
|
width: 100%; |
|
} |
|
.view-item-active { |
|
display: block; |
|
} |
|
.getUserInfo { |
|
display: -webkit-box; |
|
display: -webkit-flex; |
|
display: flex; |
|
-webkit-box-align: center; |
|
-webkit-align-items: center; |
|
align-items: center; |
|
-webkit-box-orient: vertical; |
|
-webkit-box-direction: normal; |
|
-webkit-flex-direction: column; |
|
flex-direction: column; |
|
padding: 30px; |
|
} |
|
.getUserInfo ._p { |
|
margin-bottom: 20px; |
|
} |
|
._van-dialog { |
|
z-index: 99999999999; |
|
} |
|
|
|
|