index.wxss 1.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .lunbo {
  2. width: 750rpx;
  3. height: 380rpx;
  4. }
  5. .lunbo image {
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .cate {
  10. display: flex;
  11. justify-content: space-between;
  12. align-items: center;
  13. }
  14. .cate .cate-title {
  15. font-size: 18px;
  16. font-weight: 700;
  17. }
  18. .cate .cate-more {
  19. color: #8B8B83;
  20. font-size: 14px;
  21. }
  22. .more {
  23. margin-left: 2px;
  24. display: inline-block;
  25. width: 14px;
  26. height: 14px;
  27. background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAAAXNSR0IArs4c6QAAAHpJREFUOE9jZCATMJKpj2Goauzv7xcoLCz8gM3f6HJwP3Z3Ny9gYGCIZ2RkCCwpqd3Q3d38HmRAaWmtYE9Pc8D//wzrGRgYFpaW1iaAxOEae3qaJ/z/z5CPpBFsc2lprQBMIyMjw8SSktoCFI0gDllOJTU+h2o8kuJPAGeqMg84G4VeAAAAAElFTkSuQmCC');
  28. }
  29. .box {
  30. margin-top: 8px;
  31. white-space: nowrap;
  32. }
  33. .item {
  34. display: inline-block;
  35. width: 240rpx;
  36. height: 420rpx;
  37. margin-left: 4px;
  38. }
  39. .item image {
  40. width: 100%;
  41. height: 310rpx;
  42. }
  43. .item-name {
  44. white-space: nowrap;
  45. text-overflow: ellipsis;
  46. overflow: hidden;
  47. }
  48. .item-name,
  49. .item-rate {
  50. width: 100%;
  51. text-align: center;
  52. }