luvideo.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. @charset "UTF-8";
  2. /**
  3. * uni-app内置的常用样式变量
  4. */
  5. /* 行为相关颜色 */
  6. /* 文字基本颜色 */
  7. /* 背景颜色 */
  8. /* 边框颜色 */
  9. /* 尺寸变量 */
  10. /* 文字尺寸 */
  11. /* 图片尺寸 */
  12. /* Border Radius */
  13. /* 水平间距 */
  14. /* 垂直间距 */
  15. /* 透明度 */
  16. /* 文章场景相关 */
  17. .hvideo.data-v-69a3e11d {
  18. margin: 0rpx 36rpx;
  19. padding: 28rpx 24rpx;
  20. box-sizing: border-box;
  21. }
  22. .hvideo .hvlist.data-v-69a3e11d {
  23. margin-bottom: 28rpx;
  24. min-height: 146rpx;
  25. background: #F3F3FD;
  26. border-radius: 14rpx;
  27. padding: 11rpx;
  28. box-sizing: border-box;
  29. display: flex;
  30. align-items: center;
  31. }
  32. .hvideo .hvlist.data-v-69a3e11d:last-child {
  33. margin-bottom: 0;
  34. }
  35. .hvideo .hvlistl.data-v-69a3e11d {
  36. flex: 1;
  37. position: relative;
  38. padding-left: 40rpx;
  39. }
  40. .hvideo .hvlistl .tit.data-v-69a3e11d {
  41. font-size: 30rpx;
  42. font-weight: bold;
  43. color: #161616;
  44. }
  45. .hvideo .hvlistl .txt.data-v-69a3e11d {
  46. font-size: 28rpx;
  47. color: #666666;
  48. }
  49. .hvideo .hvlistl .cir.data-v-69a3e11d {
  50. width: 12rpx;
  51. height: 12rpx;
  52. border-radius: 50%;
  53. position: absolute;
  54. left: 12rpx;
  55. top: 14rpx;
  56. }
  57. .hvideo .hvlistl .cir.cir1.data-v-69a3e11d {
  58. background-color: #5CC37D;
  59. }
  60. .hvideo .hvlistl .cir.cir2.data-v-69a3e11d {
  61. background-color: #EB5663;
  62. }
  63. .hvideo .hvlistr.data-v-69a3e11d {
  64. width: 217rpx;
  65. height: 125rpx;
  66. border-radius: 14rpx;
  67. flex: 0 0 auto;
  68. flex: 0 0 auto;
  69. }
  70. .hmore.data-v-69a3e11d {
  71. font-size: 30rpx;
  72. font-weight: 500;
  73. text-align: center;
  74. color: #AAAAAA;
  75. }
  76. .hmore image.data-v-69a3e11d {
  77. width: 26rpx;
  78. height: 22rpx;
  79. margin: 12rpx auto 0;
  80. }