75 lines
1.3 KiB
Plaintext
75 lines
1.3 KiB
Plaintext
/* components/sellerInfo/sellerInfo.wxss */
|
|
page {
|
|
background: #f1f1f1;
|
|
}
|
|
.introduce {
|
|
width:100%;
|
|
height:100%;
|
|
}
|
|
|
|
.introduce-img {
|
|
display: block;
|
|
width: 95%;
|
|
margin: 20rpx auto;
|
|
}
|
|
|
|
.introduce-button {
|
|
height: 80rpx;
|
|
font-size: 40rpx;
|
|
width:60%;
|
|
letter-spacing: 4rpx;
|
|
margin: 50rpx auto;
|
|
}
|
|
|
|
.detail-info {
|
|
width:90%;
|
|
height:auto;
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
border:2rpx #eee solid;
|
|
margin:60rpx auto;
|
|
box-shadow: 0 1rpx 6rpx rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
.user-avatar {
|
|
display: block;
|
|
width:200rpx;
|
|
margin: 0 auto;
|
|
border-radius: 50%;
|
|
margin-top: 50rpx;
|
|
}
|
|
|
|
.user-name {
|
|
width:100%;
|
|
text-align: center;
|
|
font-size: 40rpx;
|
|
letter-spacing: 4rpx;
|
|
margin-top:20rpx;
|
|
font-weight: 600;
|
|
margin-bottom:60rpx;
|
|
}
|
|
|
|
.info-box {
|
|
width:80%;
|
|
margin: 30rpx auto;
|
|
height:100rpx;
|
|
display: flex;
|
|
flex-direction: row;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
|
|
.user-labal {
|
|
font-size: 35rpx;
|
|
font-weight: 600;
|
|
}
|
|
|
|
.tip {
|
|
margin: 20rpx auto ;
|
|
text-align: center;
|
|
color: #e54d42;
|
|
font-size: 35rpx;
|
|
letter-spacing: 4rpx;
|
|
margin-top:40rpx;
|
|
} |