first commit
43
target/classes/static/home/css/imgareaselect-default.css
Normal file
@@ -0,0 +1,43 @@
|
||||
|
||||
<!-- saved from url=(0060)https://www.jxdyp.com/resource/css/imgareaselect-default.css -->
|
||||
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
|
||||
* imgAreaSelect default style
|
||||
*/
|
||||
|
||||
.imgareaselect-border1 {
|
||||
background: url(../images/border-v.gif) repeat-y left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border2 {
|
||||
background: url(../images/border-h.gif) repeat-x left top;
|
||||
}
|
||||
|
||||
.imgareaselect-border3 {
|
||||
background: url(../images/border-v.gif) repeat-y right top;
|
||||
}
|
||||
|
||||
.imgareaselect-border4 {
|
||||
background: url(../images/border-h.gif) repeat-x left bottom;
|
||||
}
|
||||
|
||||
.imgareaselect-border1, .imgareaselect-border2,
|
||||
.imgareaselect-border3, .imgareaselect-border4 {
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-handle {
|
||||
background-color: #fff;
|
||||
border: solid 1px #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-outer {
|
||||
background-color: #000;
|
||||
opacity: 0.5;
|
||||
filter: alpha(opacity=50);
|
||||
}
|
||||
|
||||
.imgareaselect-selection {
|
||||
}</pre></body></html>
|
||||
36
target/classes/static/home/css/jqpagination.css
Normal file
@@ -0,0 +1,36 @@
|
||||
#pager {
|
||||
padding:20px 0;
|
||||
display:inline-block;
|
||||
}
|
||||
#pager ul.pages
|
||||
{
|
||||
display: block;
|
||||
border: none;
|
||||
text-transform: uppercase;
|
||||
font-size: 16px;
|
||||
padding: 0;
|
||||
}
|
||||
#pager ul.pages li
|
||||
{
|
||||
list-style: none;
|
||||
float: left;
|
||||
text-decoration: none;
|
||||
margin: 0 5px 0 0;
|
||||
padding:3px 10px;
|
||||
}
|
||||
#pager ul.pages li:hover
|
||||
{
|
||||
background-color: #4DD0C8;
|
||||
color:White;
|
||||
}
|
||||
#pager ul.pages li.pgEmpty
|
||||
{
|
||||
color:#bbb;
|
||||
cursor:default;
|
||||
background:url(" ");
|
||||
}
|
||||
#pager ul.pages li.pgCurrent
|
||||
{
|
||||
color:white;
|
||||
background-color: #4DD0C8;
|
||||
}
|
||||
230
target/classes/static/home/css/jquery.flexslider.css
Normal file
@@ -0,0 +1,230 @@
|
||||
/*
|
||||
* jQuery FlexSlider v2.4.0
|
||||
* http://www.woothemes.com/flexslider/
|
||||
*
|
||||
* Copyright 2012 WooThemes
|
||||
* Free to use under the GPLv2 and later license.
|
||||
* http://www.gnu.org/licenses/gpl-2.0.html
|
||||
*
|
||||
* Contributing author: Tyler Smith (@mbmufffin)
|
||||
*
|
||||
*/
|
||||
/* ====================================================================================================================
|
||||
* RESETS
|
||||
* ====================================================================================================================*/
|
||||
.flex-container a:hover,
|
||||
.flex-slider a:hover,
|
||||
.flex-container a:focus,
|
||||
.flex-slider a:focus {
|
||||
outline: none;
|
||||
}
|
||||
.slides,
|
||||
.slides > li,
|
||||
.flex-control-nav,
|
||||
.flex-direction-nav {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
}
|
||||
.flex-pauseplay span {
|
||||
text-transform: capitalize;
|
||||
}
|
||||
/* ====================================================================================================================
|
||||
* BASE STYLES
|
||||
* ====================================================================================================================*/
|
||||
.flexslider {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.flexslider .slides > li {
|
||||
display: none;
|
||||
-webkit-backface-visibility: hidden;
|
||||
}
|
||||
.flexslider .slides img {
|
||||
width: 100%;
|
||||
display: block;
|
||||
}
|
||||
.flexslider .slides:after {
|
||||
content: "\0020";
|
||||
display: block;
|
||||
clear: both;
|
||||
visibility: hidden;
|
||||
line-height: 0;
|
||||
height: 0;
|
||||
}
|
||||
html[xmlns] .flexslider .slides {
|
||||
display: block;
|
||||
}
|
||||
* html .flexslider .slides {
|
||||
height: 1%;
|
||||
}
|
||||
.no-js .flexslider .slides > li:first-child {
|
||||
display: block;
|
||||
}
|
||||
/* ====================================================================================================================
|
||||
* DEFAULT THEME
|
||||
* ====================================================================================================================*/
|
||||
.flexslider {
|
||||
background: #ffffff;
|
||||
position: relative;
|
||||
zoom: 1;
|
||||
}
|
||||
.flexslider .slides {
|
||||
zoom: 1;
|
||||
}
|
||||
.flexslider .slides img {
|
||||
height: auto;
|
||||
}
|
||||
.flex-viewport {
|
||||
max-height: 2000px;
|
||||
-webkit-transition: all 1s ease;
|
||||
-moz-transition: all 1s ease;
|
||||
-ms-transition: all 1s ease;
|
||||
-o-transition: all 1s ease;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
.loading .flex-viewport {
|
||||
max-height: 300px;
|
||||
}
|
||||
.carousel li {
|
||||
margin-right: 5px;
|
||||
}
|
||||
.flex-direction-nav {
|
||||
*height: 0;
|
||||
}
|
||||
.flex-direction-nav a {
|
||||
text-decoration: none;
|
||||
display: block;
|
||||
width: 40px;
|
||||
height: 40px;
|
||||
margin: -20px 0 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
opacity: 0;
|
||||
cursor: pointer;
|
||||
color: rgba(0, 0, 0, 0.8);
|
||||
text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
|
||||
}
|
||||
.flex-direction-nav .flex-prev {
|
||||
left: -50px;
|
||||
}
|
||||
.flex-direction-nav .flex-next {
|
||||
right: -50px;
|
||||
text-align: right;
|
||||
}
|
||||
.flexslider:hover .flex-direction-nav .flex-prev {
|
||||
opacity: 0.7;
|
||||
left: 10px;
|
||||
}
|
||||
.flexslider:hover .flex-direction-nav .flex-prev:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.flexslider:hover .flex-direction-nav .flex-next {
|
||||
opacity: 0.7;
|
||||
right: 10px;
|
||||
}
|
||||
.flexslider:hover .flex-direction-nav .flex-next:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.flex-direction-nav .flex-disabled {
|
||||
opacity: 0!important;
|
||||
filter: alpha(opacity=0);
|
||||
cursor: default;
|
||||
}
|
||||
.flex-pauseplay a {
|
||||
display: block;
|
||||
width: 20px;
|
||||
height: 20px;
|
||||
position: absolute;
|
||||
bottom: 5px;
|
||||
left: 10px;
|
||||
opacity: 0.8;
|
||||
z-index: 10;
|
||||
overflow: hidden;
|
||||
cursor: pointer;
|
||||
color: #000;
|
||||
}
|
||||
.flex-pauseplay a:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.flex-control-nav {
|
||||
width: 100%;
|
||||
position: absolute;
|
||||
bottom: -40px;
|
||||
text-align: center;
|
||||
}
|
||||
.flex-control-nav li {
|
||||
margin: 0 6px;
|
||||
display: inline-block;
|
||||
zoom: 1;
|
||||
*display: inline;
|
||||
}
|
||||
.flex-control-paging li a {
|
||||
width: 11px;
|
||||
height: 11px;
|
||||
display: block;
|
||||
background: #666;
|
||||
background: rgba(0, 0, 0, 0.5);
|
||||
cursor: pointer;
|
||||
text-indent: -9999px;
|
||||
-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
|
||||
-webkit-border-radius: 20px;
|
||||
-moz-border-radius: 20px;
|
||||
border-radius: 20px;
|
||||
}
|
||||
.flex-control-paging li a:hover {
|
||||
background: #333;
|
||||
background: rgba(0, 0, 0, 0.7);
|
||||
}
|
||||
.flex-control-paging li a.flex-active {
|
||||
background: #000;
|
||||
background: rgba(0, 0, 0, 0.9);
|
||||
cursor: default;
|
||||
}
|
||||
.flex-control-thumbs {
|
||||
margin: 5px 0 0;
|
||||
position: static;
|
||||
overflow: hidden;
|
||||
}
|
||||
.flex-control-thumbs li {
|
||||
width: 25%;
|
||||
float: left;
|
||||
margin: 0;
|
||||
}
|
||||
.flex-control-thumbs img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
opacity: .7;
|
||||
cursor: pointer;
|
||||
-webkit-transition: all 1s ease;
|
||||
-moz-transition: all 1s ease;
|
||||
-ms-transition: all 1s ease;
|
||||
-o-transition: all 1s ease;
|
||||
transition: all 1s ease;
|
||||
}
|
||||
.flex-control-thumbs img:hover {
|
||||
opacity: 1;
|
||||
}
|
||||
.flex-control-thumbs .flex-active {
|
||||
opacity: 1;
|
||||
cursor: default;
|
||||
}
|
||||
/* ====================================================================================================================
|
||||
* RESPONSIVE
|
||||
* ====================================================================================================================*/
|
||||
@media screen and (max-width: 860px) {
|
||||
.flex-direction-nav .flex-prev {
|
||||
opacity: 1;
|
||||
left: 10px;
|
||||
}
|
||||
.flex-direction-nav .flex-next {
|
||||
opacity: 1;
|
||||
right: 10px;
|
||||
}
|
||||
}
|
||||
37
target/classes/static/home/css/jquery.jPages.css
Normal file
@@ -0,0 +1,37 @@
|
||||
.jpage {
|
||||
display:inline-block;
|
||||
padding:30px 0;
|
||||
}
|
||||
|
||||
.jpage a {
|
||||
float:left;
|
||||
padding:3px 11px;
|
||||
margin:0 5px;
|
||||
font-size:16px;
|
||||
cursor:pointer;
|
||||
}
|
||||
|
||||
.jpage a:hover {
|
||||
background-color: #4DD0C8;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.jpage a.jp-previous { margin-right: 15px; }
|
||||
.jpage a.jp-next { margin-left: 15px; }
|
||||
|
||||
.jpage a.jp-current, a.jp-current:hover {
|
||||
color: #fff;
|
||||
background-color: #4DD0C8!important;
|
||||
}
|
||||
|
||||
.jpage a.jp-disabled, a.jp-disabled:hover {
|
||||
color: #bbb;
|
||||
}
|
||||
|
||||
.jpage a.jp-current, a.jp-current:hover,
|
||||
.jpage a.jp-disabled, a.jp-disabled:hover {
|
||||
cursor: default;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.jpage span { margin: 0 5px; }
|
||||
46
target/classes/static/home/css/jquery.jRating.css
Normal file
@@ -0,0 +1,46 @@
|
||||
/*********************/
|
||||
/** jRating CSS **/
|
||||
/*********************/
|
||||
|
||||
/**Div containing the color of the stars */
|
||||
.jRatingAverage {
|
||||
background-color:#f4c239;
|
||||
position:relative;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index:2;
|
||||
height:100%;
|
||||
}
|
||||
.jRatingColor {
|
||||
background-color:#f4c239; /* bgcolor of the stars*/
|
||||
position:relative;
|
||||
top:0;
|
||||
left:0;
|
||||
z-index:2;
|
||||
height:100%;
|
||||
}
|
||||
|
||||
/** Div containing the stars **/
|
||||
.jStar {
|
||||
position:relative;
|
||||
left:0;
|
||||
z-index:3;
|
||||
}
|
||||
|
||||
/** P containing the rate informations **/
|
||||
p.jRatingInfos {
|
||||
position:absolute;
|
||||
z-index:9999;
|
||||
border-radius: 5px;
|
||||
background-color:#f4c239;
|
||||
color: #FFF;
|
||||
display: none;
|
||||
width: 70px;
|
||||
height: 24px;
|
||||
font-size:16px;
|
||||
text-align:center;
|
||||
}
|
||||
p.jRatingInfos span.maxRate {
|
||||
color:#FFF;
|
||||
font-size:14px;
|
||||
}
|
||||
172
target/classes/static/home/css/main.css
Normal file
@@ -0,0 +1,172 @@
|
||||
@charset "utf-8";
|
||||
/**
|
||||
* @名称: main
|
||||
* @功能: 重设浏览器默认样式
|
||||
* @更新: 2015.05.19
|
||||
* @博客:http://www.cssw3c.com
|
||||
*/
|
||||
|
||||
/* 内外边距通常让各个浏览器样式的表现位置不同 */
|
||||
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
|
||||
margin:0;padding:0;outline:none;
|
||||
}
|
||||
|
||||
/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
|
||||
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
|
||||
display:block;
|
||||
}
|
||||
|
||||
/* HTML5 媒体文件跟 img 保持一致 */
|
||||
audio,canvas,video {
|
||||
display: inline-block;*display: inline;*zoom: 1;
|
||||
}
|
||||
|
||||
/* 要注意表单元素并不继承父级 font 的问题 */
|
||||
|
||||
input,select,textarea{
|
||||
font-size:100%;
|
||||
}
|
||||
|
||||
/* 去掉各Table cell 的边距并让其边重合 */
|
||||
table{
|
||||
border-collapse:collapse;border-spacing:0;
|
||||
}
|
||||
|
||||
/* IE bug fixed: th 不继承 text-align*/
|
||||
th{
|
||||
text-align:inherit;
|
||||
}
|
||||
|
||||
/* 去除默认边框 */
|
||||
fieldset,img{
|
||||
border:0;
|
||||
}
|
||||
|
||||
/* ie6 7 8(q) bug 显示为行内表现 */
|
||||
iframe{
|
||||
display:block;
|
||||
}
|
||||
|
||||
/* 去掉 firefox 下此元素的边框 */
|
||||
abbr,acronym{
|
||||
border:0;font-variant:normal;
|
||||
}
|
||||
|
||||
/* 一致的 del 样式 */
|
||||
del {
|
||||
text-decoration:line-through;
|
||||
}
|
||||
|
||||
address,caption,cite,code,dfn,em,th,var {
|
||||
font-style:normal;
|
||||
font-weight:500;
|
||||
}
|
||||
|
||||
/* 去掉列表前的标识, li 会继承 */
|
||||
ol,ul {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
/* 对齐是排版最重要的因素, 别让什么都居中 */
|
||||
caption,th {
|
||||
text-align:left;
|
||||
}
|
||||
|
||||
/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
|
||||
h1,h2,h3,h4,h5,h6 {
|
||||
font-size:100%;
|
||||
font-weight:500;
|
||||
}
|
||||
|
||||
q:before,q:after {
|
||||
content:'';
|
||||
}
|
||||
|
||||
/* 统一上标和下标 */
|
||||
sub, sup {
|
||||
font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;
|
||||
}
|
||||
sup {top: -0.5em;}
|
||||
sub {bottom: -0.25em;}
|
||||
|
||||
|
||||
|
||||
/* 让链接在 hover 状态下显示下划线 */
|
||||
a:hover {
|
||||
text-decoration:underline;
|
||||
}
|
||||
|
||||
/* 默认不显示下划线,保持页面简洁 */
|
||||
ins,a {
|
||||
text-decoration:none;
|
||||
}
|
||||
|
||||
/* 清理浮动 */
|
||||
.fn-clear:after {
|
||||
content:''; /* content:'.';在底部或者最外层的话,会有多余空白出现 */
|
||||
clear:both;
|
||||
display:block;
|
||||
height:0;
|
||||
line-height:0;
|
||||
visibility:hidden;
|
||||
}
|
||||
.fn-clear {
|
||||
*zoom:1; /* for IE6 IE7 */
|
||||
}
|
||||
|
||||
/* 隐藏, 通常用来与 JS 配合 */
|
||||
.fn-hide {
|
||||
display:none!important;
|
||||
}
|
||||
|
||||
/* 设置内联, 减少浮动带来的bug */
|
||||
.fn-left,.fn-right {
|
||||
display:inline;
|
||||
}
|
||||
.fn-left {
|
||||
float:left!important;
|
||||
}
|
||||
.fn-right {
|
||||
float:right!important;
|
||||
}
|
||||
|
||||
/* 其它常用原子样式 */
|
||||
.fn-bold{
|
||||
font-weight:bold!important;
|
||||
}
|
||||
.fn-aleft{
|
||||
text-align:left!important;
|
||||
}
|
||||
.fn-acenter{
|
||||
text-align:center!important;
|
||||
}
|
||||
.fn-aright{
|
||||
text-align:right!important;
|
||||
}
|
||||
.fn-vtop{
|
||||
vertical-align:top!important;
|
||||
}
|
||||
.fn-vmiddle{
|
||||
vertical-align:middle!important;
|
||||
}
|
||||
.fn-nobd{
|
||||
border:0!important;
|
||||
}
|
||||
.fn-nobg{
|
||||
background:none!important;
|
||||
}
|
||||
.loadpanel {
|
||||
position: fixed;
|
||||
bottom: 40%;
|
||||
right: 50%;
|
||||
z-index: 9999;
|
||||
}
|
||||
.disabled {
|
||||
filter: alpha(opacity=30);
|
||||
-moz-opacity: 0.3;
|
||||
-khtml-opacity: 0.3;
|
||||
opacity: 0.3;
|
||||
}
|
||||
#cnzz_stat_icon_1255526993 {
|
||||
display:none;
|
||||
}
|
||||
1
target/classes/static/home/css/style.min.css
vendored
Normal file
BIN
target/classes/static/home/images/1.jpg
Normal file
|
After Width: | Height: | Size: 192 KiB |
BIN
target/classes/static/home/images/111.mp4
Normal file
BIN
target/classes/static/home/images/2.jpg
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
target/classes/static/home/images/20150617163812997753499.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
target/classes/static/home/images/20150617163825310257270.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
target/classes/static/home/images/20150617163842872758936.jpg
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
BIN
target/classes/static/home/images/20150710102429330628790.png
Normal file
|
After Width: | Height: | Size: 25 KiB |
BIN
target/classes/static/home/images/20151214153303308355432.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
target/classes/static/home/images/20160219162234267078197.jpg
Normal file
|
After Width: | Height: | Size: 34 KiB |
BIN
target/classes/static/home/images/20160510095950937015059.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
target/classes/static/home/images/20160523143748520626975.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
target/classes/static/home/images/20160617112542518017957.jpg
Normal file
|
After Width: | Height: | Size: 5.7 KiB |
BIN
target/classes/static/home/images/20160812164639793747627.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
target/classes/static/home/images/20160819134642381093431.jpg
Normal file
|
After Width: | Height: | Size: 8.2 KiB |
BIN
target/classes/static/home/images/20160927103649132345457.jpg
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
target/classes/static/home/images/20161109093338282963255.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
target/classes/static/home/images/20161125091417062852610.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
target/classes/static/home/images/20170224092901752166657.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
target/classes/static/home/images/20170224093020736534247.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
target/classes/static/home/images/20170224093120642784914.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
target/classes/static/home/images/20170224093233267783530.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
target/classes/static/home/images/20170224093331189664339.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
target/classes/static/home/images/20170310150552360203990.jpg
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
target/classes/static/home/images/20170314153324047707153.jpg
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
target/classes/static/home/images/20170328102804077577419.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
target/classes/static/home/images/20170407114132568251433.jpg
Normal file
|
After Width: | Height: | Size: 38 KiB |
BIN
target/classes/static/home/images/20170417100354145798485.jpg
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
target/classes/static/home/images/20170613105033688781585.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
target/classes/static/home/images/20170620094221891904702.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
target/classes/static/home/images/20170722115152100003969.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
target/classes/static/home/images/20170912143246971524224.jpg
Normal file
|
After Width: | Height: | Size: 26 KiB |
BIN
target/classes/static/home/images/20171009150125345943778.jpg
Normal file
|
After Width: | Height: | Size: 10 KiB |
BIN
target/classes/static/home/images/20171117151927975473787.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
target/classes/static/home/images/20171120090729666696221.jpg
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
target/classes/static/home/images/20180503100703779942400.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
target/classes/static/home/images/20180504084034744196033.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
target/classes/static/home/images/20180604085644935727555.jpg
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
target/classes/static/home/images/20180914154843352671643.jpg
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
target/classes/static/home/images/20180914154854087044001.jpg
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
target/classes/static/home/images/20180919175450250877481.jpg
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
target/classes/static/home/images/20180929093755617255697.png
Normal file
|
After Width: | Height: | Size: 9.7 KiB |
BIN
target/classes/static/home/images/20181127100457000907721.jpg
Normal file
|
After Width: | Height: | Size: 40 KiB |
BIN
target/classes/static/home/images/20181227140313844416287.jpg
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
target/classes/static/home/images/20190109114011225693383.jpg
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
target/classes/static/home/images/20190111102353184576887.jpg
Normal file
|
After Width: | Height: | Size: 6.7 KiB |
BIN
target/classes/static/home/images/20190118171045127592330.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
target/classes/static/home/images/20190124170816796446907.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
target/classes/static/home/images/20190128102334302737779.jpg
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
target/classes/static/home/images/20190131092238791946433.jpg
Normal file
|
After Width: | Height: | Size: 167 KiB |
BIN
target/classes/static/home/images/20190221094115305871203.jpg
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
target/classes/static/home/images/20190313105538025251129.jpg
Normal file
|
After Width: | Height: | Size: 141 KiB |
BIN
target/classes/static/home/images/20190313194512779964397.png
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
target/classes/static/home/images/2019042409524134925695.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
target/classes/static/home/images/20190509110647763671154.jpg
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
target/classes/static/home/images/20190515102102818354164.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
target/classes/static/home/images/20190515102118162109880.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
target/classes/static/home/images/20190515102133521484408.jpg
Normal file
|
After Width: | Height: | Size: 8.0 KiB |
BIN
target/classes/static/home/images/20190515102243005856413.jpg
Normal file
|
After Width: | Height: | Size: 14 KiB |
BIN
target/classes/static/home/images/2019051515250303710359.png
Normal file
|
After Width: | Height: | Size: 106 KiB |
BIN
target/classes/static/home/images/20190515152547927732307.jpg
Normal file
|
After Width: | Height: | Size: 46 KiB |
BIN
target/classes/static/home/images/20190516141951558682274.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
target/classes/static/home/images/20190516142013293066192.jpg
Normal file
|
After Width: | Height: | Size: 3.6 KiB |
BIN
target/classes/static/home/images/20190517095944792696187.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
target/classes/static/home/images/20190520092130456358350.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
target/classes/static/home/images/20190604152411790236417.png
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
target/classes/static/home/images/20190617110719866001852.jpg
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
target/classes/static/home/images/20190701170047532706646.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
target/classes/static/home/images/20190708085809257748315.jpg
Normal file
|
After Width: | Height: | Size: 27 KiB |
BIN
target/classes/static/home/images/2019090217050210252284.jpg
Normal file
|
After Width: | Height: | Size: 969 KiB |
BIN
target/classes/static/home/images/20190909094928973948475.jpg
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
target/classes/static/home/images/20191015151205702533472.jpg
Normal file
|
After Width: | Height: | Size: 1.9 MiB |
BIN
target/classes/static/home/images/20191015152345093163877.jpg
Normal file
|
After Width: | Height: | Size: 551 KiB |
BIN
target/classes/static/home/images/20191118154131713622784.jpg
Normal file
|
After Width: | Height: | Size: 2.1 MiB |
BIN
target/classes/static/home/images/20191118161052354253732.jpg
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
target/classes/static/home/images/20191118162052807375260.jpg
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
target/classes/static/home/images/20191118163939119871031.jpg
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
target/classes/static/home/images/2019111909262318237345.jpg
Normal file
|
After Width: | Height: | Size: 366 KiB |
BIN
target/classes/static/home/images/20191119092739494871915.jpg
Normal file
|
After Width: | Height: | Size: 1.8 MiB |
BIN
target/classes/static/home/images/20191119092837416752724.jpg
Normal file
|
After Width: | Height: | Size: 176 KiB |
BIN
target/classes/static/home/images/20191119093039869877254.jpg
Normal file
|
After Width: | Height: | Size: 2.0 MiB |
BIN
target/classes/static/home/images/20191202003004641474750.jpg
Normal file
|
After Width: | Height: | Size: 16 KiB |
BIN
target/classes/static/home/images/20191203112536837491049.jpg
Normal file
|
After Width: | Height: | Size: 22 KiB |
BIN
target/classes/static/home/images/2019121009032847466677.jpg
Normal file
|
After Width: | Height: | Size: 4.4 KiB |
BIN
target/classes/static/home/images/20191218110003711204874.jpg
Normal file
|
After Width: | Height: | Size: 4.5 KiB |
BIN
target/classes/static/home/images/20191226154547640917431.jpg
Normal file
|
After Width: | Height: | Size: 296 KiB |
BIN
target/classes/static/home/images/20191226154638234663294.jpg
Normal file
|
After Width: | Height: | Size: 261 KiB |
BIN
target/classes/static/home/images/20191226154748469043489.jpg
Normal file
|
After Width: | Height: | Size: 247 KiB |
BIN
target/classes/static/home/images/20191226154907140915932.jpg
Normal file
|
After Width: | Height: | Size: 293 KiB |
BIN
target/classes/static/home/images/20200102103849482308296.jpg
Normal file
|
After Width: | Height: | Size: 690 KiB |
BIN
target/classes/static/home/images/20200102110030_0916.png
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
target/classes/static/home/images/20200102110226232308934.png
Normal file
|
After Width: | Height: | Size: 208 KiB |
BIN
target/classes/static/home/images/20200102111133607304498.jpg
Normal file
|
After Width: | Height: | Size: 690 KiB |
BIN
target/classes/static/home/images/20200102111441997936772.png
Normal file
|
After Width: | Height: | Size: 208 KiB |