etms_wechat_mini_oem/yunbainian/etms_wechat_mini/app.wxss

39 lines
603 B
Plaintext
Raw Permalink Normal View History

2024-12-06 16:18:22 +08:00
/**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;
}