pingOrder.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  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-057d5462 {
  27. padding: 20rpx 20rpx 140rpx 20rpx;
  28. }
  29. .ping.data-v-057d5462 {
  30. margin-bottom: 20rpx;
  31. padding: 20rpx;
  32. border-radius: 15rpx;
  33. background: #FFFFFF;
  34. }
  35. .ping .title.data-v-057d5462 {
  36. font-size: 34rpx;
  37. font-family: PingFang SC;
  38. font-weight: bold;
  39. color: #0F1826;
  40. }
  41. .ping .doc-box.data-v-057d5462 {
  42. margin-top: 30rpx;
  43. display: flex;
  44. align-items: center;
  45. justify-content: flex-start;
  46. }
  47. .ping .doc-box .left.data-v-057d5462 {
  48. width: 100rpx;
  49. height: 100rpx;
  50. }
  51. .ping .doc-box .left image.data-v-057d5462 {
  52. border-radius: 50%;
  53. width: 100rpx;
  54. height: 100rpx;
  55. }
  56. .ping .doc-box .right.data-v-057d5462 {
  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-057d5462 {
  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-057d5462 {
  71. font-size: 32rpx;
  72. }
  73. .ping .doc-box .right .doc-dept-box.data-v-057d5462 {
  74. display: flex;
  75. align-items: center;
  76. justify-content: flex-start;
  77. margin-top: 5rpx;
  78. font-size: 24rpx;
  79. font-family: PingFang SC;
  80. color: #2d2b36;
  81. }
  82. .ping .doc-box .right .doc-his-box.data-v-057d5462 {
  83. display: flex;
  84. align-items: center;
  85. justify-content: flex-start;
  86. margin-top: 5rpx;
  87. font-size: 24rpx;
  88. font-family: PingFang SC;
  89. color: #9a9a9c;
  90. }
  91. .ping .ping-star.data-v-057d5462 {
  92. padding-top: 30rpx;
  93. }
  94. .ping .ping-star .label.data-v-057d5462 {
  95. font-size: 32rpx;
  96. font-weight: bold;
  97. font-family: PingFang SC;
  98. color: #0F1826;
  99. }
  100. .ping .ping-star .star.data-v-057d5462 {
  101. margin-top: 10rpx;
  102. }
  103. .ping .ping-content.data-v-057d5462 {
  104. width: 100%;
  105. padding: 30rpx 0rpx;
  106. display: flex;
  107. align-items: center;
  108. justify-content: center;
  109. }
  110. .ping .ping-content .textarea-box.data-v-057d5462 {
  111. width: 100%;
  112. box-sizing: border-box;
  113. height: 330rpx;
  114. background: #f6f6f6;
  115. border-radius: 10rpx;
  116. padding: 30rpx;
  117. position: relative;
  118. }
  119. .ping .ping-content .textarea-box .textarea-place.data-v-057d5462 {
  120. font-size: 28rpx;
  121. font-family: PingFang SC;
  122. font-weight: 400;
  123. color: #C9CED6;
  124. }
  125. .ping .ping-content .textarea-box textarea.data-v-057d5462 {
  126. width: 100%;
  127. height: 100%;
  128. font-size: 28rpx;
  129. font-family: PingFang SC;
  130. font-weight: 400;
  131. color: #000000;
  132. }
  133. .ping .ping-content .textarea-box .num-box.data-v-057d5462 {
  134. position: absolute;
  135. right: 20rpx;
  136. bottom: 20rpx;
  137. font-size: 24rpx;
  138. font-family: PingFang SC;
  139. font-weight: 400;
  140. color: #C9CED6;
  141. z-index: 10;
  142. background: #F5F6FA;
  143. }
  144. .btn-box.data-v-057d5462 {
  145. height: 140rpx;
  146. z-index: 9999;
  147. width: 100%;
  148. padding: 0rpx 30rpx;
  149. position: fixed;
  150. bottom: 0;
  151. left: 0;
  152. box-sizing: border-box;
  153. background-color: #ffffff;
  154. display: flex;
  155. align-items: center;
  156. justify-content: center;
  157. }
  158. .btn-box .btn.data-v-057d5462 {
  159. width: 100%;
  160. height: 88rpx;
  161. line-height: 88rpx;
  162. text-align: center;
  163. font-size: 34rpx;
  164. font-family: PingFang SC;
  165. font-weight: 400;
  166. color: #FFFFFF;
  167. background: #C39A58;
  168. border-radius: 10rpx;
  169. }