81 lines
1.2 KiB
Plaintext
81 lines
1.2 KiB
Plaintext
/* pages/member/supplier/SupInfoManage/SupInfoManage.wxss */
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.supplier-center .h1 {
|
|
line-height: 72rpx;
|
|
color: #888;
|
|
padding: 0 28rpx;
|
|
font-size: 32rpx;
|
|
text-align: left;
|
|
background: #f5f5f5;
|
|
}
|
|
|
|
.supplier-center .top {
|
|
padding-left: 30rpx;
|
|
}
|
|
|
|
.supplier-center .top .span {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.supplier-center .bottom {
|
|
width: 320rpx;
|
|
height: 330rpx;
|
|
border: 2rpx dashed #333;
|
|
padding: 30rpx;
|
|
margin: 0 auto;
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.supplier-center .bottom .photoshow image {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.buttonGroup {
|
|
margin: 40rpx 0;
|
|
padding: 0 28rpx;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.buttonGroup .button {
|
|
color: #fff;
|
|
background-color: #f15353;
|
|
height: 92rpx;
|
|
border-radius: 8rpx;
|
|
width: 100%;
|
|
text-align: center;
|
|
line-height: 92rpx;
|
|
}
|
|
|
|
.license_img {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
margin: 20rpx 0rpx 20rpx 40rpx;
|
|
}
|
|
|
|
.image_licence {
|
|
width: 45%;
|
|
margin: 0 20rpx 20rpx 0;
|
|
}
|
|
|
|
.licence {
|
|
font-size: 32rpx;
|
|
padding: 40rpx 0 20rpx 30rpx;
|
|
display: block;
|
|
}
|
|
|
|
.group {
|
|
font-size: 32rpx;
|
|
padding: 40rpx 0 0 30rpx;
|
|
display: block;
|
|
}
|
|
|
|
.industry {
|
|
font-size: 32rpx;
|
|
padding: 40rpx 0 20rpx 40rpx;
|
|
display: block;
|
|
}
|