index.wxss 648 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .big_title {
  2. font-size: 34rpx !important;
  3. }
  4. .small_title {
  5. font-size: 28rpx !important;
  6. margin-top: 15rpx;
  7. }
  8. .mer_each view {
  9. padding:0 24rpx;
  10. white-space: nowrap;
  11. overflow: hidden;
  12. text-overflow: ellipsis;
  13. }
  14. .mer_each {
  15. width: 336rpx;
  16. height: 221rpx;
  17. background-color: #f7fdfb;
  18. border-radius: 12rpx;
  19. float: left;
  20. margin-left: 26rpx;
  21. margin-top: 26rpx;
  22. overflow: hidden;
  23. }
  24. .nav {
  25. position: relative;
  26. border-radius: 15rpx;
  27. overflow: hidden;
  28. margin-top: 30rpx;
  29. }
  30. .title {
  31. color: white;
  32. background-color: rgba(0, 0, 0, 0.4);
  33. text-align: left;
  34. width: 100%;
  35. line-height: 70rpx;
  36. position: absolute;
  37. bottom: 10rpx;
  38. left: 0;
  39. }