contac-about.scss 8.1 KB

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