initial commit
135
static/css/style.css
Normal file
|
@ -0,0 +1,135 @@
|
|||
/* 主框架 */
|
||||
body{
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
.page{
|
||||
max-width: 1150px;
|
||||
margin: auto;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
@media (min-width:1150px) {
|
||||
.page{
|
||||
margin-top: 50px;
|
||||
}
|
||||
}
|
||||
|
||||
.bodycontainer{
|
||||
max-width: 760px;
|
||||
/* padding-right: 80px; */
|
||||
}
|
||||
|
||||
/* 时间 */
|
||||
.time{
|
||||
text-align: right;
|
||||
padding-right: 60px;
|
||||
/* white-space: nowrap; */
|
||||
}
|
||||
@media (max-width: 576px){
|
||||
.time{
|
||||
text-align: center;
|
||||
padding-right: 15px;
|
||||
}
|
||||
}
|
||||
@media (max-width: 720px) and (min-width:576px){
|
||||
.time{
|
||||
padding-right: 20px;
|
||||
}
|
||||
}
|
||||
|
||||
/* 抬头 */
|
||||
.avatar{
|
||||
max-height: 45px;
|
||||
float: left;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.intro{
|
||||
float: left;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.name{
|
||||
color:#186D9C!important;
|
||||
margin-bottom: 0;
|
||||
line-height: 1.1;
|
||||
}
|
||||
|
||||
.tag::before{
|
||||
content:"#"
|
||||
}
|
||||
.tag{
|
||||
font-size: 80%;
|
||||
margin-left: 0px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
||||
/* 正文 */
|
||||
.context{
|
||||
clear: left;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* 图片 */
|
||||
.pic1{
|
||||
max-width: 80%;
|
||||
max-height: 250px;
|
||||
padding-bottom:10px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
/* 图片集 */
|
||||
#carouselExampleIndicators{
|
||||
width: 80%;
|
||||
padding-bottom:10px;
|
||||
margin-top: 5px;
|
||||
}
|
||||
|
||||
.pic-in-set{
|
||||
height: 250px;
|
||||
}
|
||||
|
||||
/* 内容附带的超链接 */
|
||||
.share-link-block{
|
||||
padding-bottom:10px;
|
||||
padding-top:10px;
|
||||
margin-bottom:10px;
|
||||
background: #f7f7f7;
|
||||
}
|
||||
.link-table{
|
||||
margin-left: 10%;
|
||||
max-width: 80%;
|
||||
}
|
||||
.link-logo{
|
||||
max-width: 50px;
|
||||
max-height: 50px;
|
||||
}
|
||||
.share-link-block a{
|
||||
color:#17a2b8;
|
||||
word-wrap: break-word;
|
||||
}
|
||||
|
||||
/* 附注信息 */
|
||||
.note{
|
||||
font-size: 80%;
|
||||
text-indent: 20px;
|
||||
float: left;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
/* footer底注 */
|
||||
.footer {
|
||||
background-color: #f5f5f5;
|
||||
text-align: center;
|
||||
font-size: 95%;
|
||||
}
|
||||
.footcontainer {
|
||||
width: auto;
|
||||
padding-right: 15px;
|
||||
padding-left: 15px;
|
||||
}
|
||||
|
||||
.footcontainer a{
|
||||
text-decoration: underline !important;
|
||||
color:#6c757d !important;
|
||||
}
|
||||
|
BIN
static/favicon/android-icon-144x144.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/favicon/android-icon-192x192.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
static/favicon/android-icon-36x36.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
static/favicon/android-icon-48x48.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
static/favicon/android-icon-72x72.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
static/favicon/android-icon-96x96.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
static/favicon/apple-icon-114x114.png
Normal file
After Width: | Height: | Size: 9.1 KiB |
BIN
static/favicon/apple-icon-120x120.png
Normal file
After Width: | Height: | Size: 9.6 KiB |
BIN
static/favicon/apple-icon-144x144.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/favicon/apple-icon-152x152.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/favicon/apple-icon-180x180.png
Normal file
After Width: | Height: | Size: 16 KiB |
BIN
static/favicon/apple-icon-57x57.png
Normal file
After Width: | Height: | Size: 4.2 KiB |
BIN
static/favicon/apple-icon-60x60.png
Normal file
After Width: | Height: | Size: 4.4 KiB |
BIN
static/favicon/apple-icon-72x72.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
static/favicon/apple-icon-76x76.png
Normal file
After Width: | Height: | Size: 5.7 KiB |
BIN
static/favicon/apple-icon-precomposed.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
static/favicon/apple-icon.png
Normal file
After Width: | Height: | Size: 15 KiB |
2
static/favicon/browserconfig.xml
Normal file
|
@ -0,0 +1,2 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<browserconfig><msapplication><tile><square70x70logo src="/ms-icon-70x70.png"/><square150x150logo src="/ms-icon-150x150.png"/><square310x310logo src="/ms-icon-310x310.png"/><TileColor>#ffffff</TileColor></tile></msapplication></browserconfig>
|
BIN
static/favicon/favicon-16x16.png
Normal file
After Width: | Height: | Size: 1.4 KiB |
BIN
static/favicon/favicon-32x32.png
Normal file
After Width: | Height: | Size: 2.3 KiB |
BIN
static/favicon/favicon-96x96.png
Normal file
After Width: | Height: | Size: 7.5 KiB |
BIN
static/favicon/favicon.ico
Normal file
After Width: | Height: | Size: 1.1 KiB |
41
static/favicon/manifest.json
Normal file
|
@ -0,0 +1,41 @@
|
|||
{
|
||||
"name": "App",
|
||||
"icons": [
|
||||
{
|
||||
"src": "\/android-icon-36x36.png",
|
||||
"sizes": "36x36",
|
||||
"type": "image\/png",
|
||||
"density": "0.75"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-48x48.png",
|
||||
"sizes": "48x48",
|
||||
"type": "image\/png",
|
||||
"density": "1.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-72x72.png",
|
||||
"sizes": "72x72",
|
||||
"type": "image\/png",
|
||||
"density": "1.5"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-96x96.png",
|
||||
"sizes": "96x96",
|
||||
"type": "image\/png",
|
||||
"density": "2.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-144x144.png",
|
||||
"sizes": "144x144",
|
||||
"type": "image\/png",
|
||||
"density": "3.0"
|
||||
},
|
||||
{
|
||||
"src": "\/android-icon-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image\/png",
|
||||
"density": "4.0"
|
||||
}
|
||||
]
|
||||
}
|
BIN
static/favicon/ms-icon-144x144.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/favicon/ms-icon-150x150.png
Normal file
After Width: | Height: | Size: 13 KiB |
BIN
static/favicon/ms-icon-310x310.png
Normal file
After Width: | Height: | Size: 35 KiB |
BIN
static/favicon/ms-icon-70x70.png
Normal file
After Width: | Height: | Size: 5.2 KiB |
BIN
static/img/default_avatar.png
Normal file
After Width: | Height: | Size: 12 KiB |
BIN
static/link-logos/default_link_logo.png
Normal file
After Width: | Height: | Size: 43 KiB |