testResult.wxss 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  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. page {
  28. background-color: #FDF7F0;
  29. height: 100%;
  30. }
  31. .content .cont {
  32. position: relative;
  33. width: 100%;
  34. display: flex;
  35. flex-direction: column;
  36. }
  37. .content .cont .bg {
  38. width: 100%;
  39. height: 100%;
  40. position: fixed;
  41. z-index: 1;
  42. }
  43. .content .cont .bg image {
  44. width: 100%;
  45. height: 100%;
  46. }
  47. .content .cont .cont-box {
  48. z-index: 1000;
  49. margin-top: 88rpx;
  50. }
  51. .content .cont .cont-box .user {
  52. width: 100%;
  53. display: flex;
  54. flex-direction: column;
  55. align-items: center;
  56. justify-content: center;
  57. padding: 30rpx;
  58. }
  59. .content .cont .cont-box .user image {
  60. border-radius: 50%;
  61. border: 2rpx solid #ffffff;
  62. width: 120rpx;
  63. height: 120rpx;
  64. }
  65. .content .cont .cont-box .user .user-box {
  66. padding: 30rpx;
  67. display: flex;
  68. align-items: center;
  69. justify-content: center;
  70. }
  71. .content .cont .cont-box .user .user-box .sex {
  72. font-weight: bold;
  73. font-size: 40supx;
  74. font-family: PingFang SC;
  75. color: #925924;
  76. }
  77. .content .cont .cont-box .user .user-box .username {
  78. margin-left: 15rpx;
  79. font-size: 40supx;
  80. font-family: PingFang SC;
  81. color: #925924;
  82. }
  83. .content .cont .cont-box .items {
  84. width: 100%;
  85. display: flex;
  86. flex-direction: column;
  87. align-items: flex-start;
  88. justify-content: flex-start;
  89. padding: 20rpx;
  90. }
  91. .content .cont .cont-box .items .result-box {
  92. width: 100%;
  93. display: flex;
  94. flex-direction: column;
  95. align-items: center;
  96. justify-content: center;
  97. padding: 30rpx;
  98. background-color: #fff;
  99. border-radius: 15rpx;
  100. margin-bottom: 15rpx;
  101. }
  102. .content .cont .cont-box .items .result-box .time {
  103. margin-top: 15rpx;
  104. font-family: PingFang SC;
  105. font-size: 24rpx;
  106. color: #9B9B9B;
  107. }
  108. .content .cont .cont-box .items .result-box .title {
  109. margin-top: 15rpx;
  110. font-family: PingFang SC;
  111. font-size: 28rpx;
  112. color: #626468;
  113. }
  114. .content .cont .cont-box .items .result-box .name {
  115. margin-top: 30rpx;
  116. font-family: PingFang SC;
  117. font-weight: bold;
  118. font-size: 60rpx;
  119. color: #925924;
  120. }
  121. .content .cont .cont-box .items .result-box .descs {
  122. font-family: PingFang SC;
  123. font-size: 28rpx;
  124. color: #2A2B2E;
  125. padding: 30rpx;
  126. margin-top: 30rpx;
  127. background-color: #F5F6F6;
  128. border-radius: 10rpx;
  129. }
  130. .content .cont .cont-box .items .item-box {
  131. width: 100%;
  132. }
  133. .content .cont .cont-box .items .item-box .item {
  134. width: 100%;
  135. padding: 30rpx;
  136. background-color: #fff;
  137. border-radius: 30rpx;
  138. }
  139. .content .cont .cont-box .items .item-box .item .title-box {
  140. display: flex;
  141. align-items: center;
  142. justify-content: flex-start;
  143. }
  144. .content .cont .cont-box .items .item-box .item .title-box .title {
  145. margin-left: 10rpx;
  146. font-size: 32supx;
  147. font-family: PingFang SC;
  148. color: #925924;
  149. font-weight: bold;
  150. }
  151. .content .cont .cont-box .items .item-box .item .title-box .title-line {
  152. width: 8rpx;
  153. height: 28rpx;
  154. background: #2BC7B9;
  155. border-radius: 2px 2px 2px 2px;
  156. opacity: 1;
  157. }
  158. .content .cont .cont-box .items .item-box .item .descs {
  159. white-space: pre-line;
  160. margin-top: 10rpx;
  161. font-size: 28supx;
  162. font-family: PingFang SC;
  163. color: #2A2B2E;
  164. }
  165. .content .cont .cont-box .items .item-box .line {
  166. margin: 0rpx 30rpx;
  167. border-bottom: #b5b5b5 3rpx dashed;
  168. }
  169. .content .cont .cont-box .tips {
  170. width: 100%;
  171. display: flex;
  172. align-items: center;
  173. justify-content: center;
  174. margin: 15rpx 0rpx;
  175. color: #9B9B9B;
  176. font-size: 24rpx;
  177. }
  178. .content .cont .cont-box .banner {
  179. height: 250rpx;
  180. width: 100%;
  181. padding: 15rpx 20rpx;
  182. }
  183. .share {
  184. width: 100rpx;
  185. height: 100rpx;
  186. z-index: 9999;
  187. border-radius: 50%;
  188. position: fixed;
  189. bottom: 100rpx;
  190. right: 50rpx;
  191. background-color: #925924;
  192. color: #fff;
  193. font-weight: bold;
  194. font-size: 28rpx;
  195. display: flex;
  196. flex-direction: column;
  197. align-items: center;
  198. justify-content: center;
  199. }