You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

15 lines
1.1 KiB

.container{padding:24rpx;}
/* .circle{display: flex;justify-content: space-between;width:100%;flex-wrap:wrap} */
.add{width:340rpx;height:340rpx;display:flex;justify-content: center;flex-direction:column;align-items:center;background: #f4f4f4;border-radius: 8rpx;}
.add image{width:72rpx;height:72rpx;}
.add view{color:#FFAC0C;font-size:24rpx;padding-top:28rpx;}
.album{display: flex;justify-content: space-between;flex-wrap:wrap;padding-bottom:24rpx;}
.list{width:338rpx;margin-top:32rpx;}
.list .top{width:338rpx;height:340rpx;position: relative;border-radius: 8rpx;}
.list .top .back{width:100%;height:100%;border-radius: 8rpx;}
.list .top .ceng{position: absolute;width:94%;height:70rpx;bottom:0;left:0;background: rgba(0,0,0,0.45);display: flex;justify-content: space-between;
line-height:70rpx;color:#fff;padding:0 3%;font-size:28rpx;}
.list .top .ceng image{width:40rpx;height:40rpx;vertical-align: sub;margin-right:12rpx;}
.list .top .ceng .zaned{color:#EF4343}
.list .title{font-size:28rpx; overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;
-webkit-box-orient: vertical;word-break: break-all;margin-top:16rpx}