39 lines
603 B
Plaintext
39 lines
603 B
Plaintext
/**app.wxss**/
|
|
@import "./utils/weui.wxss";
|
|
|
|
.container {
|
|
height: 100%;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.etms_music {
|
|
position: fixed;
|
|
top: 15px;
|
|
left: 15px;
|
|
z-index: 9999;
|
|
}
|
|
|
|
.etms_input_phone_content {
|
|
display: flex;
|
|
}
|
|
|
|
.etms_input_phone_content_getphone {
|
|
padding: 0px !important;
|
|
margin: 0px !important;
|
|
width: 100px;
|
|
}
|
|
|
|
.ac-action {
|
|
position: absolute;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
display: inline-flex !important;
|
|
}
|
|
|
|
.t-popup__content {
|
|
margin-bottom: 110px;
|
|
} |