Commit cc51c696 by mamingqun

文案修改

parent c8de5b26
File added
import store from '../store'; import store from '../store';
// api地址 // // api地址
var server = 'http://web-comment.canskj.cn/new'; // var server = 'http://web-comment.canskj.cn/new';
var extra = '8'; // var extra = '8';
//包装的地址 // //包装的地址
var wrapHref = 'http://web-comment.canskj.cn/home/contest/h5/8'; // var wrapHref = 'http://web-comment.canskj.cn/home/contest/h5/8';
//首页地址 // //首页地址
var indexHref = 'http://web-comment.iyunfish.cn/home/contest/h5/8'; // var indexHref = 'http://web-comment.iyunfish.cn/home/contest/h5/8';
// 个人中心地址 // // 个人中心地址
var userCenterHref = 'http://web-comment.iyunfish.cn/home/contest/h5/newuser/8'; // var userCenterHref = 'http://web-comment.iyunfish.cn/home/contest/h5/newuser/8';
var shareImg = 'http://web-comment.iyunfish.cn/home/contest/h5/static/share1.jpg'; // var shareImg = 'http://web-comment.iyunfish.cn/home/contest/h5/static/share1.jpg';
// // api地址 // api地址
// var server = 'http://wanda-qj.iyunfish.com/new'; var server = 'http://wanda-qj.iyunfish.com/new';
// var extra = '8'; var extra = '8';
// //包装的地址 //包装的地址
// var wrapHref = 'http://wanda-qj.maxrocky.com/home/contest/h5/8'; var wrapHref = 'http://wanda-qj.maxrocky.com/home/contest/h5/8';
// //首页地址 //首页地址
// var indexHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/8'; var indexHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/8';
// // 个人中心地址 // 个人中心地址
// var userCenterHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/newuser/8'; var userCenterHref = 'http://wanda-qj.iyunfish.com/home/contest/h5/newuser/8';
// var shareImg = 'http://wanda-qj.iyunfish.com/home/contest/h5/static/share1.jpg'; var shareImg = 'http://wanda-qj.iyunfish.com/home/contest/h5/static/share1.jpg';
export default{ export default{
......
...@@ -110,7 +110,7 @@ ...@@ -110,7 +110,7 @@
<div class="title1"> <div class="title1">
<div class="iconBox icon3"></div> <div class="iconBox icon3"></div>
<!-- <div class="text">添加内容描述</div> --> <!-- <div class="text">添加内容描述</div> -->
<div class="text">作品描述</div> <div class="text">作品描述(请务必注明被拍摄者姓名以及所在地)</div>
</div> </div>
<group> <group>
<x-textarea <x-textarea
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
></x-textarea> ></x-textarea>
</group> </group>
<div class="textBox"> <div class="textBox">
<p>说明:</p> <p class="title">说明:</p>
<p>请您认真填写参赛信息,</p> <p>请您认真填写参赛信息,</p>
<p>若您最终获奖,</p> <p>若您最终获奖,</p>
<p>我们将第一时间与您联系,</p> <p>我们将第一时间与您联系,</p>
...@@ -152,8 +152,17 @@ export default { ...@@ -152,8 +152,17 @@ export default {
// padding-left: 20px; // padding-left: 20px;
padding-top: 100px; padding-top: 100px;
.title{
color: #2459a8;
font-size: 38px;
font-weight: bolder;
margin-bottom: 10px;
}
p{ p{
text-align: center; text-align: center;
color: gray;
font-size: 20px;
} }
} }
......
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 sign in to comment