【开发】 标协会员

This commit is contained in:
fengachen
2021-12-15 17:49:32 +08:00
parent 2bfeded661
commit 8236283f2c
20 changed files with 842 additions and 8 deletions
@@ -0,0 +1,38 @@
/* 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;
}