完善页面

This commit is contained in:
wangxiaowei
2025-12-29 14:39:14 +08:00
parent 14ddb7ce7b
commit 338a99a54a
15 changed files with 1347 additions and 1314 deletions

View File

@ -7,14 +7,12 @@
<template>
<view class="login-bg">
<!-- <view class="login-bg w-[100%] fixed top-0 left-0 z-100"> -->
<wd-navbar safeAreaInsetTop :bordered="false"
custom-style="background-color: transparent !important;"></wd-navbar>
<!-- </view> -->
<view class="px-68rpx">
<view class="font-bold text-44rpx text-[#333333] leading-60rpx">你好欢迎使用</view>
<view class="font-bold text-44rpx text-[#333333] leading-60rpx mt-18rpx">址管理平台</view>
<view class="mt-18rpx font-400 text-26rpx text-[#606266] leading-40rpx w-354rpx">此小程序仅供企业内部员工登录请凭管理员账号密码登录
<view class="font-bold text-44rpx text-[#333333] leading-60rpx mt-18rpx">艺师平台</view>
<view class="mt-18rpx font-400 text-26rpx text-[#606266] leading-40rpx w-354rpx">此小程序仅供企业内部员工登录请凭茶艺师账号密码登录
</view>
</view>
@ -132,7 +130,7 @@
.login-bg {
background-color: #fff;
background-image: url(#{$OSS}images/store/login/image1.png);
background-image: url(#{$OSS}images/chayishi/login_image1.png);
background-size: 100% 420rpx;
background-repeat: no-repeat;
}