This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
drink-answer-wechat-uniapp-24-9-2
generated from
hly/uniapp-shop-templates
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
style: 调整登录页面和预约页面的样式
修改了登录页面中logo的显示模式和尺寸,使其更符合设计需求。同时调整了预约页面的标题、文本和按钮的间距、行高和字体大小,以提升页面的可读性和美观性。
master
前端-胡立永
2 weeks ago
parent
766b808852
commit
8af6105be8
2 changed files
with
8 additions
and
7 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-4
pages/index/preAppoint.vue
+2
-3
pages_order/auth/wxLogin.vue
+ 6
- 4
pages/index/preAppoint.vue
View File
@ -104,13 +104,14 @@
}
.
title
{
font
-
weight
:
900
;
margin
:
30
rpx
0
;
margin
:
20
rpx
0
;
font
-
size
:
28
rpx
;
}
.
stext
{
width
:
620
rpx
;
margin
-
bottom
:
15
0
rpx
;
line
-
height
:
5
0
rpx
;
font
-
size
:
2
6
rpx
;
margin
-
bottom
:
7
0
rpx
;
line
-
height
:
4
5
rpx
;
font
-
size
:
2
4
rpx
;
color
:
#
777
;
text
-
align
:
center
;
}
@ -122,6 +123,7 @@
width
:
100
%
;
justify
-
content
:
center
;
align
-
items
:
center
;
padding
-
bottom
:
300
rpx
;
}
.
next
-
btn
{
width
:
400
rpx
;
+ 2
- 3
pages_order/auth/wxLogin.vue
View File
@ -1,7 +1,7 @@
<
template
>
<
view
class
=
"login"
>
<
view
class
=
"logo"
>
<
image
:src
="configList.logo_image"
mode
=
"
aspectFill
"
<
image
:src
="configList.logo_image"
mode
=
"
widthFix
"
class
=
"logo"
>
<
/
image
>
<
/
view
>
<
view
class
=
"title"
>
@ -129,8 +129,7 @@
<
style
scoped
lang
=
"scss"
>
.
logo
{
width
:
120
rpx
;
height
:
120
rpx
;
width
:
320
rpx
;
border
-
radius
:
10
rpx
;
}
.
login
{
Write
Preview
Loading…
Cancel
Save