Files
income_payments_applet/pages/standardBasicInfo/standardBasicInfo.wxss
T
2021-12-15 17:49:32 +08:00

38 lines
643 B
Plaintext

/* pages/standardBasicInfo/standardBasicInfo.wxss */
page{
padding: 10px;
box-sizing: border-box;
background-color: #F5F5F5;
padding-bottom: 20px;
}
.basic-info .title text{
border-left: 3px solid #069F99;
height: 14px;
padding-left: 10px;
border-radius: 2px;
display: flex;
align-items: center;
color: #333;
font-size: 15px;
font-weight: 500;
margin-bottom: 10px;
}
.mishu {
padding: 30rpx;
background-color: #fff;
border-radius: 10px;
height: auto;
}
.mishu view{
display: flex;
padding: 14rpx;
font-size: 14px;
}
.mishu view text:nth-child(1){
flex-shrink: 0;
}
.company {
margin-top: 20px;
}