赵明涛
12 months ago
7 changed files with 130 additions and 115 deletions
-
204uniapp_project_code/src/components/index/page_standby.vue
-
5uniapp_project_code/src/components/index/view_footer.nvue
-
10uniapp_project_code/src/components/index/view_header.nvue
-
10uniapp_project_code/src/components/pay/paying.vue
-
2uniapp_project_code/src/components/pay/success.vue
-
2uniapp_project_code/src/pages/index/index.nvue
-
10uniapp_project_code/src/pages/pay/index.vue
@ -1,114 +1,118 @@ |
|||
<template> |
|||
<view class="content"> |
|||
<view class="content_title"> |
|||
<text class="txt">欧轩智能场馆丛云店</text> |
|||
</view> |
|||
<view class="content_info"> |
|||
<text class="txt">欢迎使用自助收银</text> |
|||
</view> |
|||
<image class="content_tip" src="/static/index_tips.png" mode="scaleToFill" /> |
|||
<image class="content_img" src="/static/index_person.png" mode="scaleToFill" /> |
|||
<!-- <main-click-btn > --> |
|||
<view class="content_btn" @click="clickToUse"> |
|||
<image class="icon_saoma" src="/static/images/saoma.png" mode="scaleToFill" /> |
|||
<view> |
|||
<view class="content"> |
|||
<view class="content_title"> |
|||
<text class="txt">欧轩智能场馆丛云店</text> |
|||
</view> |
|||
<view class="content_info"> |
|||
<text class="txt">欢迎使用自助收银</text> |
|||
</view> |
|||
<image class="content_tip" src="/static/index_tips.png" mode="scaleToFill" /> |
|||
<image class="content_img" src="/static/index_person.png" mode="scaleToFill" /> |
|||
<!-- <main-click-btn > --> |
|||
<view class="content_btn" @click="clickToUse"> |
|||
<image class="icon_saoma" src="/static/images/saoma.png" mode="scaleToFill" /> |
|||
<text class="txt">请扫描商品条形码</text> |
|||
</view> |
|||
</view> |
|||
<!-- </main-click-btn> --> |
|||
<view class="content_logo"> |
|||
<text class="txt">欧轩智能场馆提供技术支持</text> |
|||
<!-- </main-click-btn> --> |
|||
<view class="content_logo"> |
|||
<text class="txt">欧轩智能场馆提供技术支持</text> |
|||
</view> |
|||
</view> |
|||
</view> |
|||
</template> |
|||
|
|||
<script setup> |
|||
import mainClickBtn from '@/components/index/button_green_square.vue'; |
|||
import util from "@/utils/util.js" |
|||
import mainClickBtn from '@/components/index/button_green_square.vue'; |
|||
import util from "@/utils/util.js" |
|||
|
|||
function clickToUse() { |
|||
util.routeTo(`/pages/login/success`, 'nT'); |
|||
} |
|||
function clickToUse() { |
|||
util.routeTo(`/pages/login/success`, 'nT'); |
|||
} |
|||
</script> |
|||
|
|||
<style lang="scss" scoped> |
|||
.content { |
|||
width: 750rpx; |
|||
|
|||
// background-color: #fff; |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
justify-content: center; |
|||
|
|||
.content_title { |
|||
// align-self: flex-start; |
|||
width: 750rpx; |
|||
margin-left: 47rpx; |
|||
margin-top: 50rpx; |
|||
.txt{ |
|||
font-weight: 800; |
|||
font-size: 25rpx; |
|||
color: #1A1A1A; |
|||
} |
|||
} |
|||
|
|||
.content_info { |
|||
margin-top: 49rpx; |
|||
// margin-top: 19rpx; |
|||
.txt{ |
|||
font-weight: 800; |
|||
font-size: 58.33rpx; |
|||
color: #1A1A1A; |
|||
} |
|||
} |
|||
|
|||
.content_tip { |
|||
width: 470.83rpx; |
|||
height: 120.83rpx; |
|||
// margin-top: 68rpx; |
|||
margin-top: 28rpx; |
|||
} |
|||
|
|||
.content_img { |
|||
width: 617rpx; |
|||
height: 625rpx; |
|||
margin-top: 31rpx; |
|||
margin-bottom: 30rpx; |
|||
} |
|||
|
|||
.content_logo { |
|||
|
|||
margin-top: 38rpx; |
|||
margin-bottom: 40rpx; |
|||
.txt{ |
|||
font-weight: 400; |
|||
font-size: 19.44rpx; |
|||
color: #999999; |
|||
} |
|||
} |
|||
// background-image: linear-gradient(180deg, #00C9AC 0%, #009874 100%); |
|||
.content_btn { |
|||
width: 632.64rpx; |
|||
height: 100%; |
|||
background-color: #009874; |
|||
@include ctf(center); |
|||
flex-direction: row; |
|||
// background: #000; |
|||
.icon_saoma { |
|||
width: 41.67rpx; |
|||
height: 41.67rpx; |
|||
margin-right: 10rpx; |
|||
// display: inline; |
|||
} |
|||
|
|||
.txt{ |
|||
font-weight: 500; |
|||
font-size: 33.33rpx; |
|||
color: #FFFFFF; |
|||
} |
|||
.content { |
|||
width: 750rpx; |
|||
|
|||
// background-color: #fff; |
|||
display: flex; |
|||
flex-direction: column; |
|||
align-items: center; |
|||
justify-content: center; |
|||
|
|||
.content_title { |
|||
// align-self: flex-start; |
|||
width: 750rpx; |
|||
margin-left: 47rpx; |
|||
margin-top: 50rpx; |
|||
|
|||
} |
|||
.txt { |
|||
font-weight: 800; |
|||
font-size: 25rpx; |
|||
color: #1A1A1A; |
|||
} |
|||
} |
|||
|
|||
} |
|||
.content_info { |
|||
margin-top: 49rpx; |
|||
|
|||
// margin-top: 19rpx; |
|||
.txt { |
|||
font-weight: 800; |
|||
font-size: 58.33rpx; |
|||
color: #1A1A1A; |
|||
} |
|||
} |
|||
|
|||
.content_tip { |
|||
width: 470.83rpx; |
|||
height: 120.83rpx; |
|||
// margin-top: 68rpx; |
|||
margin-top: 28rpx; |
|||
} |
|||
|
|||
.content_img { |
|||
width: 617rpx; |
|||
height: 625rpx; |
|||
margin-top: 31rpx; |
|||
margin-bottom: 30rpx; |
|||
} |
|||
|
|||
.content_logo { |
|||
|
|||
margin-top: 38rpx; |
|||
margin-bottom: 40rpx; |
|||
|
|||
.txt { |
|||
font-weight: 400; |
|||
font-size: 19.44rpx; |
|||
color: #999999; |
|||
} |
|||
} |
|||
|
|||
// background-image: linear-gradient(180deg, #00C9AC 0%, #009874 100%); |
|||
.content_btn { |
|||
width: 632.64rpx; |
|||
// height: 100%; |
|||
height: 81.94rpx; |
|||
background-color: #009874; |
|||
@include ctf(center); |
|||
flex-direction: row; |
|||
|
|||
// background: #000; |
|||
.icon_saoma { |
|||
width: 41.67rpx; |
|||
height: 41.67rpx; |
|||
margin-right: 10rpx; |
|||
// display: inline; |
|||
} |
|||
|
|||
.txt { |
|||
font-weight: 500; |
|||
font-size: 33.33rpx; |
|||
color: #FFFFFF; |
|||
} |
|||
|
|||
} |
|||
|
|||
} |
|||
</style> |
Write
Preview
Loading…
Cancel
Save
Reference in new issue