12345678910111213141516171819202122232425262728293031323334353637 |
- .bottom-banner {
- width: 100%;
- }
-
- .entrances {
- margin: 0 10rpx;
- }
-
- .item {
- display: inline-block;
- width: 33.33%;
- vertical-align: top;
- margin-bottom: 20rpx;
- padding: 0;
- font-size: 0;
- }
-
- .entrance {
- margin: 0 10rpx;
- background-color: #fff;
- border-radius: 10rpx;
- text-align: center;
- padding: 8rpx 8rpx 0;
- }
-
- .img {
- display: inline-block;
- width: 100%;
- }
-
- .name {
- font-size: 22rpx;
- color: #666666;
- text-align: center;
- height: 54rpx;
- line-height: 54rpx;
- }
|