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.
24 lines
360 B
24 lines
360 B
|
5 years ago
|
/* pages/pbService/gym/info/index.wxss */
|
||
|
|
.swiper,.swiper image {
|
||
|
|
width: 100%;
|
||
|
|
height: 360rpx;
|
||
|
|
display: block;
|
||
|
|
}
|
||
|
|
.info {
|
||
|
|
font-size: 26rpx;
|
||
|
|
padding: 20rpx 30rpx;
|
||
|
|
color: #333;
|
||
|
|
}
|
||
|
|
.info .title {
|
||
|
|
font-size: 30rpx;
|
||
|
|
}
|
||
|
|
.info-tip {
|
||
|
|
display: flex;
|
||
|
|
color: #888;
|
||
|
|
margin-top: 20rpx;
|
||
|
|
}
|
||
|
|
.info-tip text {
|
||
|
|
width: 130rpx;
|
||
|
|
color: #333;
|
||
|
|
flex-shrink: 0;
|
||
|
|
}
|