开发指南-提供服务修改样式
This commit is contained in:
parent
a28d0d7ea2
commit
593998ccab
|
@ -3,7 +3,7 @@
|
||||||
<div class="content-box">
|
<div class="content-box">
|
||||||
<!-- 提供服务 -->
|
<!-- 提供服务 -->
|
||||||
<div class="img-bg service-box">
|
<div class="img-bg service-box">
|
||||||
<div class="title" style="margin-bottom: 20px">
|
<div class="title titleMargin">
|
||||||
<div class="text text-white">提供服务</div>
|
<div class="text text-white">提供服务</div>
|
||||||
<div class="line line-white"></div>
|
<div class="line line-white"></div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -316,7 +316,6 @@
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 0.26rem;
|
height: 0.26rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.component-type-content {
|
.component-type-content {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: unset;
|
height: unset;
|
||||||
|
@ -420,6 +419,10 @@
|
||||||
color: #fff;
|
color: #fff;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
.titleMargin{
|
||||||
|
margin-bottom: 20px;
|
||||||
|
padding-top: 52px;
|
||||||
|
}
|
||||||
|
|
||||||
.btn {
|
.btn {
|
||||||
width: 150px;
|
width: 150px;
|
||||||
|
|
|
@ -195,7 +195,7 @@ onMounted(() => {
|
||||||
|
|
||||||
.new-guide-box {
|
.new-guide-box {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 300px;
|
top: 375px;
|
||||||
right: 205px;
|
right: 205px;
|
||||||
width: 74px;
|
width: 74px;
|
||||||
height: 150px;
|
height: 150px;
|
||||||
|
|
Loading…
Reference in New Issue