康巴易测肤/伤疤uniapp小程序类
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

187 rindas
4.6KB

  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. .safe-area-bottom {
  28. padding-bottom: env(safe-area-inset-bottom);
  29. }
  30. text {
  31. font-family: Source Han Sans CN;
  32. }
  33. .result .main {
  34. position: relative;
  35. background: #fff;
  36. overflow: hidden;
  37. }
  38. .result .main .steps {
  39. padding: 24rpx 32rpx;
  40. background-color: #F3D4A3;
  41. }
  42. .result .main .steps .step-content {
  43. background: #fff;
  44. border-radius: 20rpx;
  45. padding: 30rpx;
  46. }
  47. .result .main .steps .step-content .step-banner {
  48. display: flex;
  49. justify-content: space-between;
  50. align-items: center;
  51. }
  52. .result .main .steps .step-content .step-banner .left .info {
  53. margin-top: 20rpx;
  54. display: flex;
  55. justify-content: space-around;
  56. align-items: center;
  57. }
  58. .result .main .steps .step-content .step-banner .left .info .tag {
  59. width: 100rpx;
  60. height: 20rpx;
  61. padding: 10rpx 0;
  62. margin-right: 20rpx;
  63. border-radius: 20rpx;
  64. background-color: #E19F4B;
  65. color: #fff;
  66. display: flex;
  67. justify-content: center;
  68. align-items: center;
  69. font-size: 28rpx;
  70. }
  71. .result .main .steps .step-content .step-banner .right {
  72. display: flex;
  73. justify-content: flex-start;
  74. align-items: center;
  75. }
  76. .result .main .steps .step-content .step-banner .right text {
  77. margin-left: 10rpx;
  78. color: #E19F4B;
  79. font-weight: bold;
  80. }
  81. .result .main .report-container {
  82. padding: 40rpx;
  83. background-color: #fff;
  84. font-family: "PingFang SC", sans-serif;
  85. /* 标题样式 */
  86. /* 分区标题样式 */
  87. /* 分割线样式 */
  88. /* 对比项样式 */
  89. /* 治疗建议样式 */
  90. }
  91. .result .main .report-container .report-title {
  92. display: flex;
  93. justify-content: flex-start;
  94. align-items: center;
  95. }
  96. .result .main .report-container .report-title .bar {
  97. height: 40rpx;
  98. width: 10rpx;
  99. background-color: #EBA72A;
  100. }
  101. .result .main .report-container .report-title text {
  102. font-size: 36rpx;
  103. font-weight: bold;
  104. color: #333;
  105. margin-left: 20rpx;
  106. }
  107. .result .main .report-container .img-box {
  108. margin: 20rpx 0;
  109. padding: 20rpx 0;
  110. display: flex;
  111. justify-content: flex-start;
  112. align-items: center;
  113. }
  114. .result .main .report-container .img-box .left {
  115. display: flex;
  116. justify-content: flex-start;
  117. align-items: center;
  118. }
  119. .result .main .report-container .img-box .right {
  120. padding: 10rpx;
  121. width: 100%;
  122. display: flex;
  123. justify-content: flex-start;
  124. align-items: flex-start;
  125. flex-direction: column;
  126. }
  127. .result .main .report-container .img-box .right .bar-text {
  128. width: 100%;
  129. margin-bottom: 20rpx;
  130. }
  131. .result .main .report-container .img-box .right .bar {
  132. width: 100%;
  133. }
  134. .result .main .report-container .section-title {
  135. margin-top: 40rpx;
  136. padding: 20rpx 0;
  137. display: flex;
  138. justify-content: flex-start;
  139. align-items: center;
  140. }
  141. .result .main .report-container .section-title .evaluate-title {
  142. font-size: 36rpx;
  143. font-weight: bold;
  144. color: #333;
  145. margin-left: 20rpx;
  146. }
  147. .result .main .report-container .section-main {
  148. padding: 20rpx;
  149. border-radius: 20rpx;
  150. border: 2rpx solid #EBA72A;
  151. /* 评价项样式 */
  152. }
  153. .result .main .report-container .section-main .evaluation-item {
  154. margin-bottom: 20rpx;
  155. padding: 10rpx;
  156. display: flex;
  157. flex-direction: column;
  158. }
  159. .result .main .report-container .section-main .evaluation-item .item-label {
  160. font-size: 30rpx;
  161. color: #EBA72A;
  162. min-width: 160rpx;
  163. }
  164. .result .main .report-container .section-main .evaluation-item .item-value {
  165. font-size: 30rpx;
  166. color: #333;
  167. padding-top: 20rpx;
  168. }
  169. .result .main .report-container .divider {
  170. height: 2rpx;
  171. background-color: #eee;
  172. margin: 80rpx 0;
  173. }
  174. .result .main .report-container .comparison-item {
  175. margin-bottom: 16rpx;
  176. color: #333;
  177. }
  178. .result .main .report-container .comparison-item text {
  179. font-size: 30rpx;
  180. }
  181. .result .main .report-container .advice-item {
  182. color: #333;
  183. }
  184. .result .main .report-container .advice-item text {
  185. font-size: 30rpx;
  186. }