Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
肖康
/
H5_2.0
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
363ab24a
authored
May 27, 2023
by
LJM
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
fae
parent
b02afc75
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
153 additions
and
9 deletions
assets/css/mine/fae.scss
pages/mine/fae.vue
assets/css/mine/fae.scss
0 → 100644
View file @
363ab24a
.page-dome
{
padding
:
88rpx
24rpx
0
24rpx
;
.title
{
height
:
88rpx
;
font-size
:
28rpx
;
color
:
#292b33
;
font-weight
:
600
;
}
.content
{
padding
:
24rpx
;
background
:
#ffffff
;
border-radius
:
10rpx
;
.box
{
margin-bottom
:
28rpx
;
&
:last-child
{
margin-bottom
:
0
;
}
.label-box
{
margin-bottom
:
16rpx
;
.required
{
font-size
:
24rpx
;
color
:
#1969f9
;
}
.name
{
font-size
:
24rpx
;
color
:
#484b59
;
}
}
.tab
{
color
:
#f00
;
.tab-box
{
width
:
206rpx
;
height
:
72rpx
;
background
:
#f5f5f7
;
border-radius
:
6rpx
;
font-size
:
24rpx
;
color
:
#292b33
;
}
}
.textarea-box
{
height
:
144rpx
;
background
:
#f5f5f7
;
border-radius
:
10rpx
;
.uni-textarea
{
height
:
144rpx
;
padding
:
24rpx
;
font-size
:
24rpx
;
}
}
.input-box
{
width
:
654rpx
;
height
:
72rpx
;
background
:
#f5f5f7
;
border-radius
:
10rpx
;
.uni-input
{
padding-left
:
24rpx
;
height
:
72rpx
;
font-size
:
24rpx
;
}
}
}
}
.btn
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
width
:
100%
;
height
:
100rpx
;
z-index
:
9
;
background
:
#ffffff
;
box-shadow
:
0px
-4rpx
20rpx
0px
rgba
(
198
,
199
,
204
,
0
.1
);
border-radius
:
10rpx
10rpx
0px
0px
;
padding
:
0
24rpx
;
.btn1
{
width
:
100%
;
height
:
68rpx
;
background
:
#1969f9
;
border-radius
:
10rpx
;
font-size
:
28rpx
;
color
:
#fff
;
}
}
}
pages/mine/fae.vue
View file @
363ab24a
<
template
>
<view
class=
"page-dome"
><navElement
title=
"FAE技术申请"
></navElement></view>
<view
class=
"page-dome"
>
<navElement
title=
"FAE技术申请"
></navElement>
<view
class=
"title row verCenter"
>
申请人信息
</view>
<view
class=
"content"
>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
姓名:
</text>
</view>
<view
class=
"input-box"
><input
type=
"text"
placeholder=
"请输入姓名"
class=
"uni-input"
/></view>
</view>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
手机号:
</text>
</view>
<view
class=
"input-box"
><input
type=
"text"
placeholder=
"请输入手机号"
class=
"uni-input"
/></view>
</view>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
公司名:
</text>
</view>
<view
class=
"input-box"
><input
type=
"text"
placeholder=
"请输入公司名"
class=
"uni-input"
/></view>
</view>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
邮箱:
</text>
</view>
<view
class=
"input-box"
><input
type=
"text"
placeholder=
"请输入邮箱"
class=
"uni-input"
/></view>
</view>
</view>
<view
class=
"title row verCenter"
>
项目信息
</view>
<view
class=
"content"
>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
项目阶段
</text>
</view>
<view
class=
"tab row avarage"
>
<view
class=
"tab-box row rowCenter verCenter"
>
设计研发
</view>
<view
class=
"tab-box row rowCenter verCenter"
>
小批量试产
</view>
<view
class=
"tab-box row rowCenter verCenter"
>
已量产
</view>
</view>
</view>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
申请理由
</text>
</view>
<view
class=
"tab row avarage"
>
<view
class=
"tab-box row rowCenter verCenter"
>
压缩成本
</view>
<view
class=
"tab-box row rowCenter verCenter"
>
停产料替代
</view>
<view
class=
"tab-box row rowCenter verCenter"
>
进口交期长
</view>
</view>
</view>
<view
class=
"box"
>
<view
class=
"label-box"
>
<text
class=
"required"
>
*
</text>
<text
class=
"name"
>
需求描述:
</text>
</view>
<view
class=
"textarea-box row"
><textarea
class=
"uni-textarea"
placeholder=
"请输入需求描述"
></textarea></view>
</view>
</view>
<view
class=
"btn row rowCenter verCenter"
><view
class=
"btn1 row rowCenter verCenter"
>
提交
</view></view>
</view>
</
template
>
<
script
>
...
...
@@ -18,17 +84,11 @@ export default {
this
.
getData
();
},
methods
:
{
getData
(
type
)
{
this
.
request
(
Api_Url
+
'/article/getArticleList'
,
'POST'
,
this
.
searchParams
,
true
,
true
).
then
(
res
=>
{
if
(
res
.
err_code
===
0
)
{
}
else
{
}
});
}
getData
()
{}
}
};
</
script
>
<
style
lang=
"scss"
>
@import
'@/assets/css/mine/
dom
e.scss'
;
@import
'@/assets/css/mine/
fa
e.scss'
;
</
style
>
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