72 lines
1.4 KiB
Plaintext
72 lines
1.4 KiB
Plaintext
@charset "UTF-8";
|
|
/* 颜色变量 */
|
|
/* 行为相关颜色 */
|
|
/* 基本颜色 */
|
|
.b_color.data-v-c5e078cc {
|
|
color: #f00;
|
|
}
|
|
.bo_color.data-v-c5e078cc {
|
|
color: #ffffff;
|
|
}
|
|
.imglist.data-v-c5e078cc {
|
|
padding: 24rpx 34rpx;
|
|
background: #fff;
|
|
border-bottom: 1rpx solid #EDEDED;
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
.imglist .imgbox.data-v-c5e078cc {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin-right: 14rpx;
|
|
position: relative;
|
|
margin-bottom: 24rpx;
|
|
}
|
|
.imglist .imgbox.data-v-c5e078cc:nth-child(4n) {
|
|
margin-right: 0;
|
|
}
|
|
.imglist .imgbox .delimg.data-v-c5e078cc {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
border-radius: 50%;
|
|
position: absolute;
|
|
right: -16rpx;
|
|
top: -16rpx;
|
|
background: rgba(0, 0, 0, 0.5);
|
|
z-index: 2;
|
|
}
|
|
.imglist .imgbox .selfimg_img.data-v-c5e078cc {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
.imglist .imgbox_tow.data-v-c5e078cc {
|
|
width: 75rpx;
|
|
height: 75rpx;
|
|
}
|
|
.imglist .imgbox_tow .selfimg.data-v-c5e078cc {
|
|
width: 75rpx;
|
|
height: 75rpx;
|
|
}
|
|
.inp_warp.data-v-c5e078cc {
|
|
padding: 30rpx;
|
|
background: #fff;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: 1rpx solid #EDEDED;
|
|
}
|
|
.inp_warp .inp_title.data-v-c5e078cc {
|
|
font-size: 32rpx;
|
|
color: #999;
|
|
}
|
|
.inp_warp .form_right.data-v-c5e078cc {
|
|
display: flex;
|
|
justify-content: flex-end;
|
|
align-items: center;
|
|
color: #999;
|
|
min-width: 450rpx;
|
|
text-align: right;
|
|
}
|