drugReportPing.wxss 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151
  1. /**
  2. * 这里是uni-app内置的常用样式变量
  3. *
  4. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  5. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  6. *
  7. */
  8. /**
  9. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  10. *
  11. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  12. */
  13. /* 颜色变量 */
  14. /* 行为相关颜色 */
  15. /* 文字基本颜色 */
  16. /* 背景颜色 */
  17. /* 边框颜色 */
  18. /* 尺寸变量 */
  19. /* 文字尺寸 */
  20. /* 图片尺寸 */
  21. /* Border Radius */
  22. /* 水平间距 */
  23. /* 垂直间距 */
  24. /* 透明度 */
  25. /* 文章场景相关 */
  26. .content.data-v-449be131 {
  27. padding: 20rpx 20rpx 140rpx 20rpx;
  28. }
  29. .ping.data-v-449be131 {
  30. margin-bottom: 20rpx;
  31. padding: 20rpx;
  32. border-radius: 15rpx;
  33. background: #FFFFFF;
  34. }
  35. .ping .title.data-v-449be131 {
  36. font-size: 34rpx;
  37. font-family: PingFang SC;
  38. font-weight: bold;
  39. color: #0F1826;
  40. }
  41. .ping .doc-box.data-v-449be131 {
  42. margin-top: 30rpx;
  43. display: flex;
  44. align-items: center;
  45. justify-content: flex-start;
  46. }
  47. .ping .doc-box .left.data-v-449be131 {
  48. width: 100rpx;
  49. height: 100rpx;
  50. }
  51. .ping .doc-box .left image.data-v-449be131 {
  52. border-radius: 50%;
  53. width: 100rpx;
  54. height: 100rpx;
  55. }
  56. .ping .doc-box .right.data-v-449be131 {
  57. display: flex;
  58. flex-direction: column;
  59. justify-content: space-between;
  60. margin-left: 20rpx;
  61. height: 120rpx;
  62. width: 100%;
  63. }
  64. .ping .doc-box .right .doc-name-box.data-v-449be131 {
  65. display: flex;
  66. align-items: center;
  67. justify-content: flex-start;
  68. position: relative;
  69. }
  70. .ping .doc-box .right .doc-name-box .doc-name.data-v-449be131 {
  71. font-size: 32rpx;
  72. }
  73. .ping .ping-star.data-v-449be131 {
  74. padding-top: 30rpx;
  75. }
  76. .ping .ping-star .label.data-v-449be131 {
  77. font-size: 32rpx;
  78. font-weight: bold;
  79. font-family: PingFang SC;
  80. color: #0F1826;
  81. }
  82. .ping .ping-star .star.data-v-449be131 {
  83. margin-top: 10rpx;
  84. }
  85. .ping .ping-content.data-v-449be131 {
  86. width: 100%;
  87. padding: 30rpx 0rpx;
  88. display: flex;
  89. align-items: center;
  90. justify-content: center;
  91. }
  92. .ping .ping-content .textarea-box.data-v-449be131 {
  93. width: 100%;
  94. box-sizing: border-box;
  95. height: 330rpx;
  96. background: #f6f6f6;
  97. border-radius: 10rpx;
  98. padding: 30rpx;
  99. position: relative;
  100. }
  101. .ping .ping-content .textarea-box .textarea-place.data-v-449be131 {
  102. font-size: 28rpx;
  103. font-family: PingFang SC;
  104. font-weight: 400;
  105. color: #C9CED6;
  106. }
  107. .ping .ping-content .textarea-box textarea.data-v-449be131 {
  108. width: 100%;
  109. height: 100%;
  110. font-size: 28rpx;
  111. font-family: PingFang SC;
  112. font-weight: 400;
  113. color: #000000;
  114. }
  115. .ping .ping-content .textarea-box .num-box.data-v-449be131 {
  116. position: absolute;
  117. right: 20rpx;
  118. bottom: 20rpx;
  119. font-size: 24rpx;
  120. font-family: PingFang SC;
  121. font-weight: 400;
  122. color: #C9CED6;
  123. z-index: 10;
  124. background: #F5F6FA;
  125. }
  126. .btn-box.data-v-449be131 {
  127. height: 140rpx;
  128. z-index: 9999;
  129. width: 100%;
  130. padding: 0rpx 30rpx;
  131. position: fixed;
  132. bottom: 0;
  133. left: 0;
  134. box-sizing: border-box;
  135. background-color: #ffffff;
  136. display: flex;
  137. align-items: center;
  138. justify-content: center;
  139. }
  140. .btn-box .btn.data-v-449be131 {
  141. width: 100%;
  142. height: 88rpx;
  143. line-height: 88rpx;
  144. text-align: center;
  145. font-size: 34rpx;
  146. font-family: PingFang SC;
  147. font-weight: 400;
  148. color: #FFFFFF;
  149. background: #C39A58;
  150. border-radius: 10rpx;
  151. }