欢迎语

This commit is contained in:
2023-09-05 09:40:19 +08:00
parent 69f883213c
commit 0577b2fd6c
2 changed files with 5 additions and 5 deletions

View File

@@ -4,7 +4,7 @@
<view class="userInfo-wrap"> <view class="userInfo-wrap">
<view class="userInfo"> <view class="userInfo">
<text class="p1">{{userName}}</text> <text class="p1">{{userName}}</text>
<text class="p2">欢迎进入海亮手持系统</text> <text class="p2">欢迎进入海亮智能一线扩产LMS手持系统</text>
</view> </view>
<view class="exit" @tap="Quit"> <view class="exit" @tap="Quit">
<view class="icon-exit"></view> <view class="icon-exit"></view>

View File

@@ -1,7 +1,7 @@
<template> <template>
<view class="zd_content bg"> <view class="zd_content bg">
<view class="p1">欢迎来到</view> <view class="p1">欢迎来到</view>
<view class="p2">海亮手持系统</view> <view class="p2">海亮智能一线扩产LMS手持系统</view>
<view class="input-box"> <view class="input-box">
<input class="large-input" type="text" placeholder="请输入用户名" v-model="user"> <input class="large-input" type="text" placeholder="请输入用户名" v-model="user">
</view> </view>
@@ -143,11 +143,11 @@
<style lang="stylus" scoped> <style lang="stylus" scoped>
@import '../../common/style/mixin.styl'; @import '../../common/style/mixin.styl';
.p1 .p1
_font(60rpx,75rpx,#444) _font(56rpx,75rpx,#444)
padding-top: 90rpx padding-top: 90rpx
.p2 .p2
_font(50rpx,1,#444) _font(46rpx,1,#444)
padding: 40rpx 0 25rpx padding: 24rpx 0 25rpx
.input-box .input-box
_fj() _fj()
margin-top 68rpx margin-top 68rpx