Commit 92346269 authored by 陈毅's avatar 陈毅

p1自适应

parent e7305175
...@@ -3087,7 +3087,7 @@ line-height: 48px; ...@@ -3087,7 +3087,7 @@ line-height: 48px;
margin:100px auto 80px; margin:100px auto 80px;
.research-right{ .research-right{
height: 100%; height: 100%;
padding-left: 10%; padding-left: 5%;
.research-top1{ .research-top1{
height: 120px; height: 120px;
max-height: 120px; max-height: 120px;
...@@ -3102,7 +3102,7 @@ line-height: 48px; ...@@ -3102,7 +3102,7 @@ line-height: 48px;
.research-bottom1{ .research-bottom1{
font-size: 23px; font-size: 23px;
line-height: 25px; line-height: 25px;
padding-left: 30px; // padding-left: 30px;
} }
} }
} }
...@@ -3232,16 +3232,16 @@ line-height: 48px; ...@@ -3232,16 +3232,16 @@ line-height: 48px;
} }
.project-strategy-1{ .project-strategy-1{
display: flex; display: flex;
justify-content: space-evenly; justify-content: space-between;
.strategy-img{ .strategy-img{
flex: .4; flex: .45;
img{ img{
width: 95%; width: 100%;
} }
} }
.strategy-care{ .strategy-care{
flex: .6; flex: .55;
// display: flex; // display: flex;
font-size: 18px; font-size: 18px;
font-family: Microsoft YaHei; font-family: Microsoft YaHei;
...@@ -3287,13 +3287,13 @@ line-height: 48px; ...@@ -3287,13 +3287,13 @@ line-height: 48px;
} }
} }
.strategy-ol{ .strategy-ol{
flex: 0.6; flex: 0.25;
display: flex; display: flex;
justify-content: space-between; flex-direction: column;
.strategy-ol-care{ .strategy-ol-care{
font-size: 18px; font-size: 18px;
margin-bottom: 40px; margin-bottom: 30px;
h4{ h4{
// margin-top: 35px; // margin-top: 35px;
font-size: 18px; font-size: 18px;
...@@ -3941,6 +3941,32 @@ line-height: 48px; ...@@ -3941,6 +3941,32 @@ line-height: 48px;
} }
} }
} }
.research-top{//项目管理
width: 100%;
display: flex;
justify-content: space-between;
.research-left{
width: 50%;
}
.research-right{
width: 50%;
display: flex;
flex-direction: column;
align-items: center;
h4{
margin-top: 120px;
font-size: 30px;
font-weight: bold;
}
div{
font-size: 23px;
font-weight: 300;
text-indent: 46px;
}
}
}
} }
@import url("./phone"); @import url("./phone");
@import url("./extra"); @import url("./extra");
......
<template> <template>
<div class="pc11"> <div class="pc11">
<div class="research-top"> <div class="research-top">
<Row :grabbed="23"> <div class="research-left">
<Col span="13"> <img :src="product.url" width="100%" height="100%" alt="" />
<img :src="product.url" width="100%" alt="" /> </div>
</Col>
<Col span="10">
<div class="research-right"> <div class="research-right">
<div class="research-top1"></div>
<h4>{{ product.title1 }}</h4> <h4>{{ product.title1 }}</h4>
<div class="research-bottom1">{{ product.title2 }}</div> <div class="research-bottom1">{{ product.title2 }}</div>
</div> </div>
</Col>
</Row>
</div> </div>
<!-- <img src="/image/zhuangpei/1203.png" alt=""> --> <!-- <img src="/image/zhuangpei/1203.png" alt=""> -->
<div class="research-1 mauto"> <div class="research-1 mauto">
......
<template> <template>
<div class="pc11"> <div class="pc11">
<div class="research-top"> <div class="research-top">
<Row :grabbed="23"> <div class="research-left">
<Col span="13">
<img :src="product.url" width="100%" alt="" /> <img :src="product.url" width="100%" alt="" />
</Col> </div>
<Col span="10">
<div class="research-right"> <div class="research-right">
<div class="research-top1"></div>
<h4>{{ product.title1 }}</h4> <h4>{{ product.title1 }}</h4>
<div class="research-bottom1">{{ product.title2 }}</div> <div class="research-bottom1">{{ product.title2 }}</div>
</div> </div>
</Col>
</Row>
</div> </div>
<div class="research-1 mauto"> <div class="research-1 mauto">
<img :src="product.picture1" alt="" /> <img :src="product.picture1" alt="" />
...@@ -31,7 +26,6 @@ ...@@ -31,7 +26,6 @@
v-for="(item, index) in product.zhouqi" v-for="(item, index) in product.zhouqi"
:key="index" :key="index"
> >
<p>{{ item }}</p> <p>{{ item }}</p>
</div> </div>
</div> </div>
...@@ -79,5 +73,4 @@ export default { ...@@ -79,5 +73,4 @@ export default {
} }
}; };
</script> </script>
<style lang="less" scoped> <style lang="less" scoped></style>
</style>
<template> <template>
<div class="pc11"> <div class="pc11">
<div class="research-top"> <div class="research-top">
<Row :grabbed="23"> <div class="research-left">
<Col span="13">
<img :src="product.url" width="100%" alt="" /> <img :src="product.url" width="100%" alt="" />
</Col> </div>
<Col span="10">
<div class="research-right"> <div class="research-right">
<div class="research-top1"></div>
<h4>{{ product.title1 }}</h4> <h4>{{ product.title1 }}</h4>
<div class="research-bottom1">{{ product.title2 }}</div> <div class="research-bottom1">{{ product.title2 }}</div>
</div> </div>
</Col>
</Row>
</div> </div>
<div class="research-1 mauto"> <div class="research-1 mauto">
<img width="100%" :src="product.fangan.picture" alt="" /> <img width="100%" :src="product.fangan.picture" alt="" />
......
<template> <template>
<div> <div>
<div class="pc11"> <div class="pc11">
<div class="mbd-top research-top"> <div class="research-top">
<Row :grabbed="23">
<Col span="16">
<div class=" research-left"> <div class=" research-left">
<img :src="product.url1" width="100%" alt="" /> <img :src="product.url1" width="100%" height="100%" alt="" />
</div> </div>
</Col>
<Col span="8">
<div class=" research-right"> <div class=" research-right">
<div class="research-top1"></div>
<h4>{{ product.title1 }}</h4> <h4>{{ product.title1 }}</h4>
<div <div
class="research-bottom1" class="research-bottom1"
...@@ -20,8 +15,6 @@ ...@@ -20,8 +15,6 @@
{{ item }} {{ item }}
</div> </div>
</div> </div>
</Col>
</Row>
</div> </div>
<div class="mauto-1 mauto"> <div class="mauto-1 mauto">
<div class="mauto-url"> <div class="mauto-url">
......
<template> <template>
<div class="pc1"> <div class="pc11">
<!-- top --> <!-- top -->
<div class="project-top research-top"> <div class="project-top research-top">
<div class="project-left research-left"> <div class="project-left research-left">
......
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