123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188 |
- 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;
- }
- .image image{
- width: 80rpx;
- height: 80rpx;
- }
- .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: #33ad37;
- border-radius: 60rpx;
- }
- /* 遮罩层 */
- .mask{
- width:100%;
- height:100%;
- position:fixed;
- background-color:rgba(70, 70, 70, 0.5);
- z-index:9999;
- top:0;
- left:0;
- opacity:1;
- display: flex;
- justify-content: center;
- align-items: center;
-
- }
- .mask_content{
- width:542rpx;
- height: 320rpx;
- display: flex;
- flex-direction: column;
- align-items: center;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .mask_content text{
- font-size: 30rpx;
- color:#333;
- margin-top: 54rpx;
- }
- .mask-input{
- height: 60rpx;
- border-bottom: 1rpx solid #000;
- text-align: center;
- margin-top: 30rpx;
- width: 388rpx;
- }
- .mask-btn{
- display: flex;
- justify-content: center;
- margin-top: 40rpx;
- }
- .mask-clear{
- width: 160rpx;
- height: 60rpx;
- border:1rpx solid #33ad37;
- border-radius: 60rpx;
- font-size: 26rpx;
- color: #33ad37;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .mask-true{
- width: 160rpx;
- height: 60rpx;
- background-color:#33ad37;
- border-radius: 60rpx;
- font-size: 26rpx;
- color: #fff;
- margin-left:50rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .clear{
- display: flex;
- align-items: center;
- justify-content: center;
- margin-top: 60rpx;
- }
- .clear image{
- width: 60rpx;
- height: 60rpx;
- }
- .img-content{
- display:flex;
- }
- .img-content .bdimg{
- width: 120rpx;
- height: 120rpx;
- background-color: #f8f8f8;
- margin-left: 20rpx;
- position: relative;
- }
- .img-content .bdimg image{
- width: 100%;
- height: 100%;
- }
|