newka.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309
  1. .detail {
  2. margin: 0;
  3. border-bottom: none;
  4. padding: 0;
  5. border-radius: 0;
  6. background: #fff;
  7. box-shadow: 0 0 10px rgb(116 116 116 / 8%);
  8. }
  9. .fixed-bottom {
  10. z-index: 1;
  11. }
  12. #popup {
  13. display: none;
  14. position: fixed;
  15. top: 0;
  16. width: 100%;
  17. height: 100%;
  18. max-width: 750px;
  19. margin: 0px;
  20. background-color: rgba(0, 0, 0, 0.6);
  21. z-index: 9;
  22. overflow: auto;
  23. transition: transform 0.3s ease-in-out;
  24. /* transform: translateY(100%); */
  25. }
  26. #popup.open {
  27. transform: translateY(0);
  28. }
  29. #ppcontent {
  30. position: absolute;
  31. max-width: 750px;
  32. width: 100%;
  33. bottom: 0%;
  34. background-color: #fff;
  35. }
  36. .nave {
  37. text-align: right;
  38. padding: 10px;
  39. border-radius: 10px;
  40. margin: 10px;
  41. /* background-color: rgba(0, 0, 0, 0); */
  42. }
  43. .closet {
  44. position: absolute;
  45. top: -60px;
  46. right: 10px;
  47. }
  48. #closePopup {
  49. width: 30px;
  50. height: 30px;
  51. }
  52. #checkbox:checked {
  53. background-color: blue;
  54. }
  55. .dx_form_main_xieyi_info a {
  56. color: #4262f4;
  57. }
  58. .overlayxy {
  59. display: none;
  60. position: fixed;
  61. top: 0;
  62. left: 0;
  63. width: 100%;
  64. height: 100%;
  65. background-color: rgba(0, 0, 0, 0.5);
  66. z-index: 9999;
  67. }
  68. .modalx {
  69. position: fixed;
  70. top: 50%;
  71. left: 50%;
  72. transform: translate(-50%, -50%);
  73. background-color: #fff;
  74. padding: 20px;
  75. width: 80%;
  76. height: 60%;
  77. max-width: 80%;
  78. z-index: 10000;
  79. overflow: auto;
  80. }
  81. .modal h2 {
  82. margin-top: 0;
  83. }
  84. .modal p {
  85. margin-bottom: 20px;
  86. }
  87. .close-btn {
  88. text-align: center;
  89. position: relative;
  90. }
  91. .closebtn {
  92. max-width: 100px;
  93. min-width: 100px;
  94. height: 30px;
  95. border-radius: 40px;
  96. font-size: 16px;
  97. line-height: 30px;
  98. color: #fff;
  99. border: none;
  100. overflow: hidden;
  101. background: #4262f4;
  102. margin: 10px;
  103. }
  104. #popupContenta {
  105. position: absolute;
  106. top: 50%;
  107. left: 50%;
  108. transform: translate(-50%, -50%);
  109. max-width: 750px;
  110. width: 80%;
  111. background-color: #fff;
  112. padding: 20px;
  113. text-align: center;
  114. border-radius: 10px;
  115. }
  116. #phoneContainera {
  117. width: 100%;
  118. height: 52vh;
  119. overflow-y: scroll;
  120. }
  121. .sys-flex-box1 {
  122. -webkit-box-flex: 1;
  123. flex: 1;
  124. min-width: 0;
  125. font-size: 15px;
  126. color: #333;
  127. overflow: hidden;
  128. height: 34px;
  129. }
  130. .iplun {
  131. height: 100%;
  132. padding: 2px;
  133. border-radius: 18px;
  134. padding-left: 5px;
  135. margin-right: 3px;
  136. display: flex;
  137. align-items: center;
  138. }
  139. .alun {
  140. display: inline-block;
  141. margin-left: 5px;
  142. line-height: 30px;
  143. color: #fff;
  144. }
  145. .rmplhead {
  146. width: 100%;
  147. height: 46px;
  148. background: url(../img/plbg.png) no-repeat;
  149. background-size: 100% 100%;
  150. font-size: 20px;
  151. font-weight: 700;
  152. color: #f53100;
  153. text-align: center;
  154. }
  155. .navp {
  156. text-align: right;
  157. padding: 0px;
  158. border-radius: 20px;
  159. margin: 0px 10px 0px 10px;
  160. height: 200px;
  161. background-color: #fff;
  162. }
  163. .navh {
  164. padding: 0px;
  165. border-radius: 20px;
  166. margin: 10px;
  167. background-color: #fff;
  168. }
  169. /* direction_bottom.css */
  170. .marquee-container {
  171. overflow: hidden;
  172. max-height: 150px;
  173. }
  174. .plcontent{
  175. margin-left: 20px;
  176. }
  177. .plcontent td {
  178. border: none;
  179. }
  180. .fixed-bottom {
  181. text-align: center;
  182. padding: 20px;
  183. width: 100%;
  184. margin: 0 auto;
  185. position: fixed;
  186. bottom: 0;
  187. }
  188. .chColor {
  189. text-align: center;
  190. width: 90%;
  191. max-width: 380px;
  192. height: 60.5px;
  193. color: #fff;
  194. line-height: 44.5px;
  195. border-radius: 24.5px;
  196. font-size: 23px;
  197. position: fixed;
  198. bottom: 20px;
  199. z-index: 100;
  200. left: 5%;
  201. display: none;
  202. background: url(../img/ljlq.png);
  203. background-repeat: no-repeat;
  204. background-size: 100% 100%;
  205. justify-content: center;
  206. align-items: center;
  207. }
  208. #floatingContainer {
  209. position: fixed;
  210. bottom: 0;
  211. left: 0;
  212. width: 100%;
  213. display: flex;
  214. justify-content: center;
  215. }
  216. #buttonId {
  217. padding: 10px;
  218. }
  219. @keyframes microAnimation {
  220. 0% {
  221. transform: scale(1);
  222. }
  223. 50% {
  224. transform: scale(1.06);
  225. }
  226. 100% {
  227. transform: scale(1);
  228. }
  229. }
  230. #savebtn {
  231. box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  232. padding: 10px 20px;
  233. border: none;
  234. cursor: pointer;
  235. animation: microAnimation 2s infinite;
  236. }
  237. .OrderSearchEnterA{
  238. width: 75px;
  239. height: 27px;
  240. background: rgba(0, 0, 0, .5);
  241. font-size: 12.5px;
  242. color: #fff;
  243. border-radius: 16px 0 0 16px;
  244. display: flex;
  245. justify-content: center;
  246. align-items: center;
  247. position: fixed;
  248. top: 50px;
  249. right: 0;
  250. }
  251. .OrderSearchEnterB{
  252. width: 75px;
  253. height: 27px;
  254. background: rgba(0, 0, 0, .5);
  255. font-size: 12.5px;
  256. color: #fff;
  257. border-radius: 16px 0 0 16px;
  258. display: flex;
  259. justify-content: center;
  260. align-items: center;
  261. position: fixed;
  262. top: 88px;
  263. right: 0;
  264. }
  265. .direction_top td{
  266. text-align: left;
  267. line-height: 18px;
  268. }
  269. .zfcontainer {
  270. border-radius: 10px;
  271. overflow: hidden; /* 隐藏图片溢出部分 */
  272. }.zfcontainer img {
  273. width: 100%;
  274. height: auto;
  275. display: block;
  276. border-radius: 8px; /* 设置图片圆角 */
  277. }