IntServ.wxss 688 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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. }
  22. .container {
  23. background-color: #fff;
  24. }
  25. .intServBtnBox{
  26. padding: 50rpx 0 20rpx;
  27. text-align: center;
  28. line-height: 1;
  29. }
  30. .intServBtn {
  31. display: inline-block;
  32. width: calc(100% - 60rpx);
  33. height: 100%;
  34. text-align: center;
  35. border-radius: 14rpx;
  36. position: relative;
  37. margin-bottom: 30rpx;
  38. }
  39. .intServBtnBGImg {
  40. width: 100%;
  41. height: 100%;
  42. }