.container { margin: 0 30rpx; width: calc(100% - 60rpx); padding: 0; height: 100%; } .title_1 { width: 100%; font-size: 34rpx; font-weight: bold; padding: 20rpx 0; } .lishi_list { width: 100%; overflow: hidden; } .ones { padding-bottom: 140rpx; } .lishi_item { display: flex; background-color: #fff; border-radius: 16rpx; align-items: center; padding: 20rpx; margin: 20rpx 0; } .checkbox { margin-right: 20rpx; } .item_image { width: 100rpx; height: 100rpx; margin-right: 20rpx; border-radius: 12rpx; } .item_info { flex: 1; } .item_title { font-size: 28rpx; color: #333; } .item_date { font-size: 24rpx; color: #999; margin-top: 10rpx; } .xiazai_img { width: 45rpx; height: 35rpx; float: right; } .search-icon { width: 100%; height: 100%; } .load_more_button { width: 100%; margin-top: 20rpx; background-color: #e6f7ff; color: #1890ff; border: none; border-radius: 50rpx; padding: 10rpx 0; font-size: 28rpx; } .bottom_bar { height: 110rpx; display: flex; justify-content: space-between; align-items: center; padding: 20rpx 50rpx; background-color: #fff; position: fixed; bottom: 0; left: 0; right: 0; } .select_all { align-content: center; align-content: center; display: flex; font-size: 28rpx; color: #333; } .delete_button { width: 66% !important; background-color: #1890ff; color: #fff; border: none; border-radius: 50rpx; padding: 23rpx 0; font-size: 28rpx; margin: 0 !important; }