| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290 |
- .exp-list.data-v-5164d016 {
- padding-bottom: 40rpx;
- }
- .section.data-v-5164d016 {
- border-bottom: 1rpx solid #E5E5E5;
- padding: 30rpx 0 40rpx;
- }
- .section.data-v-5164d016:first-child {
- padding-top: 10rpx;
- }
- .section.border-none.data-v-5164d016 {
- border-bottom: none;
- }
- .section .section-header.data-v-5164d016 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 30rpx;
- }
- .section .section-header .section-title.data-v-5164d016 {
- font-size: 32rpx;
- font-weight: 600;
- color: #333333;
- }
- .section .section-header .icon-plus.data-v-5164d016 {
- width: 52rpx;
- height: 52rpx;
- border-radius: 50%;
- background-color: #F0F6FF;
- position: relative;
- border: none;
- transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
- }
- .section .section-header .icon-plus.data-v-5164d016::before, .section .section-header .icon-plus.data-v-5164d016::after {
- content: "";
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- background-color: #1F6CFF;
- border-radius: 2rpx;
- transition: background-color 0.2s;
- }
- .section .section-header .icon-plus.data-v-5164d016::before {
- width: 24rpx;
- height: 4rpx;
- }
- .section .section-header .icon-plus.data-v-5164d016::after {
- width: 4rpx;
- height: 24rpx;
- }
- .section .section-header .icon-plus.data-v-5164d016:active {
- background-color: #1F6CFF;
- transform: scale(0.92);
- }
- .section .section-header .icon-plus.data-v-5164d016:active::before, .section .section-header .icon-plus.data-v-5164d016:active::after {
- background-color: #FFFFFF;
- }
- .section .item-list.data-v-5164d016 {
- display: flex;
- flex-direction: column;
- }
- .section .item-list .empty-state.data-v-5164d016 {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 50rpx 0;
- background-color: #F8FAFF;
- border-radius: 20rpx;
- margin: 16rpx 0;
- border: 2rpx dashed #D6E4FF;
- }
- .section .item-list .empty-state .empty-icon.data-v-5164d016 {
- width: 72rpx;
- height: 72rpx;
- margin-bottom: 24rpx;
- }
- .section .item-list .empty-state .empty-text.data-v-5164d016 {
- font-size: 26rpx;
- color: #9AADD1;
- }
- .section .item-list .item.data-v-5164d016 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 32rpx 28rpx;
- margin: 16rpx 0;
- background: linear-gradient(145deg, #F8FAFF 0%, #EFF4FF 100%);
- border: 2rpx solid #EAF0FF;
- border-radius: 20rpx;
- box-shadow: 0 4rpx 12rpx rgba(31, 108, 255, 0.04);
- transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
- position: relative;
- }
- .section .item-list .item .icon-close.data-v-5164d016 {
- position: absolute;
- top: -12rpx;
- right: -12rpx;
- width: 32rpx;
- height: 32rpx;
- border-radius: 50%;
- background-color: #E6F0FF;
- display: flex;
- justify-content: center;
- align-items: center;
- z-index: 10;
- transition: all 0.2s;
- box-shadow: 0 2rpx 6rpx rgba(31, 108, 255, 0.1);
- }
- .section .item-list .item .icon-close.data-v-5164d016::before, .section .item-list .item .icon-close.data-v-5164d016::after {
- content: "";
- position: absolute;
- width: 14rpx;
- height: 3rpx;
- background-color: #6B93E0;
- border-radius: 2rpx;
- transition: all 0.2s;
- }
- .section .item-list .item .icon-close.data-v-5164d016::before {
- transform: rotate(45deg);
- }
- .section .item-list .item .icon-close.data-v-5164d016::after {
- transform: rotate(-45deg);
- }
- .section .item-list .item .icon-close.data-v-5164d016:active {
- background-color: #FFDEE0;
- transform: scale(0.9);
- }
- .section .item-list .item .icon-close.data-v-5164d016:active::before, .section .item-list .item .icon-close.data-v-5164d016:active::after {
- background-color: #FF4D4F;
- }
- .section .item-list .item.data-v-5164d016:active {
- background: #EAF2FF;
- transform: scale(0.98);
- box-shadow: 0 2rpx 6rpx rgba(31, 108, 255, 0.06);
- }
- .section .item-list .item .item-content.data-v-5164d016 {
- flex: 1;
- padding-right: 30rpx;
- }
- .section .item-list .item .item-content .title-row.data-v-5164d016 {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- margin-bottom: 12rpx;
- }
- .section .item-list .item .item-content .title-row .item-title.data-v-5164d016 {
- font-size: 30rpx;
- font-weight: 600;
- color: #1A1A1A;
- line-height: 1.4;
- flex: 1;
- }
- .section .item-list .item .item-content .title-row .status-tags.data-v-5164d016 {
- display: flex;
- align-items: center;
- margin-left: 16rpx;
- }
- .section .item-list .item .item-content .title-row .status-tags .tag-hidden.data-v-5164d016 {
- font-size: 20rpx;
- color: #9AADD1;
- background-color: rgba(154, 173, 209, 0.12);
- padding: 4rpx 12rpx;
- border-radius: 6rpx;
- font-weight: 500;
- border: 1rpx solid rgba(154, 173, 209, 0.2);
- }
- .section .item-list .item .item-content .item-desc.data-v-5164d016 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-bottom: 0;
- margin-top: 12rpx;
- }
- .section .item-list .item .item-content .item-desc .desc-text.data-v-5164d016 {
- font-size: 26rpx;
- color: #555555;
- line-height: 1.5;
- flex: 1;
- }
- .section .item-list .item .item-content .item-desc .item-time.data-v-5164d016 {
- font-size: 24rpx;
- color: #666666;
- font-weight: 500;
- white-space: nowrap;
- margin-left: 20rpx;
- }
- .section .item-list .item .item-content .item-detail.data-v-5164d016 {
- font-size: 26rpx;
- color: #666666;
- line-height: 1.6;
- margin-top: 12rpx;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 3;
- line-clamp: 3;
- overflow: hidden;
- }
- .section .item-list .item .arrow.data-v-5164d016 {
- width: 14rpx;
- height: 14rpx;
- border-right: 3rpx solid #9AADD1;
- border-top: 3rpx solid #9AADD1;
- transform: rotate(45deg);
- margin-left: 10rpx;
- border-radius: 2rpx;
- }
- .custom-modal.data-v-5164d016 {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: 999;
- visibility: hidden;
- opacity: 0;
- transition: all 0.3s;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .custom-modal.is-show.data-v-5164d016 {
- visibility: visible;
- opacity: 1;
- }
- .custom-modal.is-show .modal-content.data-v-5164d016 {
- transform: scale(1);
- opacity: 1;
- }
- .custom-modal .modal-mask.data-v-5164d016 {
- position: absolute;
- width: 100%;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.4);
- }
- .custom-modal .modal-content.data-v-5164d016 {
- position: relative;
- width: 600rpx;
- background-color: #FFFFFF;
- border-radius: 24rpx;
- transform: scale(0.9);
- opacity: 0;
- transition: all 0.3s;
- overflow: hidden;
- }
- .custom-modal .modal-content .modal-title.data-v-5164d016 {
- font-size: 36rpx;
- font-weight: 600;
- color: #1A1A1A;
- text-align: center;
- padding: 40rpx 0 20rpx;
- }
- .custom-modal .modal-content .modal-body.data-v-5164d016 {
- font-size: 32rpx;
- color: #666666;
- text-align: center;
- padding: 0 40rpx 50rpx;
- line-height: 1.5;
- }
- .custom-modal .modal-content .modal-footer.data-v-5164d016 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 40rpx 40rpx;
- }
- .custom-modal .modal-content .modal-footer view.data-v-5164d016 {
- flex: 1;
- height: 80rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 30rpx;
- font-weight: 500;
- border-radius: 40rpx;
- transition: all 0.25s;
- }
- .custom-modal .modal-content .modal-footer view.data-v-5164d016:active {
- transform: scale(0.96);
- }
- .custom-modal .modal-content .modal-footer .btn-cancel.data-v-5164d016 {
- background-color: #F0F4FC;
- color: #555555;
- margin-right: 24rpx;
- }
- .custom-modal .modal-content .modal-footer .btn-confirm.data-v-5164d016 {
- background: linear-gradient(135deg, #1F6CFF 0%, #0052D9 100%);
- color: #FFFFFF;
- box-shadow: 0 8rpx 16rpx rgba(31, 108, 255, 0.2);
- }
|