.card_collect .popup { line-height: 150.4rpx; text-align: center; width: 600rpx; border-radius: 10px; font-size: 18px; } .card_collect .popup .iconfont { font-size: 30px; vertical-align: middle; } .card_collect .collect { background: #fff; padding: 20rpx 28rpx; } .card_collect .collect .title { height: 80rpx; line-height: 80rpx; display: flex; align-items: center; } .card_collect .collect .title .block { width: 8rpx; height: 32rpx; background: #50a6f9; border-radius: 2rpx; margin-right: 12rpx; } .card_collect .collect .title .span { font-weight: bold; font-size: 16px; } .card_collect .collect .other_list .header_box { display: flex; align-items: center; padding: 32rpx 0; border-bottom: solid 2rpx #ebebeb; position: relative; } .card_collect .collect .other_list .header_box .header { width: 96rpx; height: 96rpx; border-radius: 96rpx; background: #f2f2f2; overflow: hidden; margin-right: 120rpx; } .card_collect .collect .other_list .header_box .header image { width: 100%; height: 100%; } .card_collect .collect .other_list .header_box .text { text-align: left; } .card_collect .collect .other_list .header_box .text .name { display: flex; align-items: center; line-height: 48rpx; } .card_collect .collect .other_list .header_box .text .name .span { font-size: 15px; margin-right: 8rpx; max-width: 200rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .card_collect .collect .other_list .header_box .text .name .iconfont { font-size: 48rpx; margin-right: 8rpx; } .card_collect .collect .other_list .header_box .text .name .button { border: solid 2rpx #50a6f9; font-size: 12px; color: #50a6f9; border-radius: 6rpx; padding: 2rpx 12rpx; } .card_collect .collect .other_list .header_box .text .grade { line-height: 48rpx; color: #8c8c8c; font-size: 13px; } .card_collect .collect .other_list .header_box .icon_right { position: absolute; right: 0; } .card_collect .collect .other_list .header_box .icon_right .iconfont { display: block; width: 80rpx; height: 80rpx; line-height: 80rpx; font-size: 18px; color: #999; } .card_collect .collect .other_list .header_box .more_box { position: absolute; right: 0; top: 100rpx; background: rgba(51, 51, 51, 0.8); border-radius: 8rpx; z-index: 10; } .card_collect .collect .other_list .header_box .more_box .list { display: flex; } .card_collect .collect .other_list .header_box .more_box .list .li { padding: 4rpx 20rpx; } .card_collect .collect .other_list .header_box .more_box .list .li .span { display: block; font-size: 12px; color: #fff; } .card_collect .collect .other_list .header_box .more_box .list .li .iconfont { font-size: 40rpx; color: #fff; } .card_collect .collect .other_list .header_box .more_box .icon-up { color: rgba(51, 51, 51, 0.8); font-size: 40rpx; position: absolute; top: -28rpx; right: 120rpx; }