81 lines
1.3 KiB
Plaintext

.desc{
padding-top: 30rpx;
}
.descItem {
display: flex;
align-items: center;
margin-left: 20rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.descItem_tit {
font-weight: 400;
font-size: 26rpx;
color: #999999;
min-width: 110rpx;
margin-right: 30rpx;
}
.descItem_con {
font-weight: 400;
font-size: 26rpx;
color: #222222;
}
.descItem2 {
display: flex;
flex-direction: column;
margin-left: 20rpx;
margin-right: 20rpx;
margin-bottom: 20rpx;
}
.descItem2 .descItem_con{
margin-top: 20rpx;
}
.container {
margin-top: 30rpx;
}
.item {
margin: 0 20rpx 21rpx;
display: flex;
}
.label {
font-weight: 400;
font-size: 26rpx;
color: #999999;
}
.label_desc {
display: inline-block;
margin-left: 30rpx;
font-weight: 400;
font-size: 26rpx;
color: #222222;
flex: 1;
text-align: right;
overflow: hidden;
overflow-x: auto;
}
.wx_name {
margin-left: 57rpx;
}
.pic_item {
display: flex;
}
.pic_view {
margin-left: 44rpx;
display: flex;
flex: 1;
height: 120rpx;
justify-content: flex-end;
}
.label_pic {
width: 300rpx;
height: 300rpx;
margin-right: 20rpx;
box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
}
.label_pic:last-child {
margin-right: 0;
}