You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
322 B
23 lines
322 B
/* pages/pbService/wbdw/info/index.wxss */
|
|
.main-img {
|
|
display: block;
|
|
width: 100%;
|
|
|
|
}
|
|
.content {
|
|
margin: 30rpx;
|
|
color: #333;
|
|
}
|
|
.title {
|
|
font-size: 30rpx;
|
|
font-weight: bold;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.subtitle {
|
|
margin-bottom: 10rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.detail {
|
|
margin-top: 40rpx;
|
|
font-size: 26rpx;
|
|
}
|