| | |
| | | </script> |
| | | |
| | | <template> |
| | | <view style="background-image: url('/static/imgs/QYBACKA.png');background-repeat: no-repeat;background-size: 100% 100%;background-color: #FFF4FA;"> |
| | | <view class="box" style=""> |
| | | |
| | | <view class="head" style="position: relative"> |
| | | <view style="display: flex;justify-content: flex-start;z-index: 9"> |
| | | <view @tap="goHome" id="home" class="home acea-row row-center-wrapper iconfont icon-fanhui2 h5_back icon-shouye4" :style="{ height: '20rpx',lineHeight: '80rpx'}" ></view> |
| | | </view> |
| | | |
| | | |
| | | <view style="margin-left: 20rpx;display: flex;justify-content: space-between;"> |
| | | |
| | |
| | | background: #999 !important; |
| | | } |
| | | .head{ |
| | | padding: 30rpx 10rpx 0 30rpx; |
| | | padding: 0rpx 10rpx 0 30rpx; |
| | | |
| | | font-size: 32rpx; |
| | | color: #252938; |
| | |
| | | display: flex; |
| | | flex-direction: row; |
| | | } |
| | | |
| | | .box{ |
| | | background-image: url('/static/imgs/QYBACKA.png'); |
| | | background-repeat: no-repeat; |
| | | background-size: 100% 100%; |
| | | background-color: #FFF4FA; |
| | | min-height: 100%; |
| | | } |
| | | </style> |