This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
uav-uniapp-demo-24-8-18
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
修复bug
master
longjieli
8 months ago
parent
228ce1811f
commit
eff088cef8
1 changed files
with
19 additions
and
19 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+19
-19
pages/starting/starting.vue
+ 19
- 19
pages/starting/starting.vue
View File
@ -32,12 +32,12 @@
<
/
div
>
<
/
view
>
<
/
view
>
<
view
class
=
"btn"
>
<
view
class
=
"submit"
>
Auto
-
match
<
/
view
>
<
/
view
>
<
/
view
>
<
view
class
=
"steps"
>
<
view
class
=
"steps-title"
>
The
steps
<
/
view
>
<
view
class
=
"steps-content"
>
@ -126,20 +126,20 @@
margin
:
20
rpx
0
rpx
;
box
-
sizing
:
border
-
box
;
padding
:
0
rpx
30
rpx
;
.
today
-
info
-
l
,
.
booking
-
info
-
r
{
.
today
-
info
-
l
,
.
booking
-
info
-
r
{
display
:
flex
;
flex
-
direction
:
column
;
justify
-
content
:
center
;
width
:
50
%
;
font
-
size
:
28
rpx
;
.
today
-
income
,
.
booking
-
income
{
.
booking
-
income
{
color
:
#
8
e8e98
;
}
.
money
,
.
booking
-
data
{
font
-
weight
:
bold
;
@ -148,11 +148,11 @@
}
}
}
.
btn
{
.
btn
{
padding
:
20
rpx
;
.
submit
{
.
submit
{
background
:
rgb
(
0
,
208
,
234
)
;
color
:
white
;
height
:
80
rpx
;
@ -164,20 +164,20 @@
border
-
radius
:
20
rpx
;
}
}
}
.
steps
{
.
steps
{
width
:
90
%
;
margin
:
0
rpx
auto
;
padding
-
top
:
80
rpx
;
.
steps
-
title
{
.
steps
-
title
{
font
-
size
:
36
rpx
;
font
-
weight
:
bold
;
}
.
steps
-
content
{
.
steps
-
content
{
color
:
#
8
e8e98
;
font
-
size
:
30
rpx
;
margin
-
top
:
20
rpx
;
Write
Preview
Loading…
Cancel
Save