刘嘉炜
4 weeks ago
5 changed files with 57 additions and 8 deletions
-
3src/pages.json
-
11src/pages/index/index.vue
-
41src/subpackage/complaint/components/fixed_btn.vue
-
10src/subpackage/complaint/pages/operate.vue
-
BINsrc/subpackage/complaint/static/images/green_bg_circle.png
@ -0,0 +1,41 @@ |
|||
<template> |
|||
<view class="fixed-btn"> |
|||
<image class="fb-bg" mode="aspectFit" src="/subpackage/complaint/static/images/green_bg_circle.png"></image> |
|||
<view class="fb-txt">投诉</view> |
|||
<view class="fb-line"></view> |
|||
<view class="fb-txt">建议</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script> |
|||
export default { |
|||
|
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss"> |
|||
.fixed-btn{ |
|||
position: relative; |
|||
width: 148upx; |
|||
height: 148upx; |
|||
@include ctf(center); |
|||
flex-direction: column; |
|||
.fb-bg{ |
|||
position: absolute; |
|||
width: 100%; |
|||
height: 100%; |
|||
} |
|||
} |
|||
.fb-txt{ |
|||
position: relative; |
|||
text-align: center; |
|||
@include flcw(20rpx, 28rpx, #fff, 500); |
|||
} |
|||
.fb-line{ |
|||
position: relative; |
|||
margin: 0 auto; |
|||
width: 40upx; |
|||
height: 6upx; |
|||
background: #fff; |
|||
} |
|||
</style> |
After Width: 296 | Height: 296 | Size: 51 KiB |
Write
Preview
Loading…
Cancel
Save
Reference in new issue