item.wxss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .love-item.data-v-7c9b8098 {
  12. margin: 0 auto;
  13. width: 702rpx;
  14. height: 208rpx;
  15. border-bottom: 1px solid #EEEEEE;
  16. display: -webkit-box;
  17. display: -webkit-flex;
  18. display: flex;
  19. -webkit-box-pack: justify;
  20. -webkit-justify-content: space-between;
  21. justify-content: space-between;
  22. -webkit-box-align: center;
  23. -webkit-align-items: center;
  24. align-items: center;
  25. }
  26. .love-item image.data-v-7c9b8098 {
  27. width: 200rpx;
  28. height: 160rpx;
  29. background-color: #eee;
  30. }
  31. .love-item .content.data-v-7c9b8098 {
  32. height: 160rpx;
  33. padding-left: 16rpx;
  34. display: -webkit-box;
  35. display: -webkit-flex;
  36. display: flex;
  37. -webkit-box-orient: vertical;
  38. -webkit-box-direction: normal;
  39. -webkit-flex-direction: column;
  40. flex-direction: column;
  41. -webkit-box-pack: justify;
  42. -webkit-justify-content: space-between;
  43. justify-content: space-between;
  44. }
  45. .love-item .content .title.data-v-7c9b8098 {
  46. font-size: 30rpx;
  47. font-family: PingFang SC;
  48. font-weight: 500;
  49. color: #333333;
  50. }
  51. .love-item .content .time.data-v-7c9b8098 {
  52. font-size: 26rpx;
  53. font-family: PingFang SC;
  54. font-weight: 500;
  55. color: #999999;
  56. }