|
|
@ -11,10 +11,8 @@ |
|
|
|
<!-- <main-click-btn > --> |
|
|
|
<view class="content_btn" @click="clickToUse"> |
|
|
|
<image class="icon_saoma" src="/static/images/saoma.png" mode="scaleToFill" /> |
|
|
|
<view> |
|
|
|
<text class="txt">请扫描商品条形码</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<!-- </main-click-btn> --> |
|
|
|
<view class="content_logo"> |
|
|
|
<text class="txt">欧轩智能场馆提供技术支持</text> |
|
|
@ -23,16 +21,16 @@ |
|
|
|
</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() { |
|
|
|
function clickToUse() { |
|
|
|
util.routeTo(`/pages/login/success`, 'nT'); |
|
|
|
} |
|
|
|
} |
|
|
|
</script> |
|
|
|
|
|
|
|
<style lang="scss" scoped> |
|
|
|
.content { |
|
|
|
.content { |
|
|
|
width: 750rpx; |
|
|
|
|
|
|
|
// background-color: #fff; |
|
|
@ -46,7 +44,8 @@ function clickToUse() { |
|
|
|
width: 750rpx; |
|
|
|
margin-left: 47rpx; |
|
|
|
margin-top: 50rpx; |
|
|
|
.txt{ |
|
|
|
|
|
|
|
.txt { |
|
|
|
font-weight: 800; |
|
|
|
font-size: 25rpx; |
|
|
|
color: #1A1A1A; |
|
|
@ -55,8 +54,9 @@ function clickToUse() { |
|
|
|
|
|
|
|
.content_info { |
|
|
|
margin-top: 49rpx; |
|
|
|
|
|
|
|
// margin-top: 19rpx; |
|
|
|
.txt{ |
|
|
|
.txt { |
|
|
|
font-weight: 800; |
|
|
|
font-size: 58.33rpx; |
|
|
|
color: #1A1A1A; |
|
|
@ -81,19 +81,23 @@ function clickToUse() { |
|
|
|
|
|
|
|
margin-top: 38rpx; |
|
|
|
margin-bottom: 40rpx; |
|
|
|
.txt{ |
|
|
|
|
|
|
|
.txt { |
|
|
|
font-weight: 400; |
|
|
|
font-size: 19.44rpx; |
|
|
|
color: #999999; |
|
|
|
} |
|
|
|
} |
|
|
|
// background-image: linear-gradient(180deg, #00C9AC 0%, #009874 100%); |
|
|
|
|
|
|
|
// background-image: linear-gradient(180deg, #00C9AC 0%, #009874 100%); |
|
|
|
.content_btn { |
|
|
|
width: 632.64rpx; |
|
|
|
height: 100%; |
|
|
|
// height: 100%; |
|
|
|
height: 81.94rpx; |
|
|
|
background-color: #009874; |
|
|
|
@include ctf(center); |
|
|
|
flex-direction: row; |
|
|
|
|
|
|
|
// background: #000; |
|
|
|
.icon_saoma { |
|
|
|
width: 41.67rpx; |
|
|
@ -102,7 +106,7 @@ function clickToUse() { |
|
|
|
// display: inline; |
|
|
|
} |
|
|
|
|
|
|
|
.txt{ |
|
|
|
.txt { |
|
|
|
font-weight: 500; |
|
|
|
font-size: 33.33rpx; |
|
|
|
color: #FFFFFF; |
|
|
@ -110,5 +114,5 @@ function clickToUse() { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
</style> |