index.wxss 962 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .worksBox {
  2. padding-top: 55rpx;
  3. padding-bottom: calc(140rpx + env(safe-area-inset-bottom)) !important;
  4. }
  5. .worksBox .itemize {
  6. margin: 0 auto 56rpx;
  7. width: 700rpx;
  8. height: 250rpx;
  9. background: #FFFFFF;
  10. box-shadow: 0rpx 2rpx 14rpx 0rpx rgba(0, 0, 0, 0.07);
  11. border-radius: 30rpx;
  12. padding: 0 52rpx;
  13. box-sizing: border-box;
  14. display: flex;
  15. align-items: center;
  16. justify-content: space-between;
  17. }
  18. .worksBox .itemize .box .img {
  19. width: 111rpx;
  20. height: 131rpx;
  21. }
  22. .worksBox .itemize .box .count {
  23. font-size: 20rpx;
  24. text-align: center;
  25. color: #A39C9C;
  26. }
  27. .worksBox .logo {
  28. margin: 26rpx 30rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: center;
  32. font-size: 36rpx;
  33. color: #000000;
  34. /* .icon {
  35. width: 50rpx;
  36. height: 50rpx;
  37. margin-right: 12rpx;
  38. } */
  39. }
  40. .worksBox .worksList {
  41. margin: 0 auto;
  42. width: 750rpx;
  43. }
  44. #share {
  45. top: 0;
  46. left: 0;
  47. background-color: skyblue;
  48. }