index.scss 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. /* 组 */
  2. .group-box {
  3. width: 100vw;
  4. background-color: #fff;
  5. margin-top: 20rpx;
  6. padding-bottom: 15rpx;
  7. .icon {
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. text {
  12. color: #fff;
  13. font-size: 48rpx;
  14. }
  15. }
  16. .title {
  17. height: 42rpx;
  18. font-size: 30rpx;
  19. font-family: PingFang SC-Bold, PingFang SC;
  20. font-weight: bold;
  21. color: #000000;
  22. padding: 30rpx;
  23. padding-bottom: 15rpx;
  24. }
  25. .group {
  26. display: flex;
  27. width: 100vw;
  28. padding: 15rpx 30rpx;
  29. box-sizing: border-box;
  30. >view {
  31. height: 84rpx;
  32. }
  33. .icon {
  34. width: 84rpx;
  35. border-radius: 16rpx;
  36. margin-right: 20rpx;
  37. }
  38. .text {
  39. flex: 1;
  40. .name {
  41. height: 40rpx;
  42. font-size: 28rpx;
  43. font-family: PingFang SC-Regular, PingFang SC;
  44. color: #333333;
  45. }
  46. .count {
  47. height: 34rpx;
  48. font-size: 24rpx;
  49. font-family: PingFang SC-Regular, PingFang SC;
  50. color: #999999;
  51. margin-top: 6rpx;
  52. }
  53. }
  54. }
  55. /* 滑动 */
  56. .slide {
  57. display: flex;
  58. height: 84rpx;
  59. width: 240rpx;
  60. margin-top: 15rpx;
  61. .but {
  62. border-radius: 0 !important;
  63. }
  64. }
  65. }
  66. .group {
  67. padding: 40rpx 0 50rpx;
  68. .group-name {
  69. width: 70%;
  70. height: 50rpx !important;
  71. margin: auto;
  72. border: 1px solid rgb(116, 114, 114);
  73. text-align: center;
  74. font-family: PingFang SC-Regular, PingFang SC;
  75. font-size: 26rpx;
  76. border-radius: 12rpx;
  77. }
  78. }