12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- .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%;
- }
- .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%;
- }
|