yuminge-app/yun-min-program-plugin-master/packageA/member/supplier/SupplierInfo/SupplierInfo.wxss

268 lines
3.9 KiB
Plaintext

/* packageA/member/supplier/SupplierInfo/SupplierInfo.wxss */
page { background-color: #fff; }
.header {
padding-top: 40rpx;
padding-bottom: 50rpx;
}
.header .c1 {
display: flex;
padding-right: 54rpx;
}
.header .c1 .face {
padding-left: 30rpx;
padding-right: 37rpx;
}
.header .c1 .face image {
width: 128rpx;
height: 128rpx;
border-radius: 50%;
}
.header .c1 .info {
display: flex;
flex-direction: column;
justify-content: space-around;
text-align: left;
height: 128rpx;
}
.header .c1 .info .desc {
font-size: 32rpx;
color: #000;
letter-spacing: 2rpx;
font-weight: bold;
}
.header .c1 .info .goods_num {
font-size: 28rpx;
letter-spacing: 1rpx;
color: #333;
}
.header .c2 {
margin-top: 28rpx;
padding-left: 25rpx;
padding-right: 20rpx;
text-align: left;
}
.header .c2 .evaluate {
display: flex;
align-items: flex-start;
}
.header .c2 .evaluate text {
font-size: 28rpx;
color: #333;
transform: translateY(-8rpx);
}
.header .c2 .evaluate .iconfont {
display: flex;
align-items: center;
}
.header .c2 .evaluate .icon-collect-active {
color: #d5d5d5;
}
.header .c2 .evaluate .active {
color: #ffba00;
}
.header .c2 .desc {
margin-top: 29rpx;
font-size: 24rpx;
color: #666;
line-height: 36rpx;
}
.cutting {
width: 750rpx;
height: 20rpx;
background-color: #f6f6f7;
}
.basicInfo {
text-align: left;
padding: 0 26rpx;
}
.basicInfo .name {
font-size: 32rpx;
color: #000;
height: 80rpx;
line-height: 80rpx;
padding-top: 10rpx;
}
.basicInfo .items {
padding-bottom: 20rpx;
border-bottom: 1rpx solid #dee2ee;
}
.basicInfo .items .item {
display: flex;
align-items: center;
justify-content: space-between;
height: 68rpx;
}
.basicInfo .items .item .c1 {
font-size: 28rpx;
color: #333;
}
.basicInfo .items .item .c2 {
font-size: 28rpx;
color: #000;
}
.basicInfo .btns {
display: flex;
height: 96rpx;
align-items: center;
}
.basicInfo .btns .btn {
flex: 1;
display: flex;
justify-content: center;
align-items: center;
}
.basicInfo .btns .btn .iconfont {
color: #f15353;
}
.basicInfo .btns .btn text {
font-size: 28rpx;
margin-left: 29rpx;
color: #000;
}
.qualifi {
padding: 24rpx;
padding-bottom: 60rpx;
}
.qualifi .name {
font-size: 32rpx;
color: #000;
height: 80rpx;
line-height: 80rpx;
padding-top: 10rpx;
}
.qualifi .desc {
font-size: 28rpx;
letter-spacing: 1rpx;
color: #333;
text-indent: 56rpx;
}
.qualifi .img {
margin-top: 30rpx;
}
.qualifi .img image {
width: 700rpx;
}
.pop-content {
background-color: #fff;
border-radius: 38rpx;
text-align: center;
background: #fff;
padding: 35rpx 0;
position: relative;
justify-content: center;
display: flex;
flex-direction: column;
align-items: center;
width: 650rpx;
}
.pop-content .pop-top {
display: flex;
justify-content: center;
width: 100%;
}
.pop-content .pop-top .left {
width: 50%;
display: flex;
justify-content: center;
position: relative;
}
.pop-content .pop-top .left .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .left .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .left .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .pop-top .right {
width: 50%;
display: flex;
justify-content: center;
}
.pop-content .pop-top .right .wrap {
display: flex;
flex-direction: column;
align-items: center;
}
.pop-content .pop-top .right .wrap .image {
width: 84rpx;
height: 84rpx;
margin: 0 auto;
margin-bottom: 16rpx;
}
.pop-content .pop-top .right .wrap .image image {
width: 100%;
height: 100%;
}
.pop-content .line {
width: 1px;
height: 51rpx;
background-color: #999;
}
.pop-bottom {
margin-top: 32rpx;
width: 327rpx;
display: flex;
justify-content: center;
height: 327rpx;
}
.pop-bottom .image {
width: 100%;
height: 100%;
}
.pop-bottom .image image {
width: 100%;
height: 100%;
}