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

192 lines
3.2 KiB

.container {
5 years ago
width: 100%;
}
.info {
5 years ago
background-color: #fff;
border-radius: 20rpx;
margin: 20rpx 20rpx 0rpx 20rpx;
padding-bottom: 10rpx;
}
textarea {
5 years ago
padding-top: 39rpx;
width: calc(100% - 50rpx);
margin-left: 25rpx;
/* padding: 39rpx 25rpx 39rpx 25rpx; */
}
.info-tips {
5 years ago
width: 100%;
height: auto;
display: flex;
flex-direction: column;
align-items: flex-start;
5 years ago
}
.tips {
background-color: #d9d9d9;
5 years ago
border-radius: 20rpx;
margin: 20rpx 20rpx 0rpx 20rpx;
display: inline-block;
5 years ago
padding: 8rpx 10rpx;
}
.spot {
5 years ago
width: 14rpx;
height: 14rpx;
background-color: #c1c1c1;
5 years ago
border-radius: 50%;
position: relative;
float: left;
top: 10rpx;
}
.display-inline {
display: inline;
}
.content {
5 years ago
float: left;
font-size: 28rpx;
font-weight: 500;
5 years ago
margin-left: 10rpx;
color: rgba(102, 102, 102, 1);
5 years ago
}
.info-line {
5 years ago
height: 3rpx;
background-color: #eaeaea;
5 years ago
width: 100whh;
margin: 30rpx 24rpx 20rpx;
}
.photo {
5 years ago
padding: 18rpx;
}
.wux-upload--picture-card .wux-upload__select {
5 years ago
width: 220rpx !important;
height: 220rpx !important;
}
.wux-upload--picture-card .wux-upload__file {
5 years ago
width: 220rpx !important;
height: 220rpx !important;
border: 2rpx solid #eaeaea !important;
5 years ago
margin: 0 40rpx 40rpx 0 !important;
}
.wux-upload--picture-card .wux-upload__remove {
5 years ago
width: 46rpx !important;
height: 46rpx !important;
background-size: 46rpx auto !important;
right: -20rpx !important;
top: -18rpx !important;
}
/* 定位 */
.location {
5 years ago
margin: 20rpx 20rpx 0rpx 20rpx;
padding-bottom: 35rpx;
margin-bottom: 14rpx;
background-color: #fff;
border-radius: 20rpx;
}
.info-box {
width: 100wh;
height: auto;
border-bottom: 1rpx solid #e7eeee;
padding: 35rpx 0rpx;
margin: 0rpx 20rpx;
font-size: 34rpx;
font-weight: bold;
color: rgba(51, 51, 51, 1);
5 years ago
}
.info-box-last-require {
5 years ago
width: 100wh;
height: auto;
padding: 30rpx 0rpx 0 0;
margin: 0rpx 20rpx;
font-size: 34rpx;
font-weight: 500;
color: rgba(51, 51, 51, 1);
line-height: 54rpx;
5 years ago
}
.refresh {
margin: 30rpx 20rpx;
5 years ago
}
.refresh image {
5 years ago
width: 30.3rpx;
height: 30.3rpx;
float: left;
position: relative;
top: 5rpx;
5 years ago
}
.refresh-name {
font-size: 28rpx;
font-weight: 500;
color: rgba(0, 179, 152, 1);
5 years ago
float: left;
margin-left: 10rpx;
}
.clear {
5 years ago
clear: both;
}
.button {
background: linear-gradient(90deg, rgba(244, 12, 12, 1), rgba(255, 78, 78, 1));
5 years ago
margin-left: 95rpx;
width: 560rpx;
height: 84rpx;
font-size: 36rpx;
font-weight: 500;
color: rgba(255, 255, 255, 1);
5 years ago
text-align: center;
line-height: 84rpx;
border-radius: 20rpx;
margin: 78rpx 95rpx 48rpx 95rpx;
}
5 years ago
button{
line-height: normal;
padding: 0 !important;
background: #fff !important;
border: 0rpx solid #fff;
position: relative;
/* position: static !important; */
width: 350rpx !important;
}
button::after{
border: none !important;
}
.submit {
width: 592rpx;
height: 116rpx;
position: relative;
margin: 78rpx auto;
}
.submit .submit-bk {
width: 100%;
height: 100%;
position: absolute;
z-index: -1;
}
.submit .submit-text {
font-size: 34rpx;
font-family: PingFang SC;
font-weight: 500;
color: #FFFFFF;
height: 100rpx;
line-height: 100rpx;
text-align: center;
}