Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mallapp
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
viitto
mallapp
Commits
a35ab562
Commit
a35ab562
authored
Oct 19, 2022
by
黄奎
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
div层级修改
parent
932ff04a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
33 additions
and
25 deletions
+33
-25
address2.vue
pages/address/address2.vue
+33
-25
No files found.
pages/address/address2.vue
View file @
a35ab562
...
...
@@ -10,7 +10,7 @@
<view
class=
"title"
>
学员姓名
</view>
<input
class=
"uni-input inputM"
placeholder-class=
"placeholderClass"
v-model=
"rules.StuName"
<input
class=
"uni-input inputM"
placeholder-class=
"placeholderClass"
v-model=
"rules.StuName"
placeholder=
"请输入学员姓名"
maxlength=
"5"
/>
</view>
<view
class=
"box-bg"
>
...
...
@@ -34,25 +34,25 @@
<view
class=
"title"
>
手机号码
</view>
<input
type=
"number"
placeholder-class=
"placeholderClass"
class=
"uni-input inputM"
<input
type=
"number"
placeholder-class=
"placeholderClass"
class=
"uni-input inputM"
v-model=
"rules.StuTel"
placeholder=
"输入11位手机号"
maxlength=
"11"
/>
</view>
<view
class=
"box-bg"
>
<view
class=
"title"
>
就读学校
</view>
<input
class=
"uni-input inputM"
style=
"padding-right: 10px;"
placeholder-class=
"placeholderClass"
v-model=
"rules.BaseCondition"
placeholder=
"请选择"
/>
<input
class=
"uni-input inputM"
style=
"padding-right: 10px;"
placeholder-class=
"placeholderClass"
v-model=
"rules.BaseCondition"
placeholder=
"请选择"
/>
<view
@
click=
"formType(1)"
>
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
</view>
</view>
<view
class=
"box-bg"
@
click=
"formType(2)"
>
<view
class=
"title"
>
就读年级
</view>
<input
maxlength=
"0"
disabled=
'true'
placeholder-class=
"placeholderClass"
class=
"uni-input inputM"
v-model=
"rules.DemandPoint"
placeholder=
"请选择"
/>
<input
maxlength=
"0"
disabled=
'true'
placeholder-class=
"placeholderClass"
class=
"uni-input inputM"
v-model=
"rules.DemandPoint"
placeholder=
"请选择"
/>
<view>
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
</view>
...
...
@@ -62,7 +62,7 @@
报名校区
</view>
<input
maxlength=
"0"
placeholder-class=
"placeholderClass"
class=
"uni-input inputM"
disabled=
'true'
v-model=
"rules.School_Id"
placeholder=
"请选择"
/>
v-model=
"rules.School_Id"
placeholder=
"请选择"
/>
<view>
<u-icon
name=
"arrow"
color=
"#9F9F9F"
size=
"20"
></u-icon>
</view>
...
...
@@ -71,7 +71,7 @@
<view
class=
"title"
>
如何知道进阶思维
</view>
<textarea
class=
"uni-input2 inputM"
type=
"textarea"
placeholder-class=
"placeholderClass"
<textarea
class=
"uni-input2 inputM"
type=
"textarea"
placeholder-class=
"placeholderClass"
v-model=
"rules.ConsultingResults"
placeholder=
"请输入"
/>
</view>
<!-- 日历弹窗 -->
...
...
@@ -332,37 +332,42 @@
</
script
>
<
style
>
.gender-name
{
.gender-name
{
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#282828
}
.placeholderClass
{
.placeholderClass
{
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#C8C8C8
;
}
.title
{
.title
{
padding-right
:
51
rpx
;
font-size
:
30
rpx
;
font-family
:
PingFang
SC
;
font-weight
:
500
;
color
:
#282828
;
}
.uni-input
{
margin-left
:
0
rpx
!important
;
flex
:
1
;
flex
:
1
;
font-size
:
30
rpx
;
}
.uni-input2
{
height
:
108
rpx
;
.uni-input2
{
height
:
108
rpx
;
margin-left
:
0
rpx
!important
;
flex
:
1
;
flex
:
1
;
line-height
:
40
rpx
;
font-size
:
30
rpx
;
}
.school
{
font-size
:
22
rpx
;
}
...
...
@@ -397,8 +402,9 @@
transform
:
translate
(
-50%
,
0%
);
align-items
:
center
;
font-weight
:
500
;
font-size
:
30
rpx
;
color
:
#FFF
;
font-size
:
30
rpx
;
color
:
#FFF
;
z-index
:
100
}
.list2
{
...
...
@@ -418,7 +424,7 @@
.box
{
/* width: 90%; */
padding-bottom
:
110
rpx
;
padding-bottom
:
110
rpx
;
padding-top
:
63
rpx
;
padding-left
:
50
rpx
;
padding-right
:
50
rpx
;
...
...
@@ -443,7 +449,7 @@
align-items
:
center
;
margin-left
:
110
rpx
;
width
:
160
rpx
;
}
.gender
{
...
...
@@ -472,12 +478,12 @@
display
:
inline-block
;
text-align
:
center
;
line-height
:
55
rpx
;
/* margin-left: 49rpx; */
/* margin-left: 49rpx; */
}
.box-bg
{
height
:
88
rpx
;
line-height
:
88
rpx
;
background
:
#FFFFFF
;
...
...
@@ -489,8 +495,9 @@
/* justify-content: space-between; */
padding-right
:
52
rpx
;
}
.box-bg2
{
.box-bg2
{
height
:
224
rpx
;
line-height
:
88
rpx
;
background
:
#FFFFFF
;
...
...
@@ -502,6 +509,7 @@
/* justify-content: space-between; */
padding-right
:
52
rpx
;
}
.box-img
{
display
:
flex
;
justify-content
:
center
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment