You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
1.4 KiB
84 lines
1.4 KiB
/* miniprogram/pages/publish/publish.wxss */
|
|
.container2{
|
|
padding: 30rpx 0;
|
|
font-weight: 600;
|
|
}
|
|
.input1{
|
|
display: flex;
|
|
margin-bottom: 30rpx;
|
|
height: 90rpx;
|
|
padding: 13px;
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
border: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.input1 input{
|
|
flex:1
|
|
}
|
|
.input2{
|
|
margin-bottom: 30rpx;
|
|
padding: 13px;
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
border: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
font-size: 30rpx;
|
|
}
|
|
.input2 textarea{
|
|
margin-top: 20rpx;
|
|
}
|
|
.message{
|
|
margin-bottom: 30rpx;
|
|
width: 100%;
|
|
height: 500rpx;
|
|
border: 1px solid #ddd;
|
|
border-radius: 20rpx;
|
|
background-color: #FFFFFF;
|
|
}
|
|
.picker{
|
|
margin-bottom: 30rpx;
|
|
position: relative;
|
|
padding: 13px;
|
|
background-color: #FFFFFF;
|
|
border-radius: 20rpx;
|
|
border: 1px solid #ddd;
|
|
box-sizing: border-box;
|
|
font-size: 30rpx;
|
|
}
|
|
.picker::after{
|
|
position: absolute;
|
|
right: 20rpx;
|
|
top: 35rpx;
|
|
border: 15rpx solid transparent;
|
|
border-top: 20rpx solid #000;
|
|
content: "";
|
|
}
|
|
.upload{
|
|
margin: 0 auto;
|
|
width: 200rpx;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-size: 30rpx;
|
|
color: #8c8c8c;
|
|
}
|
|
.upload image{
|
|
width: 40%;
|
|
height: 50%;
|
|
}
|
|
.photo{
|
|
width: 100%;
|
|
}
|
|
.submit{
|
|
padding: 0!important;
|
|
margin: 50rpx auto;
|
|
width: 200rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx!important;
|
|
border-radius: 20rpx;
|
|
color: #fff;
|
|
background-color: #169BD5;
|
|
text-align: center;
|
|
} |