| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461 |
- @import "../scssCommon";
- .kaifain {
- .topArea {
- position: relative;
- margin: -85px 0 0 !important;
- width: 100%;
- background-color: #fff;
- min-height: 200px;
- .bgImage {
- img {
- width: 100%;
- vertical-align: middle;
- }
- }
- .topContent {
- width: 100%;
- height: calc(100% - 85px);
- position: absolute;
- display: flex;
- justify-content: center;
- flex-direction: column;
- align-items: center;
- left: 0;
- top: 85px;
- .wordImg {
- margin: 0 auto;
- width: webPxTvw(809);
- height: webPxTvw(166);
- font-size: 0;
- img {
- width: webPxTvw(809);
- height: webPxTvw(166);
- }
- }
- .btnList {
- display: flex;
- justify-content: center;
- align-items: center;
- margin: webPxTvw(66) auto 0;
- .freeSubmit, .bePartner {
- cursor: pointer;
- width: webPxTvw(250);
- height: webPxTvw(60);
- background: rgba(255, 255, 255, 1);
- border-radius: 3px;
- display: flex;
- justify-content: center;
- align-items: center;
- p {
- height: webPxTvw(28);
- font-size: webPxTvw(20);
- font-weight: 500;
- color: rgba(48, 142, 255, 1);
- line-height: webPxTvw(28);
- }
- }
- .bePartner {
- border: 1px solid rgba(255, 255, 255, 1);
- margin-left: webPxTvw(33);
- background: transparent;
- p {
- color: rgba(255, 255, 255, 1);
- }
- }
- }
- }
- }
- .contentArea {
- background-color: #fff;
- width: 1000px;
- margin: 0 auto;
- box-sizing: border-box;
- padding: 45px;
- .selectArea {
- display: flex;
- padding: 15px 0;
- flex-direction: column;
- .content {
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-top: 30px;
- position: relative;
- &:first-child {
- margin-top: 0;
- }
- .left {
- flex-shrink: 0;
- width: 90px;
- display: flex;
- align-items: center;
- justify-content: center;
- height: 38px;
- align-self: flex-start;
- p {
- text-align: left;
- height: 21px;
- font-size: 15px;
- color: rgba(46, 55, 67, 1);
- line-height: 21px;
- font-weight: 500;
- }
- }
- .right {
- flex-grow: 1;
- display: flex;
- justify-content: flex-start;
- flex-wrap: wrap;
- .cell {
- width: 88px;
- height: 38px;
- border-radius: 2px;
- border: 1px solid rgba(239, 239, 239, 1);
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 10px;
- cursor: pointer;
- &:nth-child(8n+1), &:first-child {
- margin-left: 0;
- }
- &:nth-child(n+9) {
- margin-top: 10px;
- }
- p {
- height: 20px;
- font-size: 14px;
- font-weight: 400;
- color: rgba(85, 85, 85, 1);
- line-height: 20px;
- }
- &.selected {
- border: 1px solid rgba(48, 142, 255, 1);
- p {
- color: rgba(48, 142, 255, 1);
- font-weight: 500;
- height: 21px;
- font-size: 15px;
- line-height: 21px;
- }
- }
- }
- }
- .more {
- position: absolute;
- right: 0;
- top: 0;
- line-height: 38px;
- color: #999;
- cursor: pointer;
- }
- }
- }
- .listArea {
- margin-top: 80px;
- .sTitle {
- height: 25px;
- font-size: 18px;
- font-weight: 500;
- color: rgba(34, 34, 34, 1);
- line-height: 25px;
- margin-bottom: 14px;
- }
- .list {
- .cell {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- height: 160px;
- width: 100%;
- margin-top: 50px;
- cursor: pointer;
- &:first-child {
- margin-top: 0;
- }
- .left {
- flex-shrink: 0;
- width: 160px;
- height: 160px;
- font-size: 0;
- img {
- width: 160px;
- height: 160px;
- border-radius: 2px;
- }
- }
- .right {
- margin-left: 14px;
- display: flex;
- justify-content: space-between;
- flex-direction: column;
- height: 160px;
- .top {
- flex-grow: 1;
- .titleA {
- display: flex;
- .title {
- height: 28px;
- font-size: 20px;
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- line-height: 28px;
- }
- .tips {
- margin-left: 8px;
- background: rgba(48, 142, 255, 0.11);
- height: 18px;
- font-size: 13px;
- font-weight: 500;
- color: rgba(48, 142, 255, 1);
- line-height: 18px;
- padding: 4px 17px;
- border-radius: 2px;
- box-sizing: content-box;
- }
- }
- .intro, .ep {
- margin-top: 13px;
- display: flex;
- .tt {
- height: 18px;
- font-size: 13px;
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- line-height: 18px;
- }
- .value {
- width: 656px;
- max-height: 36px;
- font-size: 13px;
- font-weight: 400;
- color: rgba(68, 68, 68, 1);
- line-height: 18px;
- word-break: break-all;
- }
- }
- }
- .bottom {
- flex-shrink: 0;
- height: 20px;
- display: flex;
- align-items: center;
- .icon {
- width: 30px;
- height: 30px;
- img {
- border-radius: 2px;
- width: 30px;
- height: 30px;
- }
- }
- .word {
- margin-left: 5px;
- height: 17px;
- font-size: 12px;
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- line-height: 17px;
- }
- .status {
- margin-left: 8px;
- height: 18px;
- font-size: 12px;
- font-weight: 500;
- color:rgba(16,185,106,1);
- line-height: 18px;
- padding: 1px 6px;
- border-radius: 2px;
- box-sizing: content-box;
- border:1px solid rgba(16,185,106,1);
- transform-origin: left center;
- transform: scale(0.917);
- }
- }
- }
- }
- .noneData {
- min-height: 100px;
- display: flex;
- justify-content: center;
- align-items: center;
- p {
- text-align: center;
- }
- }
- }
- }
- }
- .pagination {
- margin-top: 70px;
- text-align: center;
- }
- }
- .main {
- margin-top: 0 !important;
- &.isMobile {
- width: 100vw;
- }
- }
- .kaifainMobile {
- width: 100vw;
- height: 100vh;
- overflow: hidden;
- h1 {
- font-size: pxtovw(14);
- color:#333;
- line-height: pxtovw(30);
- padding-left: pxtovw(10);
- }
- a {
- display: block;
- }
- .selectArea {
- }
- .listArea {
- height: calc(100vh - 80px);
- width: 100%;
- overflow-x: hidden;
- overflow-y: scroll;
- background-color: #f6f5f8;
- -webkit-overflow-scrolling: touch;
- &.noneInWx {
- height: calc(100vh - 50px - 64px);
- }
- .cell {
- margin-top: pxtovw(5);
- width: 100%;
- height: pxtovw(140);
- padding: pxtovw(14) pxtovw(10) pxtovw(12) pxtovw(10);
- background-color: #fff;
- &:first-child {
- margin-top: 0;
- }
- .bodyCont {
- height: pxtovw(85);
- width: 100%;
- display: flex;
- justify-content: flex-start;
- align-items: center;
- .left {
- flex-shrink: 0;
- width: pxtovw(85);
- height: pxtovw(85);
- font-size: 0;
- img {
- width: pxtovw(85);
- height: pxtovw(85);
- border-radius: pxtovw(2);
- }
- }
- .right {
- flex-grow: 1;
- margin-left: pxtovw(10);
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- .cellTitle {
- font-size: pxtovw(15);
- font-weight: 600;
- color: rgba(34, 34, 34, 1);
- text-align: left;
- word-break: break-all;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .spanList {
- margin-top: pxtovw(8);
- display: flex;
- .tips {
- background: rgba(48, 142, 255, 0.11);
- height: pxtovw(20);
- font-size: pxtovw(12);
- font-weight: 500;
- color: rgba(48, 142, 255, 1);
- line-height: pxtovw(20);
- padding: pxtovw(4) pxtovw(10);
- border-radius: 2px;
- box-sizing: content-box;
- transform-origin: left;
- transform: scale(0.833);
- //&:nth-child(n+2) {
- // margin-left: pxtovw(5);
- //}
- }
- }
- .desc {
- margin-top: pxtovw(8);
- height:pxtovw(16);
- font-size:pxtovw(11);
- font-weight:400;
- color:rgba(68,68,68,1);
- line-height:pxtovw(16);
- display: -webkit-box;
- overflow: hidden;
- text-overflow: ellipsis;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- }
- }
- }
- .bottomCont {
- margin-top: pxtovw(11);
- flex-shrink: 0;
- height: pxtovw(20);
- display: flex;
- align-items: center;
- .icon {
- width: pxtovw(10);
- height: pxtovw(10);
- background: url('~@/assets/img/kaifain/icon_company@2x.png') no-repeat;
- background-size: cover;
- }
- .word {
- margin-left: pxtovw(3);
- height: pxtovw(16);
- font-size: pxtovw(12);
- font-weight: 400;
- color: rgba(153, 153, 153, 1);
- line-height: pxtovw(16);
- transform-origin: left center;
- transform: scale(0.917);
- }
- }
- }
- }
- }
|