Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
allCampaign
Overview
Overview
Details
Activity
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
allCampaign
Commits
c0b32615
Commit
c0b32615
authored
May 16, 2019
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式修改
parent
0c506e88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
9 deletions
+15
-9
questionnair/src/app/page1/page1.component.html
+1
-1
questionnair/src/app/page16/page16.component.ts
+2
-0
questionnair/src/styles.css
+12
-8
No files found.
questionnair/src/app/page1/page1.component.html
View file @
c0b32615
...
...
@@ -4,7 +4,7 @@
</div>
<div
class=
"tips"
>
<span
style=
"color:red;"
>
*
</span>
<span>
本测试
仅需三
分钟
</span>
<span>
本测试
大约需要1
分钟
</span>
</div>
<!-- <div class="footer" routerLink="/question1">
<div>获取家庭分析报告</div>
...
...
questionnair/src/app/page16/page16.component.ts
View file @
c0b32615
...
...
@@ -110,5 +110,7 @@ export class Page16Component implements OnInit {
this
.
selectedProvinceObj
=
option
}
})
console
.
log
(
this
.
selectedProvinceObj
)
}
}
questionnair/src/styles.css
View file @
c0b32615
...
...
@@ -9,7 +9,7 @@ html, body {
height
:
100%
;
font-family
:
-apple-system
,
BlinkMacSystemFont
,
"Segoe UI"
,
"PingFang SC"
,
"Hiragino Sans GB"
,
"Microsoft YaHei"
,
"Helvetica Neue"
,
Helvetica
,
Arial
,
sans-serif
,
"Apple Color Emoji"
,
"Segoe UI Emoji"
,
"Segoe UI Symbol"
;
overflow
:
hidden
;
/* overflow: hidden; */
}
img
{
max-width
:
100%
;
...
...
@@ -38,7 +38,7 @@ ul li,ol li{
display
:
flex
;
justify-content
:
center
;
align-items
:
center
;
margin
:
5%
;
margin
:
6%
auto
;
}
.footer
{
display
:
flex
;
...
...
@@ -52,14 +52,17 @@ ul li,ol li{
color
:
#fff
;
border-radius
:
10px
;
box-shadow
:
0px
15px
16px
-8px
#f4bbbe
;
position
:
relative
;
bottom
:
10px
;
}
/* .layout.cityLayout{
padding:10px 0;
} */
.content
{
max-height
:
510px
;
/* max-height: 525px; */
overflow
:
auto
;
-webkit-overflow-scrolling
:
touch
;
padding-bottom
:
75px
;
}
/* .layout.cityLayout .questionTitle{
margin:0 10px;
...
...
@@ -67,8 +70,8 @@ ul li,ol li{
.questionTitle
{
color
:
#ec2d37
;
font-size
:
26px
;
height
:
7
0px
;
line-height
:
7
0px
;
height
:
6
0px
;
line-height
:
6
0px
;
width
:
100%
;
display
:
flex
;
}
...
...
@@ -86,10 +89,10 @@ ul li,ol li{
.content_footer
{
display
:
flex
;
width
:
100%
;
position
:
absolute
;
bottom
:
10px
;
position
:
fixed
;
bottom
:
0
;
background-color
:
#fff
;
padding-bottom
:
15px
;
}
.content_footer
div
{
text-align
:
center
;
...
...
@@ -138,6 +141,7 @@ ul li,ol li{
.income
{
display
:
flex
;
flex-wrap
:
wrap
;
margin-bottom
:
0
;
}
.income
li
{
width
:
49%
;
...
...
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