hobbyPicking.wxss 656 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. /* pages/hobbyPicking/hobbyPicking.wxss */
  2. /* pages/classify/classify.wxss */
  3. image {
  4. width: 180rpx;
  5. height: 180rpx;
  6. border-radius: 20rpx;
  7. }
  8. /* 标题 */
  9. .classify_topic {
  10. font-size: 80rpx;
  11. font-weight: 800;
  12. color: #808080;
  13. margin-left: 40rpx;
  14. margin-top: 60rpx;
  15. margin-bottom: 20rpx;
  16. text-align: center;
  17. }
  18. .classify_skip{
  19. font-size: 14px;
  20. color: #808080;
  21. position: relative;
  22. left: 90%;
  23. }
  24. .classify_list {
  25. margin-left: 10rpx;
  26. display: flex;
  27. padding: 30rpx;
  28. justify-content: space-between;
  29. flex-wrap: wrap;
  30. box-sizing: border-box;
  31. }
  32. /* 展示分类 */
  33. .text {
  34. margin-top: 5rpx;
  35. }