styles.css 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265
  1. * {
  2. padding: 0;
  3. margin: 0;
  4. }
  5. body {
  6. height: 100%;
  7. overflow: hidden;
  8. }
  9. .storeCheck {
  10. height: calc(100vh);
  11. display: flex;
  12. flex-direction: column;
  13. }
  14. .storeCheck .loading {
  15. background: #fff;
  16. height: 100%;
  17. width: 100%;
  18. text-align: center;
  19. position: fixed;
  20. z-index: 10000;
  21. left: 0;
  22. top: 0;
  23. }
  24. .storeCheck .loading .ant-spin {
  25. margin-top: 50%;
  26. }
  27. .storeCheck .checkWork {
  28. flex-grow: 1;
  29. display: flex;
  30. flex-direction: column;
  31. overflow: auto;
  32. }
  33. .storeCheck .checkWork .checkWork-head {
  34. position: relative;
  35. background: #fffbde;
  36. }
  37. .storeCheck .checkWork .checkWork-head .checkWork-head-row:first-child{
  38. background: #fff;
  39. }
  40. .storeCheck .checkWork .checkWork-head .checkWork-head-row:first-child > div {
  41. display: flex;
  42. align-items: center;
  43. width: 100%;
  44. }
  45. .storeCheck .checkWork .checkWork-head .checkWork-head-row:first-child > div > div:last-child {
  46. flex-grow: 1;
  47. }
  48. .storeCheck .checkWork .checkWork-head .checkWork-head-row > div {
  49. width: 100%;
  50. padding: 5px 10px;
  51. display: flex;
  52. align-items: center;
  53. }
  54. .storeCheck .checkWork .checkWork-head .checkWork-head-row > div > div {
  55. width: 33.3%;
  56. padding: 3px 0;
  57. }
  58. .storeCheck .checkWork .checkWork-head .checkWork-head-row > div .ant-dropdown-link {
  59. width: 100%;
  60. display: block;
  61. text-align: right;
  62. color: #666666;
  63. }
  64. .storeCheck .checkWork .checkWork-body {
  65. flex-grow: 1;
  66. display: flex;
  67. background: #f8f8f8;
  68. overflow: auto;
  69. }
  70. .storeCheck .checkWork .checkWork-body .checkWork-body-tabs {
  71. width: 26%;
  72. padding: 1px 0;
  73. overflow-y: scroll;
  74. box-shadow: 1px 1px 3px #eee;
  75. }
  76. .storeCheck .checkWork .checkWork-body .checkWork-body-tabs .tabs-items {
  77. text-align: center;
  78. padding: 8px 5px;
  79. position: relative;
  80. margin: 5px;
  81. background: #fff;
  82. }
  83. .storeCheck .checkWork .checkWork-body .checkWork-body-tabs .tabs-items .edit {
  84. font-size: 14px;
  85. color: #ff0000;
  86. }
  87. .storeCheck .checkWork .checkWork-body .checkWork-body-tabs .tabs-items .aicon {
  88. color: #fff;
  89. position: absolute;
  90. font-size: 12px;
  91. left: -5px;
  92. top: -6px;
  93. background: #ff0000;
  94. padding: 3px;
  95. border-radius: 100%;
  96. }
  97. .storeCheck .checkWork .checkWork-body .checkWork-body-tabs .tabs-items.active {
  98. color: #00aaff;
  99. border-right: 1px solid #00aaff;
  100. }
  101. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons {
  102. width: 74%;
  103. padding: 5px;
  104. overflow-y: scroll;
  105. }
  106. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items {
  107. background: #fff;
  108. padding: 5px;
  109. margin-bottom: 10px;
  110. border-radius: 5px;
  111. box-shadow: 1px 1px 3px #eee;
  112. }
  113. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items .remarks {
  114. padding: 5px;
  115. }
  116. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items .photos {
  117. display: block;
  118. }
  119. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items .photos span {
  120. border: 1px solid #eee;
  121. }
  122. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items .photos > div {
  123. display: inline-block;
  124. }
  125. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div {
  126. display: flex;
  127. align-items: center;
  128. }
  129. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div {
  130. padding: 5px;
  131. }
  132. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div:first-child {
  133. flex-grow: 1;
  134. }
  135. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div .anticon {
  136. font-size: 30px;
  137. color: #999;
  138. margin-left: 15px;
  139. }
  140. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div .choose-bsy {
  141. color: #13C2C2;
  142. }
  143. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div .choose-bhg {
  144. color: #ff0000;
  145. }
  146. .storeCheck .checkWork .checkWork-body .checkWork-body-tabCons .tabCons-items > div > div .choose-hg {
  147. color: #00be00;
  148. }
  149. .storeCheck .checkWork .checkWork-button > div {
  150. padding: 10px;
  151. text-align: center;
  152. font-size: 18px;
  153. background: #FAAD14;
  154. color: #fff;
  155. }
  156. .videoPlay {
  157. position: relative;
  158. height: 240px;
  159. }
  160. .videoPlay .control-yt, .videoPlay .control-yt-close {
  161. position: absolute;
  162. right: 15px;
  163. top: 15px;
  164. z-index: 100000;
  165. width: 32px;
  166. height: 32px;
  167. background: url(../static/icons/kz-mini.png) no-repeat center center;
  168. background-size: contain;
  169. }
  170. .videoPlay .control-yt-close {
  171. background: url(../static/icons/close.png) no-repeat center center;
  172. background-size: contain;
  173. }
  174. .videoPlay .ytBtns {
  175. position: absolute;
  176. width: 40px;
  177. height: 40px;
  178. z-index: 10000;
  179. opacity: 50%;
  180. }
  181. .videoPlay .yt-left {
  182. left: 20%;
  183. top: 100px;
  184. background: url(../static/icons/left.png) no-repeat center center;
  185. background-size: contain;
  186. }
  187. .videoPlay .yt-right {
  188. right: 20%;
  189. top: 100px;
  190. background: url(../static/icons/right.png) no-repeat center center;
  191. background-size: contain;
  192. }
  193. .videoPlay .yt-top {
  194. left: 50%;
  195. top: 20px;
  196. margin-left: -20px;
  197. background: url(../static/icons/up.png) no-repeat center center;
  198. background-size: contain;
  199. }
  200. .videoPlay .yt-bottom {
  201. left: 50%;
  202. bottom: 20px;
  203. margin-left: -20px;
  204. background: url(../static/icons/down.png) no-repeat center center;
  205. background-size: contain;
  206. }
  207. .videoPlay .prism-player .prism-controlbar {
  208. background: rgba(0, 0, 0, 0.5);
  209. }
  210. .pzPopus .pz-pinglun {
  211. display: flex;
  212. align-items: center;
  213. }
  214. .pzPopus .pz-pinglun .remarks {
  215. flex-grow: 1;
  216. padding-right: 15px;
  217. }
  218. .pzPopus .pz-pinglun .icons {
  219. border: 1px solid #aaa;
  220. padding: 10px;
  221. border-radius: 100%;
  222. width: 60px;
  223. height: 60px;
  224. display: flex;
  225. align-items: center;
  226. justify-content: center;
  227. }
  228. .pzPopus .pz-pinglun .icons .aicon {
  229. font-size: 30px;
  230. color: #999;
  231. }
  232. .pzPopus .imglist {
  233. display: flex;
  234. align-items: center;
  235. flex-wrap: wrap;
  236. padding: 30px 0 20px;
  237. }
  238. .pzPopus .imglist > div {
  239. position: relative;
  240. padding: 3px;
  241. border: 1px solid #eee;
  242. border-radius: 5px;
  243. margin-right: 10px;
  244. }
  245. .pzPopus .imglist > div img {
  246. width: 45px;
  247. height: 45px;
  248. }
  249. .pzPopus .imglist > div .aicon {
  250. color: #fff;
  251. position: absolute;
  252. font-size: 12px;
  253. right: -6px;
  254. top: -8px;
  255. background: #FF0000;
  256. padding: 2px;
  257. border-radius: 100%;
  258. }
  259. .pzPopus .f-btns {
  260. padding: 10px 0;
  261. }