index.less 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. .worksBox {
  2. padding-top: 70rpx;
  3. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  4. .itemize {
  5. margin-bottom: 70rpx;
  6. padding: 0 60rpx;
  7. display: flex;
  8. align-items: center;
  9. justify-content: space-between;
  10. .box {
  11. position: relative;
  12. text-align: center;
  13. font-size: 28rpx;
  14. .count {
  15. position: absolute;
  16. top: 0;
  17. right: 0;
  18. padding: 4rpx 11rpx;
  19. background: #FED806;
  20. border-radius: 20rpx 20rpx 20rpx 2rpx;
  21. font-size: 18rpx;
  22. font-weight: 500;
  23. color: #F01515;
  24. }
  25. .img {
  26. margin-bottom: 10rpx;
  27. width: 156rpx;
  28. height: 111rpx;
  29. }
  30. }
  31. }
  32. .logo {
  33. margin: 26rpx 30rpx;
  34. display: flex;
  35. align-items: center;
  36. font-size: 36rpx;
  37. color: #000000;
  38. .icon {
  39. width: 50rpx;
  40. height: 50rpx;
  41. margin-right: 12rpx;
  42. }
  43. }
  44. .worksList {
  45. margin: 0 auto;
  46. width: 750rpx;
  47. }
  48. }