IntServ.wxss 344 B

1234567891011121314151617181920212223
  1. .container {
  2. background-color: #fff;
  3. }
  4. .intServBtnBox{
  5. padding: 50rpx 0 20rpx;
  6. text-align: center;
  7. line-height: 1;
  8. }
  9. .intServBtn {
  10. display: inline-block;
  11. width: calc(100% - 60rpx);
  12. height: 100%;
  13. text-align: center;
  14. border-radius: 14rpx;
  15. position: relative;
  16. margin-bottom: 30rpx;
  17. }
  18. .intServBtnBGImg {
  19. width: 100%;
  20. height: 100%;
  21. }