|
|
|
page {
|
|
|
|
width: 100%;
|
|
|
|
height: 100vh;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue {
|
|
|
|
width: 100%;
|
|
|
|
/* height: 100%; */
|
|
|
|
background: #f7f7f7;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 20rpx 20rpx 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content {
|
|
|
|
width: 100%;
|
|
|
|
/* height: 730rpx; */
|
|
|
|
border-radius: 16rpx;
|
|
|
|
background: #fff;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 30rpx 20rpx 45rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content textarea {
|
|
|
|
width: 100%;
|
|
|
|
height: 298rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding-bottom: 20rpx;
|
|
|
|
font-size: 34rpx;
|
|
|
|
color: #333;
|
|
|
|
line-height: 50rpx;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content textarea .textarea-placeholder {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #999;
|
|
|
|
line-height: 50rpx;
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
top: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content .image-list {
|
|
|
|
width: 100%;
|
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 214rpx 214rpx 214rpx;
|
|
|
|
grid-template-rows: 214rpx;
|
|
|
|
grid-gap: 17rpx;
|
|
|
|
height: 214rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content .image-list .image-item {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content .image-list image {
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
object-fit: cover;
|
|
|
|
border-radius: 8rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content .image-list .image-item .loading {
|
|
|
|
position: absolute;
|
|
|
|
left: 25%;
|
|
|
|
top: 25%;
|
|
|
|
width: 50%;
|
|
|
|
height: 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-content .image-list .image-item .close {
|
|
|
|
position: absolute;
|
|
|
|
top: -10rpx;
|
|
|
|
right: -10rpx;
|
|
|
|
width: 40rpx;
|
|
|
|
height: 40rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location {
|
|
|
|
width: 100%;
|
|
|
|
height: 210rpx;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
background: #fff;
|
|
|
|
margin-top: 20rpx;
|
|
|
|
box-sizing: border-box;
|
|
|
|
padding: 34rpx 18rpx 9rpx 25rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .address {
|
|
|
|
width: 100%;
|
|
|
|
height: 80rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location textarea {
|
|
|
|
width: calc(100% - 70rpx);
|
|
|
|
height: 88rpx;
|
|
|
|
color: #333;
|
|
|
|
font-size: 34rpx;
|
|
|
|
line-height: 46rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .edit {
|
|
|
|
width: 70rpx;
|
|
|
|
height: 88rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .edit image {
|
|
|
|
width: 38rpx;
|
|
|
|
height: 36rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .address-placeholder {
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .address image {
|
|
|
|
width: 26rpx;
|
|
|
|
height: 26rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .issue-location .address view {
|
|
|
|
color: #999;
|
|
|
|
font-size: 26rpx;
|
|
|
|
margin-left: 14rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .publish-issue {
|
|
|
|
width: 100%;
|
|
|
|
height: 84rpx;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
margin-top: 100rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .publish-issue button {
|
|
|
|
width: 560rpx;
|
|
|
|
height: 84rpx;
|
|
|
|
line-height: 84rpx;
|
|
|
|
text-align: center;
|
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
outline: 0;
|
|
|
|
background: linear-gradient(to right, #f40f0f, #ff4c4c);
|
|
|
|
color: #fff;
|
|
|
|
font-size: 36rpx;
|
|
|
|
border-radius: 16rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.add-issue .publish-issue .hover-publish {
|
|
|
|
background: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.wux-actionsheet__button {
|
|
|
|
font-size: 34rpx !important;
|
|
|
|
color: #333 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-tips {
|
|
|
|
width: 400rpx;
|
|
|
|
height: auto;
|
|
|
|
/* display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
align-items: flex-start; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.tips {
|
|
|
|
margin-top: 30rpx;
|
|
|
|
/* background-color: #d9d9d9; */
|
|
|
|
/* border-radius: 20rpx; */
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
/* justify-content: center; */
|
|
|
|
/* margin: 20rpx 20rpx 0rpx 20rpx; */
|
|
|
|
/* display: inline-block; */
|
|
|
|
/* padding: 8rpx 10rpx; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.spot {
|
|
|
|
width: 14rpx;
|
|
|
|
height: 14rpx;
|
|
|
|
background-color: #c1c1c1;
|
|
|
|
border-radius: 50%;
|
|
|
|
/* position: relative;
|
|
|
|
float: left;
|
|
|
|
top: 10rpx; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.display-inline {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 500;
|
|
|
|
margin-left: 10rpx;
|
|
|
|
color: rgba(102, 102, 102, 1);
|
|
|
|
}
|
|
|
|
|
|
|
|
.block {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
|
|
|
.none {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.textarea-view {
|
|
|
|
width: calc(100% - 70rpx);
|
|
|
|
height: 88rpx;
|
|
|
|
font-size: 32rpx;
|
|
|
|
color: #999;
|
|
|
|
line-height: 37rpx;
|
|
|
|
float: left;
|
|
|
|
}
|
|
|
|
|
|
|
|
._textarea-view {
|
|
|
|
width: calc(100% - 70rpx);
|
|
|
|
height: 88rpx;
|
|
|
|
color: #333;
|
|
|
|
font-size: 34rpx;
|
|
|
|
line-height: 46rpx;
|
|
|
|
overflow-wrap: break-word;
|
|
|
|
float: left;
|
|
|
|
}
|