Commit 808b5334 by 陈玉桐

reset

parent 79f6e63d
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic"> <img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic">
<img class="poster21BoxBg" :src="templateUrl"> <img class="poster21BoxBg" :src="templateUrl">
</div> </div>
<div id="posterBoxText" :style="{color: uploadPic?backgroundColor:'#fff'}"> <div id="posterBoxText">
<p>{{posterText2}}</p> <p>{{posterText2}}</p>
<p>{{posterText1}}</p> <p>{{posterText1}}</p>
</div> </div>
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
<img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic"> <img class="poster21BoxPhoto" :src="uploadPic" v-show="uploadPic">
<img class="poster21BoxBg" :src="templateUrl"> <img class="poster21BoxBg" :src="templateUrl">
</div> </div>
<div id="posterOutText" :style="{color: uploadPic?backgroundColor:'#fff'}"> <div id="posterOutText">
<p>{{posterText2}}</p> <p>{{posterText2}}</p>
<p>{{posterText1}}</p> <p>{{posterText1}}</p>
</div> </div>
......
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