|
@@ -63,7 +63,8 @@
|
|
<!--单页面-->
|
|
<!--单页面-->
|
|
<view v-else-if="item.type == 82">
|
|
<view v-else-if="item.type == 82">
|
|
<webView :index="index" :item="item.data" :control="control"></webView>
|
|
<webView :index="index" :item="item.data" :control="control"></webView>
|
|
- </view>
|
|
|
|
|
|
+ </view>
|
|
|
|
+ <view class="page-buy">购</view>
|
|
<view class="page-num" v-if="index != -1">P{{index+1}}</view>
|
|
<view class="page-num" v-if="index != -1">P{{index+1}}</view>
|
|
</view>
|
|
</view>
|
|
</template>
|
|
</template>
|
|
@@ -134,5 +135,20 @@ export default {
|
|
text-align: center;
|
|
text-align: center;
|
|
z-index: 2000;
|
|
z-index: 2000;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+.page-buy {
|
|
|
|
+ position: fixed;
|
|
|
|
+ right: 30rpx;
|
|
|
|
+ bottom: 120rpx;
|
|
|
|
+ width: 80rpx;
|
|
|
|
+ height: 80rpx;
|
|
|
|
+ background-color: rgba(0, 0, 0, 0.75);
|
|
|
|
+ border-radius: 80rpx;
|
|
|
|
+ color: #fff;
|
|
|
|
+ font-size: 30rpx;
|
|
|
|
+ line-height: 80rpx;
|
|
|
|
+ text-align: center;
|
|
|
|
+ z-index: 2000;
|
|
|
|
+}
|
|
|
|
|
|
</style>
|
|
</style>
|