list.wxss 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. .invite-page.data-v-3df7ad0e {
  21. height: 100%;
  22. display: -webkit-box;
  23. display: -webkit-flex;
  24. display: flex;
  25. -webkit-box-orient: vertical;
  26. -webkit-box-direction: normal;
  27. -webkit-flex-direction: column;
  28. flex-direction: column;
  29. }
  30. .invite-page .info-view.data-v-3df7ad0e {
  31. margin-top: 20rpx;
  32. padding: 40rpx 30rpx;
  33. background-color: #fff;
  34. }
  35. .invite-page .info-view .info-main.data-v-3df7ad0e {
  36. display: -webkit-box;
  37. display: -webkit-flex;
  38. display: flex;
  39. -webkit-box-align: center;
  40. -webkit-align-items: center;
  41. align-items: center;
  42. }
  43. .invite-page .info-view .info-main .logo.data-v-3df7ad0e {
  44. -webkit-flex-shrink: 0;
  45. flex-shrink: 0;
  46. width: 100rpx;
  47. height: 100rpx;
  48. border-radius: 50%;
  49. }
  50. .invite-page .info-view .info-main .content.data-v-3df7ad0e {
  51. -webkit-box-flex: 1;
  52. -webkit-flex: 1;
  53. flex: 1;
  54. margin: 0 20rpx;
  55. }
  56. .invite-page .info-view .info-main .content .name.data-v-3df7ad0e {
  57. font-size: 32rpx;
  58. font-weight: 400;
  59. color: #040404;
  60. }
  61. .invite-page .info-view .info-main .content .mark.data-v-3df7ad0e {
  62. margin-top: 10rpx;
  63. font-size: 24rpx;
  64. font-weight: 400;
  65. color: #999999;
  66. }
  67. .invite-page .info-view .info-main .user-wrap-right.data-v-3df7ad0e {
  68. width: 180rpx;
  69. background-color: #fff;
  70. margin-right: 0;
  71. padding: 0;
  72. }
  73. .invite-page .info-view .info-main .user-wrap-right.data-v-3df7ad0e::after {
  74. border: none;
  75. }
  76. .invite-page .info-view .info-main .btn.data-v-3df7ad0e {
  77. -webkit-flex-shrink: 0;
  78. flex-shrink: 0;
  79. height: 80rpx;
  80. }
  81. .invite-page .info-view .info-list.data-v-3df7ad0e {
  82. margin-top: 50rpx;
  83. display: -webkit-box;
  84. display: -webkit-flex;
  85. display: flex;
  86. }
  87. .invite-page .info-view .info-list .info-item.data-v-3df7ad0e {
  88. -webkit-box-flex: 1;
  89. -webkit-flex: 1;
  90. flex: 1;
  91. display: -webkit-box;
  92. display: -webkit-flex;
  93. display: flex;
  94. -webkit-box-orient: vertical;
  95. -webkit-box-direction: normal;
  96. -webkit-flex-direction: column;
  97. flex-direction: column;
  98. -webkit-box-align: center;
  99. -webkit-align-items: center;
  100. align-items: center;
  101. }
  102. .invite-page .info-view .info-list .info-item .item-name.data-v-3df7ad0e {
  103. margin-top: 15rpx;
  104. font-size: 24rpx;
  105. font-weight: 400;
  106. color: #999999;
  107. }
  108. .invite-page .info-view .info-list .info-item .item-value.data-v-3df7ad0e {
  109. font-size: 30rpx;
  110. font-family: DIN Alternate;
  111. font-weight: bold;
  112. color: #333333;
  113. }
  114. .invite-page .list-title.data-v-3df7ad0e {
  115. padding: 30rpx 30rpx 15rpx;
  116. font-size: 24rpx;
  117. font-weight: 400;
  118. color: #999999;
  119. }
  120. .invite-page .invite-list.data-v-3df7ad0e {
  121. -webkit-box-flex: 1;
  122. -webkit-flex: 1;
  123. flex: 1;
  124. padding-bottom: 50rpx;
  125. }