[v-cloak] {
display: none;
}
html,
body {
width: 100%;
height: 100%;
overflow-x: hidden;
position: relative;
background: #F5F5F5;
}
#myapp {
height: 100%;
width: 100%;
}
input {
border: none !important;
background: none !important;
}
.rele_from {
margin: 15*2upx;
padding: 20*2upx 15*2upx;
border-radius: 8*2upx;
background: #FFFFFF;
}
.van-cell {
background: none !important;
}
.rele_button {
margin-top: 50*2upx;
}
.list_li {
position: relative;
width: 90%;
margin: 20*2upx auto;
background: #ffffff;
padding: 20*2upx 20*2upx 15*2upx 20*2upx;
border-radius: 15*2upx;
box-shadow: 0 2*2upx 12*2upx 0 rgba(0, 0, 0, 0.1);
}
.list_title {
display: flex;
justify-content: space-between;
align-items: center;
}
.list_title>h3 {
font-size: 16*2upx;
font-weight: 700;
}
.list_content {
display: flex;
justify-content: space-between;
}
.list_text {
width: 75%;
line-height: 28*2upx;
height: 60*2upx;
text-indent: 28*2upx;
margin-bottom: 10*2upx;
font-size: 14*2upx;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.list_score {
font-size: 25*2upx;
position: relative;
width: 21%;
height: 60*2upx;
}
.list_score>span:nth-child(1) {
font-size: 12*2upx;
position: absolute;
left: 0;
top: 0;
}
.list_score>span:nth-child(2) {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-20%, -45%);
}
.list_end {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 15*2upx;
}
.end_time>p {
font-size: 12*2upx;
}
.end_button>button:nth-child(1) {
padding: 5*2upx;
width: 60*2upx;
border-radius: 10*2upx;
margin-right: 10*2upx;
color: #04BE02;
}
.end_button>button:nth-child(2) {
padding: 5*2upx;
width: 60*2upx;
border-radius: 10*2upx;
color: #04BE02;
}
.score_h3 {
font-size: 18*2upx;
text-align: center;
padding: 15*2upx;
}
.score_span {
padding: 20*2upx;
margin-right: 20*2upx;
font-size: 14*2upx;
}
.score_rate {
padding: 20*2upx;
width: 50%;
display: inline-block;
}
.score_value {
display: inline-block;
width: 48%;
font-size: 20*2upx;
text-align: center;
color: #D80808;
}
.score_button {
padding: 20*2upx;
width: 100%;
text-align: center;
margin-top: 10*2upx;
}
.score_button>button {
width: 50%;
height: 30*2upx;
color: #fff;
background-color: #1989fa;
border: none;
border-radius: 15*2upx;
}
.detailed_content {
width: 95%;
margin: 10*2upx auto;
background: #FFFFFF;
padding: 20*2upx 20*2upx 30*2upx 20*2upx;
border-radius: 20*2upx;
position: relative;
box-shadow: 0 2*2upx 12*2upx 0 rgba(0, 0, 0, 0.1);
}
.detailed_text {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
font-size: 14*2upx;
}
.detailed_text>span {
display: block;
width: 100%;
margin-bottom: 10*2upx;
padding: 10*2upx;
border-bottom: 1*2upx solid #000000;
line-height: 35*2upx;
font-size: 14*2upx;
}
.detailed_text>span>h4 {
display: inline-block;
font-size: 16*2upx;
font-weight: 700;
margin-right: 20*2upx;
}
.detailed_img {
width: 50*2upx;
position: absolute;
left: 0;
top: 0;
}
.reply {
width: 95%;
margin: 20*2upx auto;
background: #FFFFFF;
padding: 20*2upx 20*2upx 20*2upx 20*2upx;
border-radius: 20*2upx;
position: relative;
box-shadow: 0 2*2upx 12*2upx 0 rgba(0, 0, 0, 0.1);
}
.reply_text>textarea {
width: 100%;
height: 65*2upx;
padding-left: 20*2upx;
padding-top: 5*2upx;
}
.reply>button {
width: 50%;
height: 30*2upx;
color: #fff;
background-color: #1989fa;
border: none;
border-radius: 15*2upx;
margin: 10*2upx 89*2upx;
}
.reply_val>h3 {
font-size: 15*2upx;
font-weight: 700;
margin-bottom: 10*2upx;
}
.reply_txt {
display: inline-block;
width: 50*2upx;
color: red;
}
.reply_content {
width: 100%;
word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
}
.reply_flex {
display: flex;
justify-content: space-between;
align-items: center;
}