store.wxss 913 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/store/store.wxss */
  2. .content{
  3. margin: 34rpx 0;
  4. flex: 1;
  5. overflow: auto;
  6. }
  7. .list-card{
  8. display: flex;
  9. align-items: center;
  10. height: 160rpx;
  11. margin: 0 32rpx 48rpx;
  12. }
  13. .no-margin{
  14. margin-bottom: 0;
  15. }
  16. .card-img{
  17. width: 160rpx;
  18. height: 160rpx;
  19. border-radius: 28rpx;
  20. margin-right: 18rpx;
  21. }
  22. .card-ri{
  23. flex: 1;
  24. overflow: hidden;
  25. }
  26. .card-ri-title{
  27. font-weight: 500;
  28. font-size: 28rpx;
  29. color: #000000;
  30. line-height: 40rpx;
  31. }
  32. .card-ri-time{
  33. font-weight: 400;
  34. font-size: 24rpx;
  35. color: #666666;
  36. margin: 12rpx 0 28rpx;
  37. box-sizing: border-box;
  38. line-height: 40rpx;
  39. }
  40. .card-ri-address{
  41. display: flex;
  42. align-items: center;
  43. justify-content: space-between;
  44. font-weight: 400;
  45. font-size: 24rpx;
  46. color: #333333;
  47. line-height: 40rpx;
  48. }
  49. .address-text{
  50. margin-right: 10rpx;
  51. }
  52. .loading{
  53. color: #969799;
  54. font-size:24rpx;
  55. text-align: center;
  56. padding-bottom: 15rpx;
  57. }