my.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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: 300rpx;
  35. color: #fff;
  36. overflow: hidden;
  37. }
  38. .container .header ._img.data-v-0be17cc6 {
  39. width: 100%;
  40. }
  41. .container .header .img.data-v-0be17cc6 {
  42. position: absolute;
  43. top: 120rpx;
  44. left: 32rpx;
  45. width: 140rpx;
  46. height: 140rpx;
  47. }
  48. .container .header .name.data-v-0be17cc6 {
  49. position: absolute;
  50. top: 118rpx;
  51. left: 202rpx;
  52. font-size: 40rpx;
  53. font-weight: bold;
  54. }
  55. .container .header .number.data-v-0be17cc6 {
  56. position: absolute;
  57. top: 176rpx;
  58. left: 202rpx;
  59. font-size: 24rpx;
  60. opacity: 0.5;
  61. }
  62. .container .header .real.data-v-0be17cc6 {
  63. position: absolute;
  64. top: 221rpx;
  65. left: 202rpx;
  66. display: flex;
  67. align-items: center;
  68. box-sizing: border-box;
  69. padding-left: 13rpx;
  70. width: 179rpx;
  71. height: 42rpx;
  72. font-size: 24rpx;
  73. border-radius: 113rpx;
  74. background-color: rgba(255, 255, 255, 0.2);
  75. }
  76. .container .header .real ._img.data-v-0be17cc6 {
  77. margin-right: 7rpx;
  78. width: 24rpx;
  79. height: 24rpx;
  80. }
  81. .container .body.data-v-0be17cc6 {
  82. position: absolute;
  83. top: 290rpx;
  84. box-sizing: border-box;
  85. padding: 0 30rpx;
  86. width: 100%;
  87. height: calc(100vh - 290rpx);
  88. border-radius: 20rpx 20rpx 0 0;
  89. background-color: #fff;
  90. }
  91. .container .body .body_item.data-v-0be17cc6 {
  92. display: flex;
  93. align-items: center;
  94. height: 121rpx;
  95. font-size: 28rpx;
  96. border-bottom: 1rpx solid #e6e6e6;
  97. }
  98. .container .body .body_item .img.data-v-0be17cc6 {
  99. margin-right: 17rpx;
  100. width: 53rpx;
  101. height: 53rpx;
  102. }
  103. .container .body .body_item .img2.data-v-0be17cc6 {
  104. margin-right: 22rpx;
  105. width: 42rpx;
  106. height: 42rpx;
  107. }
  108. .container .body .body_item .img3.data-v-0be17cc6 {
  109. margin-right: 18rpx;
  110. width: 50rpx;
  111. height: 50rpx;
  112. }