yuminge-app/yun-min-program-plugin-master/packageD/directSeeding/liveReport/liveReport.wxss

199 lines
3.1 KiB
Plaintext

/* packageD/directSeeding/liveReport/liveReport.wxss */
page {
height: 100%;
width: 100%;
}
.reportContent {
width: 100%;
height: 100%;
}
.header_top {
background: #fff;
padding-left: 48rpx;
padding-top: 58rpx;
padding-bottom: 28rpx;
display: flex;
margin-bottom: 20rpx;
}
.header_top .left {
width: 96rpx;
height: 96rpx;
border-radius: 50%;
}
.header_top .left image {
width: 100%;
height: 100%;
border-radius: 50%;
}
.header_top .right {
padding-top: 8rpx;
padding-left: 24rpx;
}
.header_top .right .name {
font-size: 32rpx;
height: 36rpx;
line-height: 36rpx;
color: #282828;
padding-bottom: 10rpx;
}
.header_top .right .number {
font-size: 28rpx;
line-height: 36rpx;
height: 36rpx;
color: #666;
}
.reportList {
background: #fff;
padding-left: 25rpx;
padding-right: 25rpx;
}
.reportList .li {
height: 84rpx;
display: flex;
align-items: center;
border-bottom: 1rpx solid #f6f6f6;
}
.question {
padding-top: 6rpx;
padding-left: 25rpx;
background: #fff;
}
.question .h1 {
height: 83rpx;
line-height: 83rpx;
padding-left: 13rpx;
font-size: 32rpx;
}
.question .textarea {
width: 660rpx;
height: 192rpx;
background-color: #f6f6f6;
border-radius: 10rpx;
padding: 20rpx 11rpx;
}
.screenshot {
background: #fff;
padding-left: 25rpx;
padding-top: 7rpx;
}
.screenshot .h1 {
line-height: 80rpx;
height: 80rpx;
font-size: 32rpx;
color: #333;
padding-left: 12rpx;
}
.imgflex {
display: flex;
flex-wrap: wrap;
padding-left: 15rpx;
padding-bottom: 77rpx;
}
.imgflex .photobox {
width: 146rpx;
height: 146rpx;
border: 2rpx dashed rgb(192, 204, 218);
overflow: hidden;
position: relative;
margin-right: 6rpx;
margin-left: 6rpx;
margin-bottom: 6rpx;
}
.imgflex .photobox image {
width: 100%;
}
.imgflex .photobox .i {
width: 40rpx;
height: 40rpx;
position: absolute;
top: 4rpx;
right: 4rpx;
background: url("https://mini-app-img-1251768088.cos.ap-guangzhou.myqcloud.com/close_iocn.png") no-repeat;
background-size: 100%;
z-index: 100;
}
.imgflex .photoshow {
width: 146rpx;
height: 146rpx;
display: flex;
align-items: center;
justify-content: center;
border: 2rpx dashed rgb(192, 204, 218);
overflow: hidden;
}
.imgflex .photoshow image {
width: 68rpx;
height: 68rpx;
}
.reportContentBottom {
background: #fff;
padding-bottom: 53rpx;
}
.submit {
width: 666rpx;
height: 90rpx;
background-color: #f53939;
border-radius: 45rpx;
line-height: 90rpx;
margin: 0 auto;
text-align: center;
color: #fff;
font-size: 32rpx;
}
.report_icon_content {
background: #fff;
height: 100%;
width: 100%;
}
.report_icon {
display: flex;
justify-content: center;
padding-top: 180rpx;
padding-bottom: 26rpx;
}
.report_icon_content .title {
height: 36rpx;
line-height: 36rpx;
color: #333;
font-size: 32rpx;
text-align: center;
padding-bottom: 231rpx;
}
.report_icon_content .return_btn {
width: 666rpx;
height: 90rpx;
background-color: #f53939;
border-radius: 45rpx;
line-height: 90rpx;
text-align: center;
color: #fff;
font-size: 32rpx;
margin: 0 auto;
}