修改
This commit is contained in:
parent
c5f2bb73e9
commit
dad961d35e
@ -28,9 +28,7 @@
|
|||||||
<view class="placeholder" id="placeholder"></view>
|
<view class="placeholder" id="placeholder"></view>
|
||||||
</view>
|
</view>
|
||||||
</scroll-view>
|
</scroll-view>
|
||||||
<view class="background" @tap="information">
|
<image class="background" src="/static/huanzhe.png" mode="" @tap="information"></image>
|
||||||
<image src="/static/huanzhe.png" mode=""></image>
|
|
||||||
</view>
|
|
||||||
<!-- 底部输入 -->
|
<!-- 底部输入 -->
|
||||||
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }">
|
<view class="input-box" :class="{ 'input-box-mpInputMargin': mpInputMargin }">
|
||||||
<view class="input-box-flex">
|
<view class="input-box-flex">
|
||||||
@ -529,20 +527,14 @@
|
|||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.background {
|
.background {
|
||||||
font-size: 24rpx;
|
font-size: 24rpx;
|
||||||
font-family: SourceHanSansCN-Regular, SourceHanSansCN;
|
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
color: #18CBB3;
|
color: #18CBB3;
|
||||||
line-height: 38rpx;
|
line-height: 38rpx;
|
||||||
// background-color: red;
|
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: 6%;
|
left: 6%;
|
||||||
bottom: 8%;
|
bottom: 8%;
|
||||||
|
width: 277rpx;
|
||||||
image {
|
height: 32rpx;
|
||||||
width: 277rpx;
|
|
||||||
height: 32rpx;
|
|
||||||
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
page {
|
page {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user