index.wxss 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. .user-info.data-v-137d5072 {
  28. padding: 40rpx 30rpx 0 30rpx;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-between;
  32. }
  33. .user-info .left.data-v-137d5072 {
  34. position: relative;
  35. display: flex;
  36. }
  37. .user-info .left .head-img.data-v-137d5072 {
  38. width: 120rpx;
  39. height: 120rpx;
  40. border-radius: 50%;
  41. overflow: hidden;
  42. margin-right: 30rpx;
  43. border: 4rpx solid #FFFFFF;
  44. box-shadow: 0px 5px 15px 2px rgba(0, 0, 0, 0.1);
  45. }
  46. .user-info .left .head-img image.data-v-137d5072 {
  47. width: 100%;
  48. height: 100%;
  49. }
  50. .user-info .left .name-phone .name.data-v-137d5072 {
  51. font-size: 40rpx;
  52. font-family: PingFang SC;
  53. font-weight: bold;
  54. color: #111111;
  55. line-height: 1;
  56. }
  57. .user-info .left .name-phone .phone.data-v-137d5072 {
  58. font-size: 28rpx;
  59. font-family: PingFang SC;
  60. font-weight: 500;
  61. color: #666666;
  62. line-height: 1;
  63. margin-top: 30rpx;
  64. }
  65. .user-info .right.data-v-137d5072 {
  66. display: flex;
  67. align-items: center;
  68. justify-content: center;
  69. }
  70. .user-info .right .msg-box.data-v-137d5072 {
  71. margin-left: 10rpx;
  72. width: 44rpx;
  73. height: 44rpx;
  74. }
  75. .user-info .right .msg-box image.data-v-137d5072 {
  76. width: 100%;
  77. height: 100%;
  78. }
  79. .user-info .right .set.data-v-137d5072 {
  80. width: 44rpx;
  81. height: 44rpx;
  82. }
  83. .user-info .right .set image.data-v-137d5072 {
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .used-tools.data-v-137d5072 {
  88. box-sizing: border-box;
  89. background: #FFFFFF;
  90. border-radius: 16rpx;
  91. padding: 40rpx 30rpx;
  92. }
  93. .used-tools .title.data-v-137d5072 {
  94. font-size: 34rpx;
  95. font-family: PingFang SC;
  96. font-weight: bold;
  97. color: #222222;
  98. line-height: 1;
  99. }
  100. .used-tools .tools-list.data-v-137d5072 {
  101. margin-top: 50rpx;
  102. display: flex;
  103. flex-wrap: wrap;
  104. width: 100%;
  105. }
  106. .used-tools .tools-list .item.data-v-137d5072 {
  107. box-sizing: border-box;
  108. width: 25%;
  109. display: flex;
  110. flex-direction: column;
  111. align-items: center;
  112. justify-content: center;
  113. margin-bottom: 50rpx;
  114. position: relative;
  115. }
  116. .used-tools .tools-list .item image.data-v-137d5072 {
  117. width: 50rpx;
  118. height: 50rpx;
  119. }
  120. .used-tools .tools-list .item .text.data-v-137d5072 {
  121. font-size: 24rpx;
  122. font-family: PingFang SC;
  123. font-weight: 500;
  124. color: #111111;
  125. line-height: 1;
  126. margin-top: 10rpx;
  127. }
  128. .used-tools .tools-list .item .contact-btn.data-v-137d5072 {
  129. display: inline-block;
  130. position: absolute;
  131. top: 0;
  132. left: 0;
  133. width: 100%;
  134. height: 100%;
  135. opacity: 0;
  136. }