137 lines
1.9 KiB
Plaintext
137 lines
1.9 KiB
Plaintext
/* packageI/newMedia/newMediaPublish/newMediaPublish.wxss */
|
|
|
|
view,
|
|
text {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
page {
|
|
background: #fff;
|
|
}
|
|
|
|
.page {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.page .cover-box {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
}
|
|
|
|
.page .cover-box .proposal {
|
|
margin-left: 14rpx;
|
|
font-size: 26rpx;
|
|
color: #333;
|
|
}
|
|
|
|
.textarea {
|
|
width: 100%;
|
|
height: 280rpx;
|
|
padding: 28rpx;
|
|
background-color: #f6f6f6;
|
|
border-radius: 10rpx;
|
|
}
|
|
|
|
.textarea textarea {
|
|
height: 100%;
|
|
font-size: 30rpx;
|
|
color: #bababa;
|
|
}
|
|
|
|
.imageList {
|
|
margin-top: 45rpx;
|
|
}
|
|
|
|
.videoContent {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
padding: 0 12rpx;
|
|
}
|
|
|
|
.videoContent .back_img {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.videoContent .back_img image {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
}
|
|
|
|
.videoContent .tips {
|
|
margin-top: 20rpx;
|
|
width: 250rpx;
|
|
}
|
|
|
|
.formItems {
|
|
margin-top: 23rpx;
|
|
}
|
|
|
|
.formItems .formItem {
|
|
padding-top: 43rpx;
|
|
border-bottom: 1rpx solid #f2f2f2;
|
|
}
|
|
|
|
.formItems .desc {
|
|
margin-top: 15rpx;
|
|
font-size: 22rpx;
|
|
color: #6e6e6e;
|
|
}
|
|
|
|
.sendBtns {
|
|
position: fixed;
|
|
bottom: calc(23rpx + env(safe-area-inset-bottom));
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 50rpx;
|
|
}
|
|
|
|
.sendBtns .sendBtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 100%;
|
|
height: 80rpx;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
background-color: #ef3532;
|
|
border-radius: 40rpx;
|
|
}
|
|
|
|
.fail-popup {
|
|
width: 680rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.fail-popup .fail-popup-wrapper {
|
|
background: #fff;
|
|
border-radius: 20rpx;
|
|
width: 100%;
|
|
}
|
|
|
|
.fail-popup .fail-popup-wrapper image {
|
|
width: 100%;
|
|
height: auto;
|
|
}
|
|
|
|
.fail-popup .fail-popup-wrapper .fail-prompt {
|
|
padding: 0 1.16rem 1.16rem;
|
|
color: #333;
|
|
font-size: 1rem;
|
|
overflow: scroll;
|
|
max-height: 40vh;
|
|
}
|
|
|
|
.fail-popup .fail-popup-wrapper .fail-keywords {
|
|
margin-top: 0.94rem;
|
|
max-height: 300rpx;
|
|
overflow: scroll;
|
|
}
|
|
|
|
.fail-popup .close {
|
|
color: #fff;
|
|
font-size: 60rpx;
|
|
}
|