fix: 上线前修改
This commit is contained in:
@@ -8,11 +8,14 @@
|
||||
}
|
||||
</route>
|
||||
<template>
|
||||
<view class="login-container relative">
|
||||
<NavBar />
|
||||
<view class="mt-44 text-28 pl-32 text-gradient" style="-webkit-background-clip: text">
|
||||
登录
|
||||
</view>
|
||||
<view class="login-container relative pt-44">
|
||||
<!-- <NavBar title-color="#333" /> -->
|
||||
<!-- <view class="text-28 pl-32 text-gradient" style="-webkit-background-clip: text">登录</view> -->
|
||||
<image
|
||||
class="w-100 mx-auto block h-100"
|
||||
src="@/static/images/login/logo.png"
|
||||
mode="aspectFit"
|
||||
/>
|
||||
<view class="pt-45">
|
||||
<view class="mx-15 px-15 shadow-[0_0_10px_rgba(10,68,245,0.1)] rounded-10">
|
||||
<view class="flex items-center py-15">
|
||||
|
||||
Reference in New Issue
Block a user