|
|
|
@ -1,8 +1,11 @@ |
|
|
|
|
<template> |
|
|
|
|
<view class="presale"> |
|
|
|
|
<view class="presale-hd"> |
|
|
|
|
<view class="rule" @click="openPage()">规则</view> |
|
|
|
|
</view> |
|
|
|
|
<view class="presale-img"> |
|
|
|
|
<image src="https://www.royaum.com.cn/static/news/yushou.png" ></image> |
|
|
|
|
</view> |
|
|
|
|
<!-- <view class="presale-hd"> |
|
|
|
|
<view class="rule" @click="openPage()"></view> |
|
|
|
|
</view> --> |
|
|
|
|
<view class="presale-bd"> |
|
|
|
|
<view class="tab"> |
|
|
|
|
<u-tabs :list="menuList" :is-scroll="true" :show-bar="false" active-color="#FFFFFF" |
|
|
|
@ -134,8 +137,10 @@ |
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
|
.presale { |
|
|
|
|
background: #ff7b79 url(https://www.royaum.com.cn/static/news/newPresale-bg.png) center top no-repeat; |
|
|
|
|
background-size: 100% auto; |
|
|
|
|
background-image: linear-gradient(#ffeaed,#f6f6f6); |
|
|
|
|
.presale-img image{width:100%} |
|
|
|
|
// background: #ff7b79 url(https://www.royaum.com.cn/static/news/newPresale-bg.png) center top no-repeat; |
|
|
|
|
// background-size: 100% auto; |
|
|
|
|
overflow: hidden; |
|
|
|
|
min-height: 100vh; |
|
|
|
|
|
|
|
|
|