You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
bocai_supplyChain/pages/tobeAgency/index.wxss

48 lines
712 B
Plaintext

/* pages/tobeAgency/index.wxss */
.container {
padding: 10px;
overflow: hidden;
border-radius: 8px;
}
.mt10 {
margin-top: 10px !important;
}
.updateimg {
width: 172px;
height: 104px;
display: flex;
align-items: center;
position: relative;
justify-content: center;
margin-top: 8px;
background: #ffffff;
border-radius: 8px;
overflow: hidden;
}
.updateimg image {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
}
.updateimg i {
font-size: 32px;
}
.submit {
margin-top: 50px;
margin-bottom: 32px;
}
.connectManager {
text-align: center;
text-decoration: underline;
color: #576b95;
}
.recording {
background: #cccccc;
}
.h56 {
height: 56px;
padding: 0 20px !important;
}