my.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. .container.data-v-0be17cc6 {
  28. position: relative;
  29. min-height: 100vh;
  30. background-color: #ebeced;
  31. }
  32. .container .header.data-v-0be17cc6 {
  33. position: relative;
  34. height: 480rpx;
  35. color: #fff;
  36. overflow: hidden;
  37. }
  38. .container .header ._img.data-v-0be17cc6 {
  39. width: 100%;
  40. }
  41. .container .header .title.data-v-0be17cc6 {
  42. position: absolute;
  43. top: 65rpx;
  44. left: 342rpx;
  45. font-size: 28rpx;
  46. color: #fff;
  47. }
  48. .container .header .img.data-v-0be17cc6 {
  49. position: absolute;
  50. top: 190rpx;
  51. left: 32rpx;
  52. width: 140rpx;
  53. height: 140rpx;
  54. }
  55. .container .header .name.data-v-0be17cc6 {
  56. position: absolute;
  57. top: 178rpx;
  58. left: 202rpx;
  59. font-size: 40rpx;
  60. font-weight: bold;
  61. }
  62. .container .header .number.data-v-0be17cc6 {
  63. position: absolute;
  64. top: 240rpx;
  65. left: 202rpx;
  66. font-size: 24rpx;
  67. opacity: 0.5;
  68. }
  69. .container .header .real.data-v-0be17cc6 {
  70. position: absolute;
  71. top: 285rpx;
  72. left: 202rpx;
  73. display: flex;
  74. align-items: center;
  75. box-sizing: border-box;
  76. padding-left: 13rpx;
  77. width: 179rpx;
  78. height: 42rpx;
  79. font-size: 24rpx;
  80. border-radius: 113rpx;
  81. background-color: rgba(255, 255, 255, 0.2);
  82. }
  83. .container .header .real ._img.data-v-0be17cc6 {
  84. margin-right: 7rpx;
  85. width: 24rpx;
  86. height: 24rpx;
  87. }
  88. .container .header .real2.data-v-0be17cc6 {
  89. position: absolute;
  90. top: 285rpx;
  91. left: 202rpx;
  92. display: flex;
  93. justify-content: center;
  94. align-items: center;
  95. box-sizing: border-box;
  96. padding-left: 13rpx;
  97. padding-bottom: 5rpx;
  98. width: 179rpx;
  99. height: 42rpx;
  100. font-size: 24rpx;
  101. border-radius: 113rpx;
  102. background-color: rgba(255, 255, 255, 0.2);
  103. }
  104. .container .header .real2 ._img.data-v-0be17cc6 {
  105. margin-left: 12rpx;
  106. width: 24rpx;
  107. height: 24rpx;
  108. }
  109. .container .header .login.data-v-0be17cc6 {
  110. position: absolute;
  111. top: 235rpx;
  112. left: 202rpx;
  113. font-size: 40rpx;
  114. font-weight: bold;
  115. }
  116. .container .body.data-v-0be17cc6 {
  117. position: absolute;
  118. top: 360rpx;
  119. box-sizing: border-box;
  120. padding: 0 30rpx;
  121. width: 100%;
  122. height: calc(100vh - 360rpx);
  123. border-radius: 20rpx 20rpx 0 0;
  124. background-color: #fff;
  125. }
  126. .container .body .body_item.data-v-0be17cc6 {
  127. display: flex;
  128. align-items: center;
  129. height: 121rpx;
  130. font-size: 28rpx;
  131. border-bottom: 1rpx solid #e6e6e6;
  132. }
  133. .container .body .body_item .img.data-v-0be17cc6 {
  134. margin-right: 17rpx;
  135. width: 53rpx;
  136. height: 53rpx;
  137. }
  138. .container .body .body_item .img2.data-v-0be17cc6 {
  139. margin-right: 22rpx;
  140. width: 42rpx;
  141. height: 42rpx;
  142. }
  143. .container .body .body_item .img3.data-v-0be17cc6 {
  144. margin-right: 18rpx;
  145. width: 50rpx;
  146. height: 50rpx;
  147. }
  148. .container .body .body_item .img_icon.data-v-0be17cc6 {
  149. margin-left: auto;
  150. width: 49rpx;
  151. height: 49rpx;
  152. }