123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111 |
- .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: 40rpx;
- 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;
- }
|