screenshot.wxss 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327
  1. /* customer/pages/screenshot/screenshot.wxss */
  2. page {
  3. width: 100%;
  4. height: auto;
  5. overflow: auto;
  6. background-color: #fff;
  7. box-sizing: border-box;
  8. padding: 20rpx 20rpx 130rpx;
  9. }
  10. .screenshot {
  11. width: 100%;
  12. height: auto;
  13. overflow: hidden;
  14. box-sizing: border-box;
  15. padding: 30rpx 20rpx 30rpx;
  16. border-bottom: 1rpx solid #F0F4F7;
  17. }
  18. .header {
  19. width: 100%;
  20. display: flex;
  21. align-items: center;
  22. justify-content: space-between;
  23. }
  24. .headerleft {
  25. display: flex;
  26. align-items: center;
  27. }
  28. .avatar {
  29. width: 64rpx;
  30. height: 64rpx;
  31. background-color: #ccc;
  32. border-radius: 50%;
  33. overflow: hidden;
  34. }
  35. .avatar>image {
  36. width: 100%;
  37. height: 100%;
  38. }
  39. .name {
  40. font-size: 32rpx;
  41. margin-left: 20rpx;
  42. }
  43. .tips {
  44. font-size: 24rpx;
  45. color: #C0C4D0;
  46. margin-left: 10rpx;
  47. margin-top: 6rpx;
  48. }
  49. .approval {
  50. background-color: #F7B500;
  51. padding: 4rpx 20rpx;
  52. border-radius: 25rpx;
  53. color: #fff;
  54. }
  55. .passAndreject {
  56. background-color: #E9ECF5;
  57. padding: 4rpx 20rpx;
  58. border-radius: 25rpx;
  59. color: #C0C4D0;
  60. }
  61. .content {
  62. width: 100%;
  63. box-sizing: border-box;
  64. padding: 20rpx 0rpx;
  65. padding-right: 100rpx;
  66. }
  67. .imageBox {
  68. width: 100%;
  69. box-sizing: border-box;
  70. padding-right: 100rpx;
  71. display: flex;
  72. flex-wrap: wrap;
  73. }
  74. .imageItem {
  75. width: 174rpx;
  76. height: 160rpx;
  77. background-color: #ccc;
  78. margin-right: 20rpx;
  79. border-radius: 8rpx;
  80. overflow: hidden;
  81. margin-bottom: 20rpx;
  82. }
  83. .imageItem>image {
  84. width: 100%;
  85. height: 100%;
  86. }
  87. .mr0 {
  88. margin-right: 0rpx !important;
  89. }
  90. .uploadBtn {
  91. width: 120rpx;
  92. height: 120rpx;
  93. background-color: #FA6400;
  94. color: #fff;
  95. position: fixed;
  96. bottom: 240rpx;
  97. right: 20rpx;
  98. border-radius: 50%;
  99. display: flex;
  100. flex-direction: column;
  101. justify-content: center;
  102. align-items: center;
  103. box-shadow: 0px 2rpx 12rpx 0px rgba(250, 100, 0, 0.34);
  104. }
  105. .uploadBtn>view {
  106. font-size: 28rpx !important;
  107. }
  108. .mask {
  109. width: 100vw;
  110. height: 100vh;
  111. position: fixed;
  112. left: 0rpx;
  113. top: 0rpx;
  114. z-index: 99;
  115. background-color: rgba(0, 0, 0, 0.3);
  116. display: flex;
  117. justify-content: center;
  118. align-items: center;
  119. }
  120. .block {
  121. width: 90%;
  122. height: 70%;
  123. background-color: #fff;
  124. border-radius: 10rpx;
  125. overflow: hidden;
  126. position: relative;
  127. box-sizing: border-box;
  128. padding: 88rpx 20rpx;
  129. }
  130. .btitle {
  131. width: 100%;
  132. height: 88rpx;
  133. text-align: center;
  134. line-height: 88rpx;
  135. background-color: #FA6400;
  136. color: #fff;
  137. font-size: 32rpx;
  138. position: absolute;
  139. top: 0rpx;
  140. left: 0rpx;
  141. z-index: 9;
  142. }
  143. .bBtn {
  144. width: 100%;
  145. height: 88rpx;
  146. text-align: center;
  147. line-height: 88rpx;
  148. background-color: #FA6400;
  149. color: #fff;
  150. font-size: 32rpx;
  151. position: absolute;
  152. bottom: 0rpx;
  153. left: 0rpx;
  154. z-index: 9;
  155. border-radius: 0rpx;
  156. }
  157. .bcontent {
  158. width: 100%;
  159. height: 100%;
  160. overflow: auto;
  161. }
  162. .label {
  163. width: 100%;
  164. line-height: 60rpx;
  165. font-size: 28rpx;
  166. }
  167. .boxImage {
  168. width: 100%;
  169. box-sizing: border-box;
  170. padding: 20rpx 0rpx;
  171. display: flex;
  172. flex-wrap: wrap;
  173. }
  174. .addImage {
  175. width: 135rpx;
  176. height: 120rpx;
  177. border: 2rpx solid #9DB6CF;
  178. border-radius: 10rpx;
  179. display: flex;
  180. flex-direction: column;
  181. align-items: center;
  182. justify-content: center;
  183. }
  184. .addImage>image {
  185. width: 50rpx;
  186. }
  187. .addImage>view {
  188. font-size: 28rpx;
  189. color: #9DB6CF;
  190. }
  191. .imgItem {
  192. width: 135rpx;
  193. height: 120rpx;
  194. background-color: #ccc;
  195. border-radius: 10rpx;
  196. overflow: hidden;
  197. margin-right: 20rpx;
  198. margin-bottom: 20rpx;
  199. position: relative;
  200. }
  201. .imgItem>image {
  202. width: 100%;
  203. height: 100%;
  204. }
  205. .itemdel {
  206. width: 100%;
  207. height: 40rpx;
  208. position: absolute;
  209. bottom: 0rpx;
  210. left: 0rpx;
  211. background-color: rgba(0, 0, 0, 0.4);
  212. color: #fff;
  213. text-align: center;
  214. line-height: 40rpx;
  215. z-index: 9;
  216. }
  217. textarea {
  218. width: 100%;
  219. height: 300rpx;
  220. background-color: #F0F4F7 !important;
  221. box-sizing: border-box;
  222. padding: 20rpx;
  223. border-radius: 10rpx;
  224. }
  225. .dsc {
  226. width: 100%;
  227. padding: 20rpx 0rpx;
  228. }
  229. .dsc>text {
  230. color: red;
  231. }
  232. .dateshow {
  233. font-size: 24rpx;
  234. color: #C0C4D0;
  235. }
  236. .tabBar {
  237. position: fixed;
  238. bottom: 0rpx;
  239. left: 0rpx;
  240. width: 100%;
  241. height: 130rpx;
  242. background-color: #fff;
  243. display: flex;
  244. align-items: center;
  245. box-shadow: 0rpx -10rpx 8rpx 4rpx rgba(0, 0, 0, 0.05);
  246. }
  247. .tabItem {
  248. flex: 1;
  249. display: flex;
  250. flex-direction: column;
  251. justify-content: center;
  252. align-items: center;
  253. margin-bottom: 20rpx;
  254. position: relative;
  255. }
  256. .tabItem>image {
  257. width: 44rpx;
  258. }
  259. .tabItem1>image {
  260. width: 35rpx;
  261. }
  262. .tabItem2>image {
  263. width: 40rpx;
  264. margin-top: 2rpx;
  265. margin-bottom: 1rpx;
  266. }
  267. .activePage {
  268. color: #FF5F3D;
  269. font-size: 28rpx;
  270. margin-top: 6rpx;
  271. }
  272. .defaultStyle {
  273. color: #D1D1D1;
  274. font-size: 28rpx;
  275. margin-top: 6rpx;
  276. }
  277. .redCircle {
  278. width: 20rpx;
  279. height: 20rpx;
  280. position: absolute;
  281. background-color: red;
  282. top: 0rpx;
  283. border-radius: 50%;
  284. left: 55%;
  285. }