bt-lcyd/pages/matchDetail/matchDetail.wxss
dong_bo0602 4458f60375 0614
2022-06-14 10:56:41 +08:00

41 lines
671 B
Plaintext

.match-img, .match-img image{
width: 100%;
height: 400rpx;
}
.match-name{
padding: 20rpx 30rpx;
border-bottom: 10rpx solid #F7F7F7;
font-size: 34rpx;
font-weight: bold;
}
.match-detail{
padding: 10rpx 30rpx;
}
.match-summary-title{
padding-bottom: 20rpx;
font-size: 34rpx;
color: #5F5F5F;
font-weight: bold;
}
.match-summary{
padding: 10rpx;
margin-bottom: 10rpx;
}
.match-summary-text{
color: #BBB;
font-size: 28rpx;
line-height: 40rpx;
}
.title{
display: inline-block;
width: 22%;
text-align: right;
vertical-align: top;
}
.info{
display: inline-block;
width: 78%;
}
.html2wxml--html2wxml wx-view{
width: 100% !important;
}