锦水居民端小程序
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.

383 lines
7.0 KiB

6 years ago
page {
width: 100%;
height: 100vh;
background: #f7f7f7;
6 years ago
}
5 years ago
6 years ago
.add-issue {
width: 100%;
/* height: 100%; */
6 years ago
background: #f7f7f7;
box-sizing: border-box;
padding: 20rpx 20rpx 0;
}
.add-issue .issue-content {
width: 100%;
/* height: 730rpx; */
6 years ago
border-radius: 16rpx;
background: #fff;
box-sizing: border-box;
padding: 30rpx 20rpx 45rpx;
}
5 years ago
6 years ago
.add-issue .issue-content textarea {
width: 100%;
height: 298rpx;
box-sizing: border-box;
5 years ago
padding-bottom: 20rpx;
6 years ago
font-size: 34rpx;
color: #333;
line-height: 50rpx;
position: relative;
}
5 years ago
6 years ago
.add-issue .issue-content textarea .textarea-placeholder {
font-size: 32rpx;
color: #999;
line-height: 50rpx;
position: absolute;
left: 0;
top: 0;
}
5 years ago
6 years ago
.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;
}
5 years ago
6 years ago
.add-issue .issue-content .image-list .image-item {
width: 100%;
height: 100%;
position: relative;
}
5 years ago
6 years ago
.add-issue .issue-content .image-list image {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: 8rpx;
}
5 years ago
6 years ago
.add-issue .issue-content .image-list .image-item .loading {
position: absolute;
left: 25%;
top: 25%;
width: 50%;
height: 50%;
}
5 years ago
6 years ago
.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;
}
5 years ago
6 years ago
.add-issue .issue-location .address {
5 years ago
width: 100%;
6 years ago
height: 80rpx;
display: flex;
align-items: center;
}
5 years ago
6 years ago
.add-issue .issue-location textarea {
5 years ago
width: calc(100% - 70rpx);
6 years ago
height: 88rpx;
color: #333;
font-size: 34rpx;
line-height: 46rpx;
5 years ago
float: left;
}
5 years ago
.add-issue .issue-location .edit {
width: 70rpx;
5 years ago
height: 88rpx;
float: left;
}
5 years ago
.add-issue .issue-location .edit image {
5 years ago
width: 38rpx;
height: 36rpx;
6 years ago
}
5 years ago
6 years ago
.add-issue .issue-location .address-placeholder {
font-size: 32rpx;
color: #999;
}
5 years ago
6 years ago
.add-issue .issue-location .address image {
width: 26rpx;
5 years ago
height: 26rpx;
6 years ago
}
5 years ago
6 years ago
.add-issue .issue-location .address view {
color: #999;
font-size: 26rpx;
margin-left: 14rpx;
}
.add-issue .publish-issue {
5 years ago
width: 100%;
6 years ago
height: 84rpx;
display: flex;
justify-content: center;
align-items: center;
margin-top: 100rpx;
6 years ago
}
5 years ago
6 years ago
.add-issue .publish-issue button {
5 years ago
width: 560rpx;
height: 100rpx;
5 years ago
line-height: 84rpx;
6 years ago
text-align: center;
margin: 0;
padding: 0;
outline: 0;
/* background: linear-gradient(to right, #f40f0f, #ff4c4c); */
background-color: transparent;
6 years ago
color: #fff;
font-size: 36rpx;
border-radius: 16rpx;
}
5 years ago
button image {
width: 100%;
height: 100%;
}
button text {
position: absolute;
width: 100%;
height: 100%;
left: 0;
}
button::after {
border: none;
}
6 years ago
.add-issue .publish-issue .hover-publish {
/* background: red; */
6 years ago
}
.wux-actionsheet__button {
font-size: 34rpx !important;
color: #333 !important;
5 years ago
}
.info-tips {
width: 100%;
5 years ago
height: auto;
display: flex;
flex-wrap: wrap;
/* flex-direction: column;
5 years ago
align-items: flex-start; */
}
.tips {
margin-top: 30rpx;
margin-right: 10rpx;
5 years ago
/* background-color: #d9d9d9; */
/* border-radius: 20rpx; */
5 years ago
display: flex;
align-items: center;
width: 200rpx;
5 years ago
/* justify-content: center; */
5 years ago
/* margin: 20rpx 20rpx 0rpx 20rpx; */
/* display: inline-block; */
5 years ago
/* padding: 8rpx 10rpx; */
5 years ago
}
.first-check {
width: 650rpx;
position: relative;
border-top: 2px solid #cccccc;
border-bottom: 2px solid #cccccc;
padding: 30rpx 0rpx;
margin-top: 50rpx;
}
.first-check::before {
content: '请他们关注';
position: absolute;
left: 50%;
transform: translateX(-300rpx);
-webkit-transform: translate(-300rpx, -60rpx);
background-color: #fff;
font-size: 24rpx;
font-weight: bold;
padding: 0 20rpx;
}
.first-check .content {
font-size: 38rpx;
font-weight: bold;
color: #000;
}
5 years ago
.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;
}
.dialog-bg {
width: 100%;
height: 100%;
background-color: rgba(102, 102, 102, 0.7);
position: absolute;
top: 0;
z-index: 999;
}
.leader-dialog {
position: relative;
margin: 200rpx auto 0;
width: 690rpx;
height: 860rpx;
background-color: #fff;
border-radius: 20rpx;
}
.leader-dialog .topbar {
height: 130rpx;
display: flex;
align-items: center;
justify-content: center;
position: relative;
}
.leader-dialog .topbar .title {
font-size: 34rpx;
}
.leader-dialog .topbar .close {
position: absolute;
top: 20rpx;
right: 20rpx;
width: 60rpx;
height: 60rpx;
display: flex;
justify-content: flex-end;
}
.leader-dialog .topbar .close image{
width: 32rpx;
height: 32rpx;
}
.leader-dialog .dialog-content {
padding: 0 40rpx;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-head image{
width: 100%;
height: 100%;
}
.leader-dialog .dialog-content .list {
height: 540rpx;
}
.leader-dialog .dialog-content .list .item {
width: 100%;
height: 140rpx;
display: flex;
align-items: center;
justify-content: space-between;
}
.leader-dialog .dialog-content .list .item .leader-box {
display: flex;
align-items: center;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-head{
width: 120rpx;
height: 120rpx;
border-radius: 50%;
overflow: hidden;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-info {
margin-left: 20rpx;
height: 120rpx;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-info .name{
font-size: 34rpx;
color: #333333;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-info .position-box {
height: 70rpx;
display: flex;
flex-direction: column;
justify-content: space-around;
align-items: center;
}
.leader-dialog .dialog-content .list .item .leader-box .leader-info .position{
font-size: 26rpx;
color: #999999;
width: 400rpx;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.leader-dialog .footer {
width: 100%;
display: flex;
align-items: center;
justify-content: center;
margin-top: 50rpx;
}
.leader-dialog .footer .confirm {
width: 300rpx;
height: 76rpx;
background-color: #df0006;
box-shadow: 0rpx 3rpx 12rpx 0rpx rgba(188, 0, 5, 0.36);
border-radius: 38rpx;
line-height: 76rpx;
text-align: center;
color: #fff;
font-size: 34rp;
6 years ago
}