sever.scss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .zw-service-box {
  2. background-color: #fff;
  3. box-shadow: 0 2rpx 12rpx 0 rgba(0, 0, 0, 0.1);
  4. .service-title {
  5. width: 100%;
  6. height: 100rpx;
  7. font-size: 36rpx;
  8. font-family: PingFang SC, PingFang SC-Bold;
  9. font-weight: 700;
  10. color: #1a1a1a;
  11. border-bottom: 2rpx solid #f9f7f7;
  12. padding: 0 30rpx;
  13. line-height: 100rpx;
  14. display: flex;
  15. justify-content: space-between;
  16. align-items: center;
  17. // <text class="moer-text">更多 <text class="moer-icon iconfont_yige">&#xe65f;</text> </text>
  18. .moer-text {
  19. flex-shrink: 0;
  20. padding-left: 30rpx;
  21. font-size: 24rpx;
  22. font-family: Microsoft YaHei;
  23. font-weight: 400;
  24. color: #666666;
  25. .moer-icon {
  26. font-size: 22rpx;
  27. }
  28. }
  29. }
  30. .service-content {
  31. padding: 30rpx;
  32. }
  33. }
  34. .theme-service {
  35. .service-item {
  36. width: 300rpx;
  37. height: 162rpx;
  38. margin-bottom: 20rpx;
  39. &:nth-child(n+3) {
  40. margin-bottom: 0;
  41. }
  42. .service-img {
  43. width: 100%;
  44. height: 100% !important;
  45. }
  46. }
  47. }