1234567891011121314151617181920212223 |
- .container {
- background-color: #fff;
- }
- .intServBtnBox{
- padding: 50rpx 0 20rpx;
- text-align: center;
- line-height: 1;
- }
- .intServBtn {
- display: inline-block;
- width: calc(100% - 60rpx);
- height: 100%;
- text-align: center;
- border-radius: 14rpx;
- position: relative;
- margin-bottom: 30rpx;
- }
- .intServBtnBGImg {
- width: 100%;
- height: 100%;
- }
|