项目选择页面调整

chengdu
liangliang.Li 4 years ago
parent 55782907b9
commit f614454c34
  1. BIN
      src/assets/img/content.jpg
  2. BIN
      src/assets/img/indexBg.jpg
  3. 3
      src/components/page/ClientLogin.vue
  4. 2
      src/components/page/Index.vue
  5. 93
      src/components/page/ProjectPattern.vue

Binary file not shown.

Before

Width:  |  Height:  |  Size: 441 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 198 KiB

After

Width:  |  Height:  |  Size: 134 KiB

@ -202,7 +202,8 @@ export default {
}, },
methods: { methods: {
backIndex(){ backIndex(){
this.$router.go(-1); // this.$router.go(-1);
this.$router.push('login');
}, },
getSchool(form) { getSchool(form) {
this.$refs[form].validate(valid => { this.$refs[form].validate(valid => {

@ -64,7 +64,7 @@ export default {
margin-left: 250px; margin-left: 250px;
display: flex; display: flex;
// color: #002E66; // color: #002E66;
color: white; color: #7AA0B7;
font-size: 27px; font-size: 27px;
letter-spacing:4px; letter-spacing:4px;
line-height:1.5 line-height:1.5

@ -5,19 +5,19 @@
{{projectList[pattern].title}} {{projectList[pattern].title}}
</div> </div>
<div class="content_one_text"> <div class="content_one_text">
<div class="principle_wrap"> <div class="principle_wrap text_wrap">
<div class="one_title">实验原理</div> <div class="one_title">实验原理</div>
<div class="one_text"> <div class="one_text">
{{projectList[pattern].principle}} {{projectList[pattern].principle}}
</div> </div>
</div> </div>
<div class="step_wrap"> <div class="step_wrap text_wrap">
<div class="one_title">实验步骤</div> <div class="one_title">实验步骤</div>
<div class="one_text"> <div class="one_text">
{{projectList[pattern].step}} {{projectList[pattern].step}}
</div> </div>
</div> </div>
<div class="prepare_wrap"> <div class="prepare_wrap text_wrap">
<div class="one_title">实验准备</div> <div class="one_title">实验准备</div>
<div class="one_text"> <div class="one_text">
{{projectList[pattern].prepare}} {{projectList[pattern].prepare}}
@ -63,7 +63,7 @@ export default {
}; };
}, },
mounted(){ mounted(){
this.patternId = this.$route.query.type
}, },
methods: { methods: {
toIndex() { toIndex() {
@ -104,71 +104,85 @@ export default {
.wrap{ .wrap{
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex; // display: flex;
font-family: '微软雅黑'; font-family: '微软雅黑';
} }
.content_one{ .content_one{
// margin-top: 60px; // margin-top: 60px;
width: 100%; width: 100%;
height: 900px; background: white;
// height: 600px;
// background: red; // background: red;
background: url('../../assets/img/content.jpg');
background-size: 100% 100%;
.content_one_title{ .content_one_title{
width: 100%; width: 100%;
height: 130px; height: 100px;
line-height: 130px; line-height: 100px;
text-align: center; text-align: center;
font-size: 50px; font-size: 50px;
letter-spacing:8px; letter-spacing:8px;
font-weight: 550; font-weight: 550;
color: white; color: #FF5288;
}
.content_one_text{
width: 95%;
margin: auto;
background-size: 100% ;
border-radius: 20px;
height: 400px;
overflow: hidden;
background: url('../../assets/img/content.jpg');
} }
} }
.one_title{ .text_wrap{
width: 280px; display: flex;
height: 40px; .one_title{
line-height: 40px; width: 280px;
font-size: 25px; height: 130px;
color: #FF5288; line-height: 130px;
letter-spacing:4px; font-size: 28px;
padding-left: 100px; color: #FF5288;
box-sizing: border-box; letter-spacing:4px;
font-weight: 550; padding-left: 100px;
border-radius: 0px 20px 20px 0px; box-sizing: border-box;
background: white; font-weight: 550;
} // border-radius: 0px 20px 20px 0px;
.one_text{ // background: white;
width: 900px; }
height: 200px; .one_text{
padding: 45px 60px; width: 1500px;
box-sizing: border-box; height: 130px;
// background: red; padding: 45px 0px;
font-size: 23px; box-sizing: border-box;
line-height: 1.5; // background: red;
color: white; font-size: 23px;
letter-spacing:2px; line-height: 2;
font-weight: 60; color: #4D4D4F;
letter-spacing:2px;
font-weight: 60;
}
} }
.pattern_wrap{ .pattern_wrap{
width: 100%; width: 100%;
// height: 150px; // height: 150px;
// background: red; // background: red;
border-top: 2px solid #FF5288; // border-top: 2px solid #FF5288;
padding: 0px 100px; padding: 0px 100px;
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
box-sizing: border-box; box-sizing: border-box;
margin-top: 80px; // margin-top: 20px;
.img_wrap{ .img_wrap{
margin-top: 30px; margin-top: 30px;
width: 500px; width: 500px;
height: 380px; height: 370px;
text-align: center; text-align: center;
box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75); box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75);
-webkit-box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75); -webkit-box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75);
-moz-box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75); -moz-box-shadow: -2px 6px 10px -4px rgba(136,80,98,0.75);
margin-bottom: 80px; // margin-bottom: 10px;
font-size: 23px; font-size: 23px;
color: #FF5288; color: #FF5288;
font-weight: 550; font-weight: 550;
@ -178,6 +192,7 @@ export default {
box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75); box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75);
-webkit-box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75); -webkit-box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75);
-moz-box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75); -moz-box-shadow: -2px 6px 10px -6px rgba(136,80,98,0.75);
cursor: pointer;
img{ img{
opacity: 0.9; opacity: 0.9;

Loading…
Cancel
Save