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