123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- page{
- background-color: #f2f2f2;
- }
- .upload{
- width: 690rpx;
- margin: 0 auto;
- display: flex;
- flex-direction: column;
- }
- .upload-title{
- height: 90rpx;
- border-bottom: 1rpx solid #efefef;
- font-size: 30rpx;
- color: #333;
- font-weight: 500;
- display: flex;
- align-items: center;
- }
- .content-title-text{
- font-size: 30rpx;
- color: #333;
- font-weight: 500;
- }
- .content-title-number{
- font-size: 24rpx;
- color: #333;
- }
- .upload-img{
- display: flex;
- height: 240rpx;
- align-items: center;
- }
- .upload-img image{
- margin-left: 30rpx;
- width: 120rpx;
- height: 120rpx;
- background-color: #f8f8f8;
- border-radius: 10rpx;
- }
- /* 图片 */
- .img{
- display: flex;
- flex-direction: column;
- justify-content: space-around;
- }
- .img_title{
- display: flex;
- align-items: center;
- padding: 30rpx 0rpx;
- }
- .img_title text{
- font-size: 26rpx;
- color:#333;
- }
- .img_title image{
- width: 26rpx;
- height: 26rpx;
- margin-left: 10rpx;
- }
- .image{
- width: 120rpx;
- height: 120rpx;
- background-color: #f8f8f8;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-left: 20rpx;
- position: relative;
- }
- .image .image-tu{
- width: 100%;
- height: 100%;
- }
- .img-content{
- display: flex
- }
- .delete-img{
- width: 20rpx;
- height: 20rpx;
- position: absolute;
- top: 0;
- right: 0;
- }
- .content{
- width: 100%;
- display: flex;
- justify-content: space-between;
- border-bottom: 1rpx solid #efefef;
- align-items: center;
- height: 90rpx;
- }
- .edit{
- width: 120rpx;
- height: 60rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- font-size: 26rpx;
- color: #fff;
- margin-right: 30rpx;
- background-color: #ccc;
- border-radius: 60rpx;
- }
- .img-set{
- position: relative;
- }
- .set{
- position: absolute;
- top:0;
- right: 0;
- width: 40rpx;
- height: 40rpx;
- }
- .checkText{
- background-color: #33ad37;
- }
|