123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157 |
- .main-container {
- padding-bottom: 150rpx;
- }
- .exhibitor-detail {
- .exhibitor-tags {
- display: flex;
- align-items: flex-start;
- font-size: $fontSize2;
- margin-top: 28rpx;
- .exhibitor-tags-list {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- grid-gap: 9rpx 16rpx;
- }
- .exhibitor-tags-category {
- color: #555555;
- line-height: 46rpx;
- flex-shrink: 0;
- //padding-top: 4rpx;
- }
- .exhibitor-tag {
- @include display-flex-center;
- //height: 29rpx;
- padding: 8rpx;
- font-size: $fontSize1;
- background-color: #E3E9F1;
- border-radius: 4rpx;
- //margin-right: 16rpx;
- color: #333333;
- white-space: nowrap;
- //margin-top: 9rpx;
- }
- }
- .exhibitor-operation {
- display: flex;
- align-items: center;
- //padding-top: 33rpx;
- //margin-top: 60rpx;
- position: fixed;
- width: 100%;
- left: 0;
- bottom: 0;
- padding: 30rpx;
- background-color: #ffffff;
- z-index: 7;
- justify-content: flex-end;
- border-top: 1px solid #eeeeee;
- .exhibitor-action {
- display: flex;
- //grid-template-columns: 1fr 1fr 1fr 1fr;
- font-size: $fontSize2;
- color: #555555;
- grid-gap: 45rpx;
- width: 100%;
- & > view {
- flex: 1;
- min-width: 1rpx;
- justify-content: center;
- display: flex;
- align-items: center;
- white-space: nowrap;
- cursor: pointer;
- }
- .iconfont {
- font-size: 30rpx;
- margin-right: 9rpx;
- }
- }
- .exhibitor-views {
- font-weight: 400;
- font-size: $fontSize2;
- color: #555555;
- line-height: $fontSize2;
- margin-right: 57rpx;
- display: flex;
- align-items: center;
- grid-gap: 9rpx;
- flex: 1;
- min-width: 1rpx;
- z-index: 7;
- }
- }
- .exhibitor-module {
- background-color: #ffffff;
- .exhibitor-title {
- font-size: $fontSize4;
- line-height: 1.5;
- padding: 40rpx 40rpx 0 40rpx;
- }
- .exhibitor-module-info {
- display: flex;
- padding: 0 40rpx 20rpx 40rpx;
- align-items: center;
- grid-gap: 20rpx;
- .exhibitor-info-left {
- flex: 1;
- min-width: 1rpx;
- .title {
- font-weight: bold;
- font-size: $fontSize3;
- color: #7d7d7d;
- }
- .website {
- color: #e57519;
- margin-top: 12rpx;
- font-size: $fontSize2;
- display: flex;
- align-items: start;
- grid-gap: 10rpx;
- .iconfont {
- margin-top: 6rpx;
- font-size: $fontSize2;
- }
- text {
- font-size: $fontSize2;
- word-break: break-word;
- text-decoration: underline;
- }
- }
- }
- .exhibitor-info-right {
- image {
- width: 250rpx;
- height: 250rpx;
- }
- }
- }
- .exhibitor-hall-booth {
- background-color: #e57519;
- text-align: center;
- color: #ffffff;
- display: flex;
- flex-direction: column;
- grid-gap: 32rpx;
- min-height: 400rpx;
- justify-content: center;
- align-items: center;
- .title {
- font-size: $fontSize4;
- }
- .content {
- font-size: 80rpx;
- font-weight: bold;
- }
- }
- }
- }
|