解决问题

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