123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- .collect-ul {
- padding: 0 34rpx;
- .collect-ltem {
- width: 682rpx;
- background: #ffffff;
- box-shadow: 0rpx 3rpx 6rpx rgba(141, 141, 141, 0.16);
- border-radius: 16rpx;
- padding: 0 20rpx 30rpx !important;
- margin-top: 30rpx;
- }
- .title-date {
- height: 90rpx;
- display: flex;
- align-items: center;
- font-size: 28rpx;
- color: #333;
- border-bottom: 1px solid #e5e5e5;
- text {
- background-color: #dfe8ff;
- width: 110rpx;
- height: 42rpx;
- text-align: center;
- margin-right: 20rpx;
- font-size: 24rpx;
- line-height: 42rpx;
- border-radius: 4rpx;
- font-weight: 500;
- }
- .xianxia {
- background-color: #f2e8cc;
- }
- }
- .item-li {
- display: flex;
- padding: 20rpx 0 16rpx;
- .item-img {
- flex-shrink: 0;
- width: 191rpx;
- height: 254rpx;
- border-radius: 8rpx;
- overflow: hidden;
- position: relative;
- background: #efefef;
- image {
- width: 100%;
- height: 100%;
- }
- .img-type {
- position: absolute;
- top: 0;
- left: 0;
- color: #fff;
- height: 100%;
- width: 100%;
- image {
- height: 100%;
- width: 100%;
- }
- }
- .img-status {
- position: absolute;
- top: 0;
- right: 0;
- width: 122rpx;
- height: 42rpx;
- z-index: 5;
- }
- }
- .item {
- width: 450rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- padding-left: 20rpx;
- font-size: 28rpx;
- color: #666666;
- .item-text {
- min-height: 200rpx;
- .activity-title {
- color: #333333;
- font-weight: 700;
- margin-bottom: 20rpx;
- image {
- width: 73rpx;
- height: 30rpx;
- vertical-align: bottom;
- margin-right: 16rpx;
- margin-bottom: 4rpx;
- }
- }
- }
- }
- .real-time {
- justify-content: flex-end !important;
- }
- .bottom-box {
- display: flex;
- justify-content: flex-end;
- align-items: center;
- color: #376cbb;
- overflow: hidden;
- overflow-x: auto;
- text {
- display: flex;
- align-items: center;
- justify-content: center;
- height: 51rpx;
- background: #e5efff;
- color: $uni-color-new;
- border-radius: 4rpx;
- font-size: 24rpx;
- flex-shrink: 0;
- margin-right: 20rpx;
- padding: 0 18rpx;
- }
- text:last-child {
- margin-right: 0rpx !important;
- }
- image {
- width: 32rpx;
- height: 32rpx;
- margin-right: 12rpx;
- }
- .button {
- background: $uni-color-new;
- color: #fff;
- }
- }
- .city {
- justify-content: space-between !important;
- color: $uni-color-new;
- .city-img {
- display: flex;
- align-items: center;
- flex-shrink: 0;
- }
- }
- }
- }
- .expert-item {
- justify-content: flex-start !important;
- }
- .four-btn {
- justify-content: space-between !important;
- text:last-child {
- margin-right: 20rpx !important;
- }
- }
- .select-box {
- width: 100%;
- view {
- height: 95prx;
- line-height: 95rpx;
- text-align: center;
- font-size: 32rpx;
- border-bottom: 1rpx solid #ebebeb;
- }
- }
- .light-hint {
- color: #999;
- font-size: 24rpx;
- }
- .collect-ltem {
- .reminder-item {
- position: relative;
- margin-left: -20rpx;
- width: 176rpx;
- height: 48rpx;
- .item {
- width: 176rpx;
- height: 48rpx;
- }
- .reminder {
- position: absolute;
- top: 0rpx;
- right: 0rpx;
- width: 28rpx;
- height: 28rpx;
- z-index: 10;
- padding: 10rpx 10rpx 20rpx 20rpx;
- }
- }
- }
- .top-img-box {
- width: 160rpx;
- height: 48rpx;
- margin-left: -20rpx;
- }
|