Commit 73c19e4c authored by yun's avatar yun

暂存提示框

parent 27ad744a
...@@ -418,7 +418,7 @@ ...@@ -418,7 +418,7 @@
</van-dialog> </van-dialog>
<div <div
v-if="shareIsShow" v-if="shareIsShow"
class="share-text-box" :class="['share-text-box',course.haveViewrange == '1'? 'single-share' : '']"
:style="{borderRadius:course.haveViewrange !== '1' ? '0px' : '8px'}" :style="{borderRadius:course.haveViewrange !== '1' ? '0px' : '8px'}"
> >
<p <p
...@@ -1750,7 +1750,7 @@ export default { ...@@ -1750,7 +1750,7 @@ export default {
/*border-radius: 5px; /*border-radius: 5px;
box-shadow: 0 0 2px #000;*/ box-shadow: 0 0 2px #000;*/
background-image: url("~@/assets/images/tip_bac.png"); background-image: url("~@/assets/images/tip_bac.png");
background-size: 100%; background-size: 100% 100%;
& > p{ & > p{
margin: 0; margin: 0;
line-height: 47px; line-height: 47px;
...@@ -1759,4 +1759,9 @@ export default { ...@@ -1759,4 +1759,9 @@ export default {
border-bottom: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7;
} }
} }
.single-share{
& > p:first-child{
border-bottom: 0px solid #e7e7e7;
}
}
</style> </style>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment