contac-about.scss 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524
  1. @import "../theme.scss";
  2. .wrap {
  3. position: relative;
  4. width: 1440px;
  5. margin: 0px auto 0px;
  6. padding: 20px 0;
  7. font-size: 12px;
  8. color: #666666;
  9. }
  10. .sr-layout-block {
  11. padding: 30px 29px;
  12. margin-bottom: 20px;
  13. background: #fff;
  14. border: 1px solid #e9eef4;
  15. font-size: 14px;
  16. display: block;
  17. overflow: hidden;
  18. }
  19. .sr-txt-title {
  20. margin-bottom: 40px;
  21. }
  22. .sr-txt-h2 {
  23. font-weight: bold;
  24. font-size: 20px;
  25. color: #282E30;
  26. display: inline-block;
  27. vertical-align: middle;
  28. word-break: break-word;
  29. }
  30. .sr-comProfile-info-l {
  31. width: 38.3386%;
  32. min-width: 240px;
  33. margin-right: 30px;
  34. max-width: 360px;
  35. float: left;
  36. img {
  37. width: 100%;
  38. }
  39. }
  40. .sr-comProfile-infos.infos-top {
  41. flex: 1;
  42. width: 100%;
  43. table {
  44. border-collapse: collapse;
  45. border-spacing: 0;
  46. td {
  47. vertical-align: top;
  48. padding-bottom: 10px;
  49. }
  50. .info-label-td {
  51. padding-right: 20px;
  52. color: #888;
  53. width: 195px;
  54. .info-label-txt {
  55. display: block;
  56. }
  57. }
  58. }
  59. }
  60. .sr-comProfile-info-wrap {
  61. display: flex;
  62. width: 100%;
  63. margin-bottom: 20px;
  64. overflow: hidden;
  65. }
  66. .sr-comProfile-intro a {
  67. color: $colorMain;
  68. text-decoration: underline;
  69. }
  70. .sr-comProfile-intro .intro-cnt {
  71. display: -webkit-box;
  72. -webkit-box-orient: vertical;
  73. -webkit-line-clamp: 9;
  74. overflow: hidden;
  75. line-height: 2;
  76. }
  77. .sr-comProfile-intro .intro-cnt > span {
  78. text-wrap-mode: wrap !important;
  79. }
  80. .sr-comProfile-intro.more .intro-cnt {
  81. display: block;
  82. }
  83. .sr-comProfile-item {
  84. margin-bottom: 10px;
  85. }
  86. .no-yes .sr-comProfile-label {
  87. padding-left: 0;
  88. }
  89. .sr-comProfile-label {
  90. color: #888;
  91. float: left;
  92. position: relative;
  93. padding-left: 25px;
  94. width: 225px;
  95. }
  96. .no-yes .sr-comProfile-fields {
  97. margin-left: 240px;
  98. }
  99. .about-sub-block .about-sub-title .title-txt {
  100. font-size: 16px;
  101. display: inline-block;
  102. margin-right: 10px;
  103. word-break: break-word;
  104. font-weight: normal;
  105. line-height: 1.2;
  106. color: #222;
  107. }
  108. .about-sub-block .about-sub-title .txt-sm {
  109. color: #888;
  110. display: inline-block;
  111. vertical-align: middle;
  112. margin-left: 5px;
  113. font-weight: normal;
  114. }
  115. .sld_store_list .sld_vendor_goods {
  116. width: 100%;
  117. height: auto;
  118. margin: 20px 0;
  119. padding: 0 55px;
  120. .slide_wrap {
  121. width: 100%;
  122. height: auto;
  123. margin: 0 auto;
  124. .sld_img.sld-img-center:hover {
  125. .magnifier_icon.flex_row_center_center {
  126. height: 100%;
  127. .iconfont {
  128. top: 0px;
  129. }
  130. }
  131. }
  132. .img {
  133. cursor: pointer;
  134. }
  135. .magnifier_icon.flex_row_center_center {
  136. position: absolute;
  137. bottom: 0;
  138. right: 0;
  139. background: rgba(0, 0, 0, 0.3);
  140. z-index: 10;
  141. top: 0;
  142. left: 0;
  143. width: 100%;
  144. height: 0%;
  145. transition: all .3s;
  146. cursor: pointer;
  147. .iconfont {
  148. color: #fff;
  149. top: -10px;
  150. position: relative;
  151. }
  152. }
  153. }
  154. ul {
  155. overflow: hidden;
  156. }
  157. }
  158. .fence-wide {
  159. display: flex;
  160. align-items: center;
  161. width: 1440px;
  162. height: 100%;
  163. background-color: #FFF;
  164. margin: 0 auto;
  165. zoom: 1;
  166. img {
  167. width: 100%;
  168. height: 100%;
  169. object-fit: cover;
  170. }
  171. }
  172. .ly-left {
  173. float: left;
  174. }
  175. .ly-left,
  176. .ly-right {
  177. display: inline;
  178. }
  179. .color-green {
  180. color: #2dbb55;
  181. }
  182. .fb {
  183. font-weight: 700;
  184. }
  185. .pr5 {
  186. padding-right: 5px;
  187. }
  188. .fontAR {
  189. //font-family: Arial, Helvetica, sans-serif;
  190. }
  191. /*header*/
  192. #header {
  193. background: #FFF none;
  194. height: 80px;
  195. zoom: 1;
  196. }
  197. #header .logo h1 a {
  198. width: 310px;
  199. line-height: 80px;
  200. text-indent: -9999px;
  201. display: block;
  202. }
  203. #header .language .button {
  204. margin-top: 25px;
  205. }
  206. /*foot*/
  207. #footer p {
  208. margin: 0;
  209. }
  210. #footer a {
  211. color: #b8b8b8;
  212. margin: 0 3px;
  213. }
  214. #footer a:hover {
  215. color: #dbdbdb;
  216. }
  217. /*info*/
  218. .bannerBox {
  219. background-color: #e2e6f5;
  220. height: 520px;
  221. max-width: 1920px;
  222. margin: 0 auto;
  223. .fence-wide {
  224. width: 100%;
  225. }
  226. }
  227. .main {
  228. background-color: #fff;
  229. height: 400px;
  230. margin: 20px 0;
  231. }
  232. .picBox {
  233. width: 375px;
  234. height: 100%;
  235. }
  236. .aboutBox {
  237. flex: 1;
  238. width: 100%;
  239. height: 100%;
  240. overflow: auto;
  241. padding: 0 30px;
  242. zoom: 1;
  243. font-size: 14px;
  244. }
  245. .f35 {
  246. font-size: 35px;
  247. margin-top: 30px;
  248. }
  249. .aboutBox li {
  250. list-style-type: decimal;
  251. margin: 15px 0 15px 25px;
  252. }
  253. /*search*/
  254. .searchInfo {
  255. padding: 200px 0;
  256. text-align: center;
  257. }
  258. .searchInfo h3 {
  259. font-size: 75px;
  260. }
  261. .searchBar input {
  262. background-color: #fff;
  263. border: 1px solid;
  264. border-color: #b3b3b3 #ccc #ccc;
  265. border-radius: 7px 0 0 7px;
  266. width: 720px;
  267. padding: 0 20px;
  268. height: 78px;
  269. font-size: 22px;
  270. overflow: hidden;
  271. }
  272. .searchBar .button {
  273. background-color: #55d6ba;
  274. font-size: 32px;
  275. width: 180px;
  276. height: 78px;
  277. padding: 0;
  278. border-radius: 0 7px 7px 0 !important;
  279. //font-family:Verdana, Geneva, sans-serif;
  280. }
  281. /*case*/
  282. .caseBox {
  283. padding: 0 0 50px;
  284. }
  285. .caseBox p {
  286. margin: 0 50px 30px;
  287. }
  288. .caseBox dl {
  289. float: left;
  290. width: 380px;
  291. margin: 30px 10px;
  292. overflow: hidden;
  293. zoom: 1;
  294. }
  295. .caseBox dt {
  296. color: #55d6ba;
  297. font-size: 22px;
  298. margin-bottom: 10px;
  299. }
  300. .caseBox dd {
  301. font-size: 15px;
  302. color: #666;
  303. margin-left: 30px;
  304. }
  305. .contact-ways {
  306. padding-top: 20px;
  307. padding-left: 22px;
  308. padding-right: 9px;
  309. padding-bottom: 30px;
  310. height: 250px;
  311. margin-bottom: 10px;
  312. }
  313. .contact-ways .contact-way-item {
  314. float: left;
  315. margin-right: 1%;
  316. width: 32%;
  317. height: 190px;
  318. }
  319. .contact-ways .contact-text {
  320. height: 27px;
  321. line-height: 27px;
  322. margin-bottom: 6px;
  323. font-weight: bold;
  324. font-size: 14px;
  325. }
  326. .contact-ways .contact-detail-wrap {
  327. margin-top: 6px;
  328. padding-top: 20px;
  329. padding-left: 19px;
  330. padding-right: 19px;
  331. padding-bottom: 30px;
  332. border: 1px solid #ddd;
  333. background: #f8f8f8;
  334. }
  335. .contact-ways .contact-detail {
  336. width: 100%;
  337. height: 250px;
  338. }
  339. .contact-ways .contact-detail a.btn-contact {
  340. width: 98px;
  341. height: 30px;
  342. padding: 0;
  343. line-height: 30px;
  344. margin-top: 20px;
  345. }
  346. .btn-large,
  347. .btn-large:link,
  348. .btn-large:visited {
  349. display: inline-block;
  350. vertical-align: middle;
  351. *vertical-align: middle;
  352. *display: inline;
  353. *zoom: 1;
  354. line-height: 30px;
  355. height: 30px;
  356. text-align: center;
  357. padding: 0 20px;
  358. color: #222;
  359. overflow: visible;
  360. cursor: pointer;
  361. background-color: #f2f2f2;
  362. border: solid 1px #ccc;
  363. border-radius: 3px;
  364. font-size: 14px;
  365. line-height: 36px;
  366. height: 36px;
  367. font-size: 14px;
  368. font-weight: bold;
  369. }
  370. .btn-main,
  371. .btn-main:link,
  372. .btn-main:visited {
  373. color: #fff;
  374. background-color: #e64545;
  375. border: solid 1px #e64545;
  376. }
  377. .video-play {
  378. position: absolute;
  379. left: 0px;
  380. top: 0px;
  381. width: 230px;
  382. height: 157px;
  383. background: rgba(0, 0, 0, .2);
  384. background: #000 \9;
  385. filter: alpha(opacity=20);
  386. overflow: hidden;
  387. }
  388. .video-play img {
  389. position: absolute;
  390. left: 82px;
  391. top: 45px;
  392. }
  393. .content-home .contact-ways .video-wrap {
  394. padding: 0;
  395. position: relative;
  396. border: none;
  397. }
  398. .contact-detail-video {
  399. position: relative;
  400. cursor: pointer;
  401. }
  402. .contact-detail-video:hover .video-play {
  403. background: rgba(0, 0, 0, .8);
  404. background: #000 \9;
  405. filter: alpha(opacity=80);
  406. }
  407. .contact-detail-video:hover .video-play img {
  408. animation: playanimad .3s;
  409. -moz-animation: playanimad .3s;
  410. -webkit-animation: playanimad .3s;
  411. -o-animation: playanimad .3s;
  412. }
  413. .empty {
  414. display: block;
  415. text-align: center;
  416. margin: 0 auto;
  417. }
  418. .self-btn {
  419. width: 100%;
  420. background: $colorMain;
  421. }
  422. .self-btn:focus,
  423. .self-btn:hover {
  424. // border-color: #1ba66c;
  425. // background-color: #1ba66c;
  426. }
  427. .cancel-btn:focus,
  428. .cancel-btn:hover {
  429. border-color: #dcdfe6;
  430. background-color: #dcdfe6;
  431. color: #606266;
  432. }