Browse Source

上传

master
前端-胡立永 7 months ago
parent
commit
19476d2936
1 changed files with 8 additions and 9 deletions
  1. +8
    -9
      pages_order/service/applyRelic.vue

+ 8
- 9
pages_order/service/applyRelic.vue View File

@ -12,13 +12,10 @@
<view class="middle-box"> <view class="middle-box">
<view class="middle-img"> <view class="middle-img">
<view>
<image src="../static/applyRelic/2.png" mode="aspectFill" />
</view>
<view>
<image src="../static/applyRelic/2.png" mode="aspectFill" />
</view>
<view>
<view
:key="index"
:class="{act : index == articleType}"
v-for="(item, index) in 3">
<image src="../static/applyRelic/2.png" mode="aspectFill" /> <image src="../static/applyRelic/2.png" mode="aspectFill" />
</view> </view>
</view> </view>
@ -161,17 +158,19 @@
align-items: center; align-items: center;
justify-content: space-around; justify-content: space-around;
width: 100%; width: 100%;
view { view {
width: 160rpx; width: 160rpx;
height: 160rpx; height: 160rpx;
border-radius: 50%;
image { image {
width: 100%; width: 100%;
height: 100%; height: 100%;
} }
} }
} }
.act{
box-shadow: 0 0 18rpx 14rpx #ff000042;
}
.middle-font { .middle-font {
position: absolute; position: absolute;


Loading…
Cancel
Save