封装请求的方法,完成简易的问题解答页面
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
{{title}}
|
||||
</view>
|
||||
<view style="display: flex; width: 100%; background-color: transparent;height: 46px;position: absolute;bottom: 0;left: 0;;align-items:center;">
|
||||
<view class="backWrapper">
|
||||
<image src="/assets/images/left.png" bind:tap="back" wx:if="{{canBack}}" class="back" />
|
||||
</view>
|
||||
</view>
|
@@ -20,4 +20,15 @@
|
||||
margin-left: 30rpx;
|
||||
margin-top: 10rpx;
|
||||
z-index: 100;
|
||||
}
|
||||
|
||||
.backWrapper {
|
||||
display: flex;
|
||||
width: 100%;
|
||||
background-color: transparent;
|
||||
height: 46px;
|
||||
position: absolute;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
align-items:center;
|
||||
}
|
Reference in New Issue
Block a user