提交 b27cc90d authored 作者: 邓文彬's avatar 邓文彬

fix(pad): 样式调整

上级 99d39d48
......@@ -40,6 +40,12 @@
><text class="text">{{ baseInfo.inspectionTime }}</text>
</view>
</view>
<image
class="bg-img"
mode="aspectFill"
src="@/static/img/add-img/inspection_bg.png"
></image>
</view>
<view class="main">
......@@ -585,6 +591,14 @@ export default {
background-size: 100% 100%;
margin-bottom: 16px;
padding-top: 80px;
position: relative;
.bg-img{
right: 0;
bottom: 0;
position: absolute;
width: 250px;
height: 100px;
}
.title {
font-size: 26px;
color: #000000;
......
......@@ -40,6 +40,12 @@
><text class="text">{{ baseInfo.inspectionTime }}</text>
</view>
</view>
<image
class="bg-img"
mode="aspectFill"
src="@/static/img/add-img/inspection_bg.png"
></image>
</view>
<view class="main">
......@@ -460,6 +466,14 @@ export default {
background-size: 100% 100%;
margin-bottom: 16px;
padding-top: 80px;
position: relative;
.bg-img{
right: 0;
bottom: 0;
position: absolute;
width: 250px;
height: 100px;
}
.title {
font-size: 26px;
color: #000000;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论