feat: 样式调整

pull/2/head
TianYu 2023-05-22 16:01:49 +08:00
parent e157121924
commit 87fc147c02
4 changed files with 17 additions and 5 deletions

View File

@ -1,6 +1,6 @@
{ {
"name" : "创盈云", "name" : "创盈云",
"appid" : "__UNI__C8AF139", "appid" : "__UNI__B5A2217",
"description" : "创盈商城", "description" : "创盈商城",
"versionName" : "1.0.0", "versionName" : "1.0.0",
"versionCode" : 1001, "versionCode" : 1001,

View File

@ -478,7 +478,7 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
height: 87rpx; height: 87rpx;
margin-top: 137rpx; margin-top: 237rpx;
color: #FFFFFF; color: #FFFFFF;
font-size: 32rpx; font-size: 32rpx;
background: linear-gradient(0deg, #E63163 0%, #FF819F 100%); background: linear-gradient(0deg, #E63163 0%, #FF819F 100%);

View File

@ -1,7 +1,8 @@
<template> <template>
<div class="login-wrapper"> <div class="login-wrapper">
<div class="logo-wrap"> <div class="logo-wrap">
<img src="/static/images/logo.png" style="width:127rpx;height:45rpx;"></image> <img src="/static/images/mallLogo.png" style="width:105rpx;height:105rpx;"></image>
<img src="/static/images/mall.png" style="width:233rpx;height:43rpx;"></image>
</div> </div>
<view class="title">注册账号</view> <view class="title">注册账号</view>
<div class="whiteBg"> <div class="whiteBg">
@ -206,6 +207,11 @@
.logo-wrap { .logo-wrap {
margin: 285rpx 0 85rpx 0; margin: 285rpx 0 85rpx 0;
display:flex;
align-items:center;
img{
margin-right: 20rpx;
}
} }
.title { .title {

View File

@ -1,7 +1,8 @@
<template> <template>
<div class="login-wrapper"> <div class="login-wrapper">
<div class="logo-wrap"> <div class="logo-wrap">
<img src="/static/images/logo.png" style="width:127rpx;height:45rpx;"></image> <img src="/static/images/mallLogo.png" style="width:105rpx;height:105rpx;"></image>
<img src="/static/images/mall.png" style="width:233rpx;height:43rpx;"></image>
</div> </div>
<view class="title">找回密码</view> <view class="title">找回密码</view>
<div class="whiteBg"> <div class="whiteBg">
@ -154,6 +155,11 @@
.logo-wrap { .logo-wrap {
margin: 285rpx 0 85rpx 0; margin: 285rpx 0 85rpx 0;
display:flex;
align-items:center;
img{
margin-right: 20rpx;
}
} }
.title { .title {
@ -227,7 +233,7 @@
justify-content: center; justify-content: center;
width: 100%; width: 100%;
height: 87rpx; height: 87rpx;
margin-top: 80rpx; margin-top: 99rpx;
color: #FFFFFF; color: #FFFFFF;
font-size: 32rpx; font-size: 32rpx;
background: linear-gradient(0deg, #E63163 0%, #FF819F 100%); background: linear-gradient(0deg, #E63163 0%, #FF819F 100%);