解决问题

This commit is contained in:
pplokijuhyg 2019-11-29 16:35:25 +08:00
parent eae407fb47
commit 59904be296

View File

@ -1,5 +1,5 @@
<template>
<div style="padding-top:0.88rem">
<div style="padding-top:0.88rem" class="box">
<heads></heads>
<div class="line"></div>
<p class="question">{{list.data.title}}</p>
@ -161,6 +161,7 @@ this.pinglu(this.pid);
</script>
<style lang="scss">
.box{
.linshi {
z-index: 999999 !important;
.top {
@ -258,7 +259,7 @@ this.pinglu(this.pid);
background-color: #f6f6f6;
}
.question {
// height: 1rem;
height: auto;
width: 100%;
color: #333333;
font-size: 0.36rem;
@ -318,4 +319,6 @@ this.pinglu(this.pid);
}
}
}
}
</style>