rose 5 years ago
parent
commit
e30aaa0633
  1. 12
      src/common/platform.styl
  2. 6
      src/views/Challenge/Children/Solicitation.vue

12
src/common/platform.styl

@ -48,20 +48,18 @@
width: 20px; width: 20px;
background: #13ACC4; background: #13ACC4;
border-radius: 50%; border-radius: 50%;
top: 50%; margin: auto 0
margin-top: -10px;
position: absolute;
} }
.center-box { .center-box {
overflow: hidden;
background: #fff; background: #fff;
padding: 0 9%; padding: 0 9%;
position: relative;
} }
.center-title { .center-title {
position: absolute;
top: 40%; top: 10%;
font-size: 30px; font-size: 30px;
color: #000; color: #000;
} }

6
src/views/Challenge/Children/Solicitation.vue

@ -9,7 +9,7 @@
<div class="top-txt">针对企业具体技术创新需求通过揭榜+比拼方式面向社会公开征集解决方案的服务</div> <div class="top-txt">针对企业具体技术创新需求通过揭榜+比拼方式面向社会公开征集解决方案的服务</div>
</div> </div>
<div class="center-box"> <div class="center-box">
<div class="center-title"> <div class="center-title" style="border: 1px solid black">
<div class="circular"></div> <div class="circular"></div>
<div style="margin-left: 40px">目的及意义</div> <div style="margin-left: 40px">目的及意义</div>
</div> </div>
@ -92,7 +92,7 @@ export default {
} }
.center-txt { .center-txt {
float: right;
margin: 22px 0; margin: 22px 0;
width: 79%; width: 79%;
line-height: 36px; line-height: 36px;
@ -100,6 +100,6 @@ export default {
} }
.center-title { .center-title {
top: 30% !important; // top: 30% !important;
} }
</style> </style>

Loading…
Cancel
Save