34 lines
711 B
Plaintext
34 lines
711 B
Plaintext
|
|
.content.data-v-8978cb04 {
|
|
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: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
padding-top: 90rpx;
|
|
/* height: 100%; */
|
|
}
|
|
.screen-box.data-v-8978cb04 {
|
|
background-color: #fff;
|
|
padding: 15rpx 24rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
position: fixed;
|
|
width: 100%;
|
|
top: 0;
|
|
z-index: 1;
|
|
border-bottom: 2rpx solid #f8f9fb;
|
|
/* justify-content: space-between; */
|
|
}
|
|
.uni-icon-arrowdown.data-v-8978cb04 {
|
|
font-size: 24rpx;
|
|
margin-left: 8rpx;
|
|
}
|
|
|