123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- .research-activity-wrapper {
- :global {
- .research-title-box {
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-bottom: 30px;
- .research-title {
- font-size: 20px;
- font-weight: bold;
- white-space: nowrap;
- .research-act-icon {
- width: 20px;
- height: 20px;
- margin-right: 10px;
- }
- }
- .research-select {
- display: flex;
- .research-select-item {
- padding: 0 5px;
- min-width: 86px;
- height: 30px;
- line-height: 30px;
- background-color: #fff;
- border-radius: 23px;
- text-align: center;
- box-sizing: border-box;
- margin-left: 20px;
- white-space: nowrap;
- cursor: pointer;
- &.research-select-active {
- color: #fff;
- background: #faa12f;
- }
- &:first-child {
- margin-left: 0;
- }
- }
- }
- }
- .act-online-item {
- border-top: 4px solid #faa12f;
- .research-act-state {
- background: #fff6dd;
- color: #faa12f;
- }
- }
- .act-underline-item {
- border-top: 4px solid #faa12f;
- .research-act-state {
- background: #fff1e9;
- color: #e37318;
- }
- }
- .research-act-item {
- padding: 40px 20px 30px 20px;
- border-radius: 16px;
- background: #fff;
- margin: 0 10px 20px 10px;
- box-sizing: border-box;
- min-height: 212px;
- cursor: pointer;
- position: relative;
- &:hover {
- box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.2);
- }
- .act-status-wrapper {
- position: absolute;
- top: 5px;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- border-radius: 100px 34px 0px 100px;
- padding: 4px 10px;
- box-sizing: border-box;
- font-size: 14px;
- }
- .waitting-label {
- background: #fff6dd;
- color: #faa12f;
- }
- .going-label {
- background: #fff8e4;
- color: #f2bc23;
- }
- .end-label {
- background: #f0f1f3;
- color: #999999;
- }
- .act-status-icon {
- width: 14px;
- }
- .research-act-oneline {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- margin-bottom: 10px;
- .research-act-state {
- font-size: 12px;
- font-weight: bold;
- width: 68px;
- height: 28px;
- line-height: 28px;
- text-align: center;
- margin-right: 20px;
- margin-bottom: 10px;
- }
- .research-act-label {
- font-size: 12px;
- border-radius: 44px;
- background: #f0f1f3;
- padding: 0 20px;
- height: 28px;
- line-height: 28px;
- margin-right: 20px;
- margin-bottom: 10px;
- }
- }
- .research-act-title-line {
- font-size: 16px;
- font-weight: 600;
- line-height: 22px;
- margin-bottom: 20px;
- .recommend-icon {
- width: 22px;
- height: 22px;
- display: inline-block;
- vertical-align: bottom;
- margin-right: 5px;
- }
- }
- .research-act-time-line {
- display: flex;
- margin-bottom: 20px;
- .research-act-city {
- margin-left: 20px;
- color: #faa12f;
- white-space: nowrap;
- display: flex;
- align-items: center;
- .city-icon {
- color: #faa12f;
- margin-right: 2px;
- }
- }
- }
- .research-act-btn-line {
- display: flex;
- justify-content: flex-end;
- gap: 8px;
- text-align: right;
- margin-top: -5px;
- }
- }
- }
- }
- .list-empty {
- border-radius: 16px;
- background: #fff;
- width: 100%;
- padding-bottom: 134px;
- :global {
- .empty-img {
- width: 287px;
- height: auto;
- display: block;
- margin: 0 auto;
- }
- .list-empty-text {
- color: #999;
- font-size: 24px;
- display: block;
- text-align: center;
- }
- }
- }
|