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
c1a81b52
Commit
c1a81b52
authored
Jan 28, 2019
by
Chao Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'返回结果样式修改'
parent
b53cbb65
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
20 additions
and
3 deletions
+20
-3
criticalInsurance-campaign/css/mstyle.css
+3
-3
criticalInsurance-campaign/css/style.css
+15
-0
criticalInsurance-campaign/js/base.js
+2
-0
No files found.
criticalInsurance-campaign/css/mstyle.css
View file @
c1a81b52
...
...
@@ -161,9 +161,9 @@ footer ul li.selected{
position
:
relative
!important
;
padding
:
0
!important
;
text-align
:
center
!important
;
width
:
100%
!important
;
height
:
11
5px
!important
;
line-height
:
11
5px
!important
;
width
:
100%
!important
;
height
:
9
5px
!important
;
line-height
:
9
5px
!important
;
}
.totast_content
{
width
:
100%
;
...
...
criticalInsurance-campaign/css/style.css
View file @
c1a81b52
...
...
@@ -117,6 +117,21 @@ footer{
.content
#btn3
{
top
:
87%
;
}
.layui-m-layercont
{
position
:
relative
!important
;
padding
:
0
!important
;
text-align
:
center
!important
;
width
:
100%
!important
;
height
:
95px
!important
;
line-height
:
95px
!important
;
}
.layui-m-layercont
.service_item
{
margin-top
:
10%
;
}
.layui-m-layercont
p
.service
{
height
:
30px
;
line-height
:
30px
;
}
@media
screen
and
(
max-width
:
1400px
){
html
,
body
{
font-size
:
12px
;
...
...
criticalInsurance-campaign/js/base.js
View file @
c1a81b52
...
...
@@ -156,6 +156,7 @@ $(function(){
data
:
JSON
.
stringify
(
param
),
headers
:{
"X-Authorization"
:
token
},
success
:
function
(
res
){
if
(
res
[
'success'
]){
// //提示
layer
.
open
({
...
...
@@ -172,6 +173,7 @@ $(function(){
})
})
}
//底部tab切换
$
(
".tab li"
).
click
(
function
(){
$
(
this
).
addClass
(
"selected"
).
siblings
().
removeClass
(
"selected"
);
...
...
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