list.wxss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. @charset "UTF-8";
  2. /***
  3. 全局scss 变量和方法 存放处
  4. */
  5. /* 引入minxin */
  6. /* 颜色变量 */
  7. /*图片地址*/
  8. /* 行为相关颜色 */
  9. /* 文字基本颜色 */
  10. /* 背景颜色 */
  11. /* 边框颜色 */
  12. /* 尺寸变量 */
  13. /* 文字尺寸 */
  14. /* 图片尺寸 */
  15. /* Border Radius */
  16. /* 水平间距 */
  17. /* 垂直间距 */
  18. /* 透明度 */
  19. /* 文章场景相关 */
  20. .list-wrap.data-v-0765ff68 {
  21. width: 100%;
  22. background-color: #fff;
  23. }
  24. .list-wrap .list.data-v-0765ff68 {
  25. width: calc(100% - 60rpx);
  26. margin: 0 30rpx;
  27. padding: 20rpx 0;
  28. border-bottom: 2rpx solid #eee;
  29. display: -webkit-box;
  30. display: flex;
  31. display: -webkit-flex;
  32. -webkit-box-align: start;
  33. -webkit-align-items: flex-start;
  34. align-items: flex-start;
  35. -webkit-box-pack: start;
  36. -webkit-justify-content: flex-start;
  37. justify-content: flex-start;
  38. }
  39. .list-wrap .list.data-v-0765ff68:first-child {
  40. margin-top: 0;
  41. }
  42. .list-wrap .list .list-img.data-v-0765ff68 {
  43. width: 80rpx;
  44. margin-right: 20rpx;
  45. border-radius: 50%;
  46. }
  47. .list-wrap .list .list-img ._img.data-v-0765ff68 {
  48. border-radius: 50%;
  49. }
  50. .list-wrap .list .list-det.data-v-0765ff68 {
  51. width: calc(100% - 100rpx);
  52. color: #999999;
  53. }
  54. .list-wrap .list .list-det > ._div.data-v-0765ff68 {
  55. margin-top: 16rpx;
  56. }
  57. .list-wrap .list .list-det > ._div.data-v-0765ff68:first-child {
  58. margin-top: 0;
  59. }
  60. .list-wrap .list .list-det .iconfont.data-v-0765ff68 {
  61. margin-right: 20rpx;
  62. }
  63. .list-wrap .list .list-det .iconweixinlaiyuan.data-v-0765ff68 {
  64. color: #35b801;
  65. }
  66. .list-wrap .list .list-det .iconzhifubao.data-v-0765ff68 {
  67. color: #00aaed;
  68. }
  69. .list-wrap .list .list-det .iconxiaochengxu.data-v-0765ff68 {
  70. color: #35b801;
  71. }
  72. .list-wrap .list .list-det .det-top.data-v-0765ff68 {
  73. color: #333;
  74. display: -webkit-box;
  75. display: flex;
  76. display: -webkit-flex;
  77. -webkit-box-align: center;
  78. -webkit-align-items: center;
  79. align-items: center;
  80. -webkit-box-pack: justify;
  81. -webkit-justify-content: space-between;
  82. justify-content: space-between;
  83. }