wx-web/pages/community/release.wxss

155 lines
3.3 KiB
Plaintext
Raw Normal View History

2024-05-22 10:14:19 +08:00
.content.data-v-40246838 {
padding: 16px;
box-sizing: border-box;
}
.picture_upload_list.data-v-40246838 {
display: flex;
flex-wrap: wrap;
margin: 0 -4px;
}
.image_wrapper.data-v-40246838 {
overflow: hidden;
margin: 4px;
width: calc(33.33% - 8px);
aspect-ratio: 1;
border-radius: 10px;
}
.image_wrapper .image.data-v-40246838 {
display: block;
width: 100%;
height: 100%;
}
.uploader.data-v-40246838 {
margin: 4px;
width: calc(33.33% - 8px);
aspect-ratio: 1;
background-color: rgba(245, 245, 247, 1);
border-radius: 10px;
display: flex;
justify-content: center;
align-items: center;
}
.uploader .iconfont.data-v-40246838 {
font-size: 50px;
color: #a8a8a8;
}
.text_form.data-v-40246838 {
margin-top: 6px;
}
.title_input.data-v-40246838 {
padding: 12px 0;
border-bottom: 1px solid rgba(229, 229, 229, 1);
font-size: 18px;
color: #000000;
}
.title_input.data-v-40246838::-webkit-input-placeholder {
color: rgba(166, 166, 166, 1);
}
.title_input.data-v-40246838::placeholder {
color: rgba(166, 166, 166, 1);
}
.content_input.data-v-40246838 {
width: 100%;
height: 210px;
padding: 12px 0;
box-sizing: border-box;
font-size: 16px;
color: #000000;
border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.content_input.data-v-40246838::-webkit-input-placeholder {
color: rgba(166, 166, 166, 1);
}
.content_input.data-v-40246838::placeholder {
color: rgba(166, 166, 166, 1);
}
.role_title.data-v-40246838 {
width: 100%;
height: 46px;
line-height: 46px;
font-size: 16px;
color: #000000;
border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.role_wrapper.data-v-40246838 {
border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.role_list.data-v-40246838 {
display: flex;
align-items: center;
flex-wrap: nowrap;
width: 100%;
height: 60px;
}
.role_item.data-v-40246838 {
flex-shrink: 0;
display: inline-block;
margin-right: 12px;
height: 30px;
padding: 0 20px;
border: 1px solid rgba(128, 128, 128, 1);
border-radius: 15px;
line-height: 30px;
text-align: center;
font-size: 16px;
color: rgba(128, 128, 128, 1);
}
.add_icon.data-v-40246838 {
display: block;
width: 24px;
height: 24px;
}
.btn_wrapper.data-v-40246838 {
position: fixed;
left: 0;
right: 0;
bottom: 0;
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
padding: 24px 20px;
box-sizing: border-box;
}
.left_btn.data-v-40246838 {
margin-right: 22px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.left_btn .iconfont.data-v-40246838 {
display: inline-block;
width: 24px;
height: 24px;
border-radius: 50%;
background-color: rgba(245, 245, 247, 1);
font-size: 14px;
text-align: center;
line-height: 24px;
color: #a8a8a8;
}
.left_btn .txt.data-v-40246838 {
margin-top: 4px;
font-size: 12px;
color: rgba(166, 166, 166, 1);
line-height: 12px;
}
.btn_wrapper .btn.data-v-40246838 {
position: relative;
flex-grow: 1;
height: 40px;
border-radius: 20px;
background: linear-gradient(270deg, rgba(255, 153, 71, 1) 0%, rgba(242, 52, 255, 1) 57.29%, rgba(243, 64, 125, 1) 83.14%, rgba(243, 67, 98, 1) 100%);
font-size: 16px;
line-height: 40px;
color: #fff;
}
.btn_wrapper .btn .iconfont.data-v-40246838 {
position: absolute;
left: 16px;
top: 50%;
transform: translateY(-50%);
}