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.
147 lines
2.8 KiB
147 lines
2.8 KiB
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: 587rpx;
|
|
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: 180rpx;
|
|
}
|
|
.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;
|
|
}
|