city_card/pages/report/report.wxss
2023-07-15 14:25:28 +08:00

197 lines
2.9 KiB
Plaintext

page {
background-color: #fafafa;
}
.report {
background-color: #fff;
border-radius: 10rpx;
box-shadow: 0 2px 8px 0 rgba(35,24,21,.1);
box-sizing: border-box;
margin: 20rpx auto;
padding: 20rpx 30rpx;
width: 710rpx;
}
.title {
color: #333;
font-size: 36rpx;
margin-bottom: 20rpx;
}
.row {
background-color: #f2f1f6;
border-radius: 10rpx;
display: flex;
flex-wrap: wrap;
font-size: 32rpx;
justify-content: space-between;
margin-bottom: 15rpx;
padding: 15rpx;
}
.row:last-child {
margin-bottom: 0;
}
.row-name {
border-right: 1px solid #9b9a9f;
flex-shrink: 0;
width: 200rpx;
}
.row-name text {
color: red;
}
.row-main {
flex-shrink: 0;
overflow: hidden;
text-align: right;
text-overflow: ellipsis;
white-space: nowrap;
width: 410rpx;
}
.submit {
background: #fff;
bottom: 0;
left: 0;
padding: 20rpx;
position: fixed;
right: 0;
}
.submit-btn {
background-color: #f55054;
color: #fff;
font-size: 36rpx;
height: 80rpx;
line-height: 80rpx;
text-align: center;
}
.file,.submit-btn {
border-radius: 10rpx;
}
.file {
background-color: #fff;
box-shadow: 0 2px 8px 0 rgba(35,24,21,.1);
box-sizing: border-box;
margin: 0 auto 130rpx;
padding: 20rpx 30rpx;
width: 710rpx;
}
.file-box {
background-color: #f2f1f6;
border-radius: 10rpx;
margin-bottom: 20rpx;
padding: 15rpx;
}
.file-box:last-child {
margin-bottom: 0;
}
.file-title {
font-size: 30rpx;
}
.file-title text {
color: red;
}
.file-content {
margin-top: 10rpx;
}
.file-content textarea {
height: 150rpx;
width: 100%;
}
.upload-btn {
border: 2px solid #333;
border-radius: 10rpx;
box-sizing: border-box;
font-size: 60rpx;
height: 100rpx;
line-height: 100rpx;
vertical-align: top;
width: 100rpx;
}
.img-box,.upload-btn {
display: inline-block;
text-align: center;
}
.img-box {
height: 150rpx;
margin-right: 2%;
position: relative;
width: 32%;
}
.delete {
height: 35rpx!important;
position: absolute;
right: -18rpx;
top: -18rpx;
width: 35rpx!important;
}
.img-box:nth-child(3n) {
margin-right: 0;
}
.img-box image {
height: 150rpx;
}
.video-box {
position: relative;
width: 100%;
}
.video-box video {
width: 100%;
}
.voice-box {
display: flex;
justify-content: space-between;
padding: 0;
}
.voice-box image {
margin-top: -7rpx;
vertical-align: middle;
width: 35rpx;
}
.voice-title {
font-size: 30rpx;
line-height: 80rpx;
margin-left: 15rpx;
}
.record-btn {
background-color: #f55054;
border-radius: 10rpx;
color: #fff;
line-height: 80rpx;
padding: 0 15rpx;
}
.map-box {
height: 300rpx;
margin-top: 10rpx;
width: 100%;
}
.map {
height: 100%;
width: 100%;
}