classification.wxss 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* pages/classification/classification.wxss */
  2. .hmly-ification {
  3. width: 100%;
  4. height: 100%;
  5. background-color: rgb(243, 244, 246);
  6. display: flex;
  7. justify-content: start;
  8. }
  9. .hmly-scroll-left {
  10. width: 22%;
  11. padding-top: 55rpx;
  12. margin-right: 20rpx;
  13. background-color: #fff;
  14. overflow: hidden;
  15. }
  16. .hmly-left-title {
  17. text-align: center;
  18. font-size: 28rpx;
  19. height: 100rpx;
  20. line-height: 100rpx;
  21. }
  22. .hmly-scroll-right {
  23. width: 75%;
  24. }
  25. .hmly-active {
  26. color: #ff520f;
  27. background-color: rgb(243, 244, 246);
  28. }
  29. .hmly-content-scroll-item {
  30. width: auto;
  31. height: auto;
  32. margin-bottom: 20rpx;
  33. }
  34. .hmly-top {
  35. width: 100%;
  36. height: 40rpx;
  37. padding: 20rpx 0rpx;
  38. margin: 0rpx auto;
  39. font-size: center;
  40. display: flex;
  41. justify-content: center;
  42. align-items: center;
  43. }
  44. .hmly-content-title {
  45. color: rgb(12, 11, 11);
  46. font-size: 30rpx;
  47. text-align: center;
  48. margin: 0rpx auto;
  49. }
  50. .hmly-content {
  51. width: 100%;
  52. height: 140rpx;
  53. padding: 30rpx 0rpx;
  54. display: flex;
  55. flex-direction: row;
  56. flex-wrap: wrap;
  57. align-content: space-around;
  58. justify-content: space-between;
  59. background-color: #fff;
  60. border-top-left-radius: 7rpx;
  61. border-bottom-left-radius: 7rpx;
  62. }
  63. .hmly-content-text {
  64. width: 130rpx;
  65. height: 50rpx;
  66. margin: 10rpx 20rpx;
  67. font-size: 30rpx;
  68. text-align: center;
  69. }