123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519 |
- @import "../theme.scss";
- .wrap {
- position: relative;
- width: 1440px;
- margin: 0px auto 0px;
- padding: 20px 0;
- font-size: 12px;
- color: #666666;
- }
- .sr-layout-block {
- padding: 30px 29px;
- margin-bottom: 20px;
- background: #fff;
- border: 1px solid #e9eef4;
- font-size: 14px;
- display: block;
- overflow: hidden;
- }
- .sr-txt-title {
- margin-bottom: 40px;
- }
- .sr-txt-h2 {
- font-weight: bold;
- font-size: 20px;
- color: #282E30;
- display: inline-block;
- vertical-align: middle;
- word-break: break-word;
- }
- .sr-comProfile-info-l {
- width: 38.3386%;
- min-width: 240px;
- margin-right: 30px;
- max-width: 360px;
- float: left;
- img {
- width: 100%;
- }
- }
- .sr-comProfile-infos.infos-top {
- float: left;
- width: calc(100% - 390px);
- table {
- border-collapse: collapse;
- border-spacing: 0;
- td {
- vertical-align: top;
- padding-bottom: 10px;
- }
- .info-label-td {
- padding-right: 20px;
- color: #888;
- width: 195px;
- .info-label-txt {
- display: block;
- }
- }
- }
- }
- .sr-comProfile-info-wrap {
- margin-bottom: 20px;
- display: block;
- overflow: hidden;
- }
- .sr-comProfile-intro a {
- color: $colorMain;
- text-decoration: underline;
- }
- .sr-comProfile-intro .intro-cnt {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 9;
- overflow: hidden;
- line-height: 2;
- }
- .sr-comProfile-intro.more .intro-cnt {
- display: block;
- }
- .sr-comProfile-item {
- margin-bottom: 10px;
- }
- .no-yes .sr-comProfile-label {
- padding-left: 0;
- }
- .sr-comProfile-label {
- color: #888;
- float: left;
- position: relative;
- padding-left: 25px;
- width: 225px;
- }
- .no-yes .sr-comProfile-fields {
- margin-left: 240px;
- }
- .about-sub-block .about-sub-title .title-txt {
- font-size: 16px;
- display: inline-block;
- margin-right: 10px;
- word-break: break-word;
- font-weight: normal;
- line-height: 1.2;
- color: #222;
- }
- .about-sub-block .about-sub-title .txt-sm {
- color: #888;
- display: inline-block;
- vertical-align: middle;
- margin-left: 5px;
- font-weight: normal;
- }
- .sld_store_list .sld_vendor_goods {
- width: 100%;
- height: auto;
- margin: 20px 0;
- padding: 0 55px;
- .slide_wrap {
- width: 100%;
- height: auto;
- margin: 0 auto;
- .sld_img.sld-img-center:hover {
- .magnifier_icon.flex_row_center_center {
- height: 100%;
- .iconfont {
- top: 0px;
- }
- }
- }
- .img {
- cursor: pointer;
- }
- .magnifier_icon.flex_row_center_center {
- position: absolute;
- bottom: 0;
- right: 0;
- background: rgba(0, 0, 0, 0.3);
- z-index: 10;
- top: 0;
- left: 0;
- width: 100%;
- height: 0%;
- transition: all .3s;
- cursor: pointer;
- .iconfont {
- color: #fff;
- top: -10px;
- position: relative;
- }
- }
- }
- ul {
- overflow: hidden;
- }
- }
- .fence-wide {
- display: flex;
- align-items: center;
- width: 1440px;
- height: 100%;
- background-color: #FFF;
- margin: 0 auto;
- zoom: 1;
- img {
- width: 100%;
- height: 100%;
- object-fit: cover;
- }
- }
- .ly-left {
- float: left;
- }
- .ly-left,
- .ly-right {
- display: inline;
- }
- .color-green {
- color: #2dbb55;
- }
- .fb {
- font-weight: 700;
- }
- .pr5 {
- padding-right: 5px;
- }
- .fontAR {
- //font-family: Arial, Helvetica, sans-serif;
- }
- /*header*/
- #header {
- background: #FFF none;
- height: 80px;
- zoom: 1;
- }
- #header .logo h1 a {
- width: 310px;
- line-height: 80px;
- text-indent: -9999px;
- display: block;
- }
- #header .language .button {
- margin-top: 25px;
- }
- /*foot*/
- #footer p {
- margin: 0;
- }
- #footer a {
- color: #b8b8b8;
- margin: 0 3px;
- }
- #footer a:hover {
- color: #dbdbdb;
- }
- /*info*/
- .bannerBox {
- background-color: #e2e6f5;
- height: 520px;
- max-width: 1920px;
- margin: 0 auto;
- .fence-wide {
- width: 100%;
- }
- }
- .main {
- background-color: #fff;
- height: 400px;
- margin: 20px 0;
- }
- .picBox {
- width: 375px;
- height: 100%;
- }
- .aboutBox {
- flex: 1;
- width: 100%;
- height: 100%;
- overflow: auto;
- padding: 0 30px;
- zoom: 1;
- font-size: 14px;
- }
- .f35 {
- font-size: 35px;
- margin-top: 30px;
- }
- .aboutBox li {
- list-style-type: decimal;
- margin: 15px 0 15px 25px;
- }
- /*search*/
- .searchInfo {
- padding: 200px 0;
- text-align: center;
- }
- .searchInfo h3 {
- font-size: 75px;
- }
- .searchBar input {
- background-color: #fff;
- border: 1px solid;
- border-color: #b3b3b3 #ccc #ccc;
- border-radius: 7px 0 0 7px;
- width: 720px;
- padding: 0 20px;
- height: 78px;
- font-size: 22px;
- overflow: hidden;
- }
- .searchBar .button {
- background-color: #55d6ba;
- font-size: 32px;
- width: 180px;
- height: 78px;
- padding: 0;
- border-radius: 0 7px 7px 0 !important;
- //font-family:Verdana, Geneva, sans-serif;
- }
- /*case*/
- .caseBox {
- padding: 0 0 50px;
- }
- .caseBox p {
- margin: 0 50px 30px;
- }
- .caseBox dl {
- float: left;
- width: 380px;
- margin: 30px 10px;
- overflow: hidden;
- zoom: 1;
- }
- .caseBox dt {
- color: #55d6ba;
- font-size: 22px;
- margin-bottom: 10px;
- }
- .caseBox dd {
- font-size: 15px;
- color: #666;
- margin-left: 30px;
- }
- .contact-ways {
- padding-top: 20px;
- padding-left: 22px;
- padding-right: 9px;
- padding-bottom: 30px;
- height: 250px;
- margin-bottom: 10px;
- }
- .contact-ways .contact-way-item {
- float: left;
- margin-right: 1%;
- width: 32%;
- height: 190px;
- }
- .contact-ways .contact-text {
- height: 27px;
- line-height: 27px;
- margin-bottom: 6px;
- font-weight: bold;
- font-size: 14px;
- }
- .contact-ways .contact-detail-wrap {
- margin-top: 6px;
- padding-top: 20px;
- padding-left: 19px;
- padding-right: 19px;
- padding-bottom: 30px;
- border: 1px solid #ddd;
- background: #f8f8f8;
- }
- .contact-ways .contact-detail {
- width: 100%;
- height: 250px;
- }
- .contact-ways .contact-detail a.btn-contact {
- width: 98px;
- height: 30px;
- padding: 0;
- line-height: 30px;
- margin-top: 20px;
- }
- .btn-large,
- .btn-large:link,
- .btn-large:visited {
- display: inline-block;
- vertical-align: middle;
- *vertical-align: middle;
- *display: inline;
- *zoom: 1;
- line-height: 30px;
- height: 30px;
- text-align: center;
- padding: 0 20px;
- color: #222;
- overflow: visible;
- cursor: pointer;
- background-color: #f2f2f2;
- border: solid 1px #ccc;
- border-radius: 3px;
- font-size: 14px;
- line-height: 36px;
- height: 36px;
- font-size: 14px;
- font-weight: bold;
- }
- .btn-main,
- .btn-main:link,
- .btn-main:visited {
- color: #fff;
- background-color: #e64545;
- border: solid 1px #e64545;
- }
- .video-play {
- position: absolute;
- left: 0px;
- top: 0px;
- width: 230px;
- height: 157px;
- background: rgba(0, 0, 0, .2);
- background: #000 \9;
- filter: alpha(opacity=20);
- overflow: hidden;
- }
- .video-play img {
- position: absolute;
- left: 82px;
- top: 45px;
- }
- .content-home .contact-ways .video-wrap {
- padding: 0;
- position: relative;
- border: none;
- }
- .contact-detail-video {
- position: relative;
- cursor: pointer;
- }
- .contact-detail-video:hover .video-play {
- background: rgba(0, 0, 0, .8);
- background: #000 \9;
- filter: alpha(opacity=80);
- }
- .contact-detail-video:hover .video-play img {
- animation: playanimad .3s;
- -moz-animation: playanimad .3s;
- -webkit-animation: playanimad .3s;
- -o-animation: playanimad .3s;
- }
- .empty {
- display: block;
- text-align: center;
- margin: 0 auto;
- }
- .self-btn {
- width: 100%;
- background: $colorMain;
- }
- .self-btn:focus,
- .self-btn:hover {
- // border-color: #1ba66c;
- // background-color: #1ba66c;
- }
- .cancel-btn:focus,
- .cancel-btn:hover {
- border-color: #dcdfe6;
- background-color: #dcdfe6;
- color: #606266;
- }
|