base.css 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. .yz_container{
  2. height:100%;
  3. }
  4. .yz_aside{
  5. width: 180px;
  6. height: 100%;
  7. float: left;
  8. color: #fff;
  9. background-color: #06162d;
  10. }
  11. .yz_aside li{
  12. cursor: pointer;
  13. padding: 7px 0;
  14. }
  15. .yz_main{
  16. float: left;
  17. width:calc(100% - 180px);
  18. height: 100%;
  19. padding:5px;
  20. background-color: #02071b;
  21. }
  22. .yz_main .toolBar{
  23. display: flex;
  24. align-items: center;
  25. justify-content: space-between;
  26. padding-left: 20px;
  27. margin-top: 5px;
  28. height: 35px;
  29. background-color: #06162d;
  30. }
  31. .mask .close{
  32. width: 20px;
  33. height: 20px;
  34. position: absolute;
  35. right: 20px;
  36. top: 20px;
  37. z-index: 4444;
  38. }
  39. .imgbig{
  40. height: 80%;
  41. width: 100%;
  42. text-align: center;
  43. }
  44. .imgbig .icon-left,.imgbig .icon-right{
  45. position: absolute;
  46. top: 50%;
  47. left: 40px;
  48. color: #fff;
  49. font-size: 40px;
  50. z-index: 4444;
  51. display: none;
  52. cursor: pointer;
  53. }
  54. .imgbig .icon-right{
  55. right: 40px;
  56. left: auto;
  57. }
  58. .imgbig:hover>.icon-left,.imgbig:hover>.icon-right{
  59. display: block;
  60. }
  61. .mask .indtxt{
  62. position: absolute;
  63. bottom: 20px;
  64. left:calc(50% - 25px);
  65. color: #fff;
  66. font-size: 24px;
  67. z-index: 4444;
  68. }
  69. .topParen{
  70. padding:40px 0 0;
  71. font-size: 14px;
  72. height: 100%;
  73. }
  74. .topBox{
  75. position: fixed;
  76. top: 0;
  77. left: 0;
  78. width: 100%;
  79. /* height: 80px;
  80. padding-top: 40px; */
  81. height: 40px;
  82. z-index: 4444;
  83. background-color: #173862;
  84. }
  85. .topBox>div{
  86. position: relative;
  87. height: 40px;
  88. line-height: 40px;
  89. text-align: center;
  90. font-size: 17px;
  91. color: #fff;
  92. }
  93. .topBox .icon-left{
  94. position: absolute;
  95. left: 10px;
  96. bottom: 8px;
  97. font-size: 22px;
  98. z-index: 4446;
  99. }
  100. .li_box{
  101. padding:8px;
  102. margin: 5px;
  103. border-radius: 4px;
  104. background-color: #173862;
  105. /* box-shadow: 0 0 10rpx 2rpx rgba(148, 148, 148, 0.3); */
  106. }
  107. .br_all{
  108. border: 1px solid rgba(125,125,125,0.4);
  109. }
  110. .br_t{
  111. border-top: 1px solid rgba(125,125,125,0.4);
  112. }
  113. .br_b{
  114. border-bottom: 1px solid rgba(125,125,125,0.4);
  115. }
  116. .br_l{
  117. border-left: 1px solid rgba(125,125,125,0.4);
  118. }
  119. .br_r{
  120. border-right: 1px solid rgba(125,125,125,0.4);
  121. }
  122. .closeAll{
  123. background-color: #fff;
  124. border:1px solid #aebac5;
  125. font-size: 13px;
  126. padding: 3px 10px;
  127. cursor: pointer;
  128. border-radius: 0px;
  129. }
  130. .search_{
  131. position:relative;
  132. }
  133. .search_ input{
  134. position:relative;
  135. width: 100%;
  136. height: 32px;
  137. line-height: 32px;
  138. border-radius: 4px;
  139. font-size: 14px;
  140. padding: 0 5px 0 25px;
  141. color: #bbb;
  142. background-color: rgba(255,255,255,0.2);
  143. border: 1px solid rgba(232, 232, 232, 0.3);
  144. }
  145. .search_ input::-webkit-input-placeholder{
  146. color: #bbb;
  147. }
  148. .search_ .icon-sousuo{
  149. position: absolute;
  150. left: 6px;
  151. top: 8px;
  152. color: #bbb;
  153. }
  154. .yz_btn{
  155. height: 30px;
  156. line-height: 30px;
  157. padding:0 14px;
  158. font-size: 14px;
  159. border-radius: 4px;
  160. margin-right: 20px;
  161. }
  162. .nowShip{
  163. position: absolute;
  164. left:30px;
  165. top: 20px;
  166. color: #000;
  167. width: 230px;
  168. border-radius: 2px;
  169. overflow: hidden;
  170. background-color: #fff;
  171. box-shadow: 0 1px 2px rgb(0 0 0 / 10%);
  172. }
  173. .map_title {
  174. padding: 6px 10px;
  175. font-weight: bold;
  176. font-size: 0.9vw;
  177. color: #fff;
  178. background-color: #0068ff;
  179. }
  180. .map_info>div{
  181. display: flex;
  182. align-items: flex-start;
  183. color: #474747;
  184. margin-bottom: 4px;
  185. }
  186. .map_info>div>div:first-child{
  187. color:#0068ff;
  188. width: 70px;
  189. }
  190. .map_info>div>div:last-child{
  191. width:calc(100% - 70px);
  192. }
  193. .tabli{
  194. display: flex;
  195. align-items: center;
  196. margin: 5px 0;
  197. text-align: center;
  198. background-color: #173862;
  199. }
  200. .tabli>div{
  201. flex: 1;
  202. padding: 10px 0;
  203. margin: 0 5px;
  204. }
  205. .tabli .yz_this{
  206. position: relative;
  207. color: #39b54a;
  208. }
  209. .tabli .yz_this::after{
  210. position: absolute;
  211. bottom: 0;
  212. left: 0;
  213. content: "";
  214. width: 100%;
  215. height: 2px;
  216. background-color:#39b54a;
  217. }
  218. .check_act {
  219. position: relative;
  220. }
  221. .check_ {
  222. cursor: pointer;
  223. width: 14px;
  224. height: 14px;
  225. margin-right: 4px;
  226. background-color: #FF6161;
  227. }
  228. .check_act::after {
  229. content: "";
  230. position: absolute;
  231. left: 3px;
  232. top: 3px;
  233. width: 50%;
  234. height: 20%;
  235. border: 2px solid #fff;
  236. border-radius: 1px;
  237. border-top: none;
  238. border-right: none;
  239. background: transparent;
  240. transform: rotate(-50deg);
  241. }
  242. ._Num{
  243. width: calc(100% - 130px);
  244. font-size: 2vw;
  245. font-weight: bold;
  246. color: #fbbd08;
  247. margin: 0 10px;
  248. line-height: 27px;
  249. text-align: center;
  250. border-bottom: 3px solid #084A80;
  251. }