123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- <template>
- <view class="background1">
- <view class="background2">
- <view class="wenben">
- <view class="wenben1">
- 五分鐘一期
- </view>
- <view class="wenben2">
- 自由區
- </view>
- <view class="xian"></view>
- <view class="weben3">
- <view class="tet">
- 壓和值(01234)上,(56789)下,(13579)奇,(02468)偶,壓100U中180U
- </view>
- </view>
- <view class="wenben4">
- 体验區
- </view>
- <view class="xian"></view>
- <view class="weben5">
- <view class="te">
- 壓和值(01234)上,(56789)下,(13579)奇,(02468)偶,壓100U中100.2U,沒中返本金。 體驗區每
- </view>
-
- </view>
- </view>
- </view>
- </view>
-
- </template>
- <script>
- export default {
- data() {
- return {};
- },
- };
- </script>
- <style lang="scss">
- .background1 {
- position: relative;
- // width: 100vw;
- height: calc(100vh - var(--status-bar-height));
- background: url("/index/static/shouye/beijing1.png");
- background-size: 100% 100%;
- background-position: 50% 50%;
- background-repeat: no-repeat;
- }
- .background2 {
- background-image: url("/index/static/shouye/beijing2.png");
- position: absolute;
- background-size: 100% 100%;
- width: 650rpx;
- height: 900rpx;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -60%);
- }
- .wenben1 {
- margin-left: 240rpx;
- margin-top: 87rpx;
- height: 35rpx;
- font-size: 36rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #201809;
- line-height: 36rpx;
- }
- .wenben2 {
- margin-left: 274rpx;
- margin-top: 90rpx;
- height: 35rpx;
- font-size: 37rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #D7BB80;
- line-height: 10rpx;
- }
- .xian {
- width: 200rpx;
- height: 8rpx;
- color: #000000;
- }
- .wenben3 {
- display: flex;
- justify-content: center;
- align-items: center;
- width: 528rpx;
- height: 138rpx;
- }
- .tet {
- margin-left: 62rpx;
- margin-top: 40rpx;
- padding-top: 30rpx;
- font-size: 24rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #211808;
- line-height: 42rpx;
- width: 528rpx;
- height: 138rpx;
- background-color: #FAEDD6;
- text-align: center;
- }
- .wenben4 {
- margin-left: 274rpx;
- margin-top: 50rpx;
- height: 35rpx;
- font-size: 37rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #D7BB80;
- line-height: 10rpx;
- }
- .wenben5 {
- display: flex;
- justify-content: center;
- align-items: center;
- // width: 528rpx;
- // height: 138rpx;
- }
- .te {
- margin-left: 62rpx;
- margin-top: 40rpx;
- padding-top: 40rpx;
- font-size: 24rpx;
- font-family: Source Han Sans CN;
- font-weight: bold;
- color: #211808;
- line-height: 42rpx;
- width: 528rpx;
- height: 206rpx;
- background-color: #FAEDD6;
- text-align: center;
- }
- </style>
|