老系统对接
This commit is contained in:
51
webapp/css/demos.css
Normal file
51
webapp/css/demos.css
Normal file
@ -0,0 +1,51 @@
|
||||
body, html {
|
||||
height: 100%;
|
||||
-webkit-tap-highlight-color: transparent;
|
||||
}
|
||||
.demos-title {
|
||||
text-align: center;
|
||||
font-size: 34px;
|
||||
color: #3cc51f;
|
||||
font-weight: 400;
|
||||
margin: 0 15%;
|
||||
}
|
||||
|
||||
.demos-sub-title {
|
||||
text-align: center;
|
||||
color: #888;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.demos-header {
|
||||
padding: 35px 0;
|
||||
}
|
||||
|
||||
.demos-content-padded {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.demos-second-title {
|
||||
text-align: center;
|
||||
font-size: 24px;
|
||||
color: #3cc51f;
|
||||
font-weight: 400;
|
||||
margin: 0 15%;
|
||||
}
|
||||
|
||||
.text_content ul{list-style:none;}
|
||||
.group:after{content: "."; display: block; height: 0; font-size: 0; clear: both; visibility: hidden;}
|
||||
.li_title{text-align:right;float:left;}
|
||||
.li_content{word-break:break-all;word-wrap:break-word;float:left;}
|
||||
|
||||
footer {
|
||||
text-align: center;
|
||||
font-size: 14px;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
footer a {
|
||||
color: #999;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user