Commit 4954326f authored by xinzhedeai's avatar xinzhedeai

测量页面样式处理

parent 301ed0ea
This diff is collapsed.
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<span>设备测试</span> <span>设备测试</span>
<button size="mini" class="funcBtn" type="primary" @click="navTo('measureTest')">测量</button> <button size="mini" class="funcBtn" type="primary" @click="navTo('measureTest')">测量</button>
</p> --> </p> -->
<p class="list-item"> <p class="list-item" @click="navTo('measure')">
<image src="/static/image/paokong/measure.png" alt="" /> <image src="/static/image/paokong/measure.png" alt="" />
<span>炮孔测量</span> <span>炮孔测量</span>
<!-- <button size="mini" class="funcBtn" type="primary" @click="navTo('measure')">测量</button> --> <!-- <button size="mini" class="funcBtn" type="primary" @click="navTo('measure')">测量</button> -->
...@@ -181,7 +181,10 @@ ...@@ -181,7 +181,10 @@
width: 646rpx; width: 646rpx;
height: 300rpx; height: 300rpx;
background: linear-gradient(-90deg, #F6F9FF 31%, #E4EFFF 100%); // background-color: linear-gradient(-90deg, #F6F9FF 31%, #E4EFFF 100%);
background-image: url('/static/image/paokong/home-title-bg.png');
background-position: center right;
background-size: cover;
box-shadow: 0rpx 2rpx 24rpx 0rpx rgba(7,36,72,0.11); box-shadow: 0rpx 2rpx 24rpx 0rpx rgba(7,36,72,0.11);
border-radius: 10rpx; border-radius: 10rpx;
border: 2px solid #FFFFFF; border: 2px solid #FFFFFF;
......
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