123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- @import './theme.scss';
- .industry-booth {
- background: #fff;
- margin: 20px auto;
- display: flex;
- display: -webkit-flex;
- flex-direction: row;
- .industry-banner {
- position: relative;
- box-sizing: border-box;
- width: 300px;
- overflow: hidden;
- .ob-icon {
- font-size: 26px;
- display: none;
- }
- }
- .industry-products {
- display: flex;
- display: -webkit-flex;
- flex-direction: row;
- flex-wrap: wrap;
- border-top: 1px solid #e6ecf2;
- flex: 1;
- }
- .prod-item {
- position: relative;
- box-sizing: border-box;
- border: 1px solid #e6ecf2;
- border-left: 0;
- border-top: 0;
- width: 25%;
- }
- .prod-inr {
- position: relative;
- display: block;
- padding: 29px 30px 15px 30px;
- }
- .prod-txt {
- font-size: 16px;
- line-height: 24px;
- height: 48px;
- color: #555;
- display: -webkit-box;
- overflow: hidden;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- word-wrap: break-word;
- position: relative;
- z-index: 2;
- color: #555;
- }
- .prod-pic {
- margin-top: -24px;
- text-align: right;
- font-size: 0;
- .pic-inr {
- width: 120px;
- height: 120px;
- display: inline-block;
- font-size: 0;
- overflow: hidden;
- }
- }
- .img-wp {
- width: 100%;
- position: relative;
- font-size: 0;
- text-align: center;
- overflow: hidden;
- img {
- max-width: 100%;
- max-height: 100%;
- vertical-align: middle;
- position: relative;
- top: 0;
- left: 0;
- margin: auto;
- bottom: 0;
- right: 0;
- }
- }
- .industry-link {
- display: block;
- width: 100%;
- height: 100%;
- padding: 30px 30px 30px 31px;
- box-sizing: border-box;
- }
- .industry-theme-image {
- position: absolute;
- right: 0;
- bottom: 0;
- }
- .theme-img-big {
- display: block !important;
- }
- .theme-img-small {
- display: none !important;
- }
- .industry-theme-info {
- position: relative;
- }
- .industry-title {
- font-weight: 500;
- margin-bottom: 20px;
- font-size: 22px;
- line-height: 30px;
- color: #222;
- }
- .soure-now .btn {
- height: 30px;
- line-height: 28px;
- padding: 0 10px;
- }
- .btn {
- height: 36px;
- line-height: 34px;
- font-size: 14px;
- display: inline-block;
- vertical-align: middle;
- *display: inline;
- *zoom: 1;
- text-align: center;
- color: #222;
- border: solid 1px #ced3d9;
- background-color: #f5f7fa;
- padding: 0 15px;
- border-radius: 3px;
- cursor: pointer;
- box-sizing: border-box;
- }
- .btn-main {
- color: #fff;
- border: solid 1px $colorMain;
- background-color: $colorMain;
- }
- }
- .easy-sourcing {
- margin-top: 20px;
- margin-bottom: 20px;
- padding: 30px;
- position: relative;
- overflow: hidden;
- .sourcing-bg {
- position: absolute;
- width: 100%;
- height: 100%;
- left: 0;
- top: 0;
- right: 0;
- bottom: 0;
- margin: auto;
- img {
- width: 100%;
- height: 100%;
- -o-object-fit: cover;
- object-fit: cover;
- }
- }
- .sourcing-centent {
- position: relative;
- }
- .sourcing-form {
- float: right;
- padding: 20px 25px;
- background: #fff;
- margin-left: 225px;
- width: 530px;
- .form-title {
- font-size: 24px;
- line-height: 30px;
- margin-bottom: 10px;
- font-weight: normal;
- }
- }
- .sourcing-text {
- padding-top: 20px;
- padding-left: 30px;
- overflow: hidden;
- }
- .sourcing-title {
- font-size: 32px;
- font-weight: bold;
- margin-bottom: 20px;
- transform: scaleX(1.2);
- transform-origin: left;
- }
- .sourcing-desc {
- font-size: 16px;
- color: #555;
- p {
- margin-bottom: 24px;
- }
- }
- .sourcing-more {
- margin-top: 45px;
- font-weight: 500;
- font-size: 14px;
- a {
- color: #222;
- font-weight: 500;
- }
- }
- }
|