...
|
...
|
@@ -143,34 +143,35 @@ html { |
|
|
overflow: hidden;
|
|
|
float: left;
|
|
|
margin-right: 10px;
|
|
|
background-size: 100% 100%;
|
|
|
}
|
|
|
|
|
|
.pic.coffee {
|
|
|
background: url("/home/family/ico-coffee.png");
|
|
|
background-image: resolve("home/family/ico-coffee.png");
|
|
|
}
|
|
|
|
|
|
.pic.green {
|
|
|
background: url("/home/family/ico-green.png");
|
|
|
background-image: resolve("home/family/ico-green.png");
|
|
|
}
|
|
|
|
|
|
.pic.little {
|
|
|
background: url("/home/family/ico-little.png");
|
|
|
background-image: resolve("home/family/ico-little.png");
|
|
|
}
|
|
|
|
|
|
.pic.mars {
|
|
|
background: url("/home/family/ico-mars.png");
|
|
|
background-image: resolve("home/family/ico-mars.png");
|
|
|
}
|
|
|
|
|
|
.pic.yohobuy {
|
|
|
background: url("/home/family/ico-yohobuy.png");
|
|
|
background-image: resolve("home/family/ico-yohobuy.png");
|
|
|
}
|
|
|
|
|
|
.pic.store {
|
|
|
background: url("/home/family/ico-yohobuy.png");
|
|
|
background-image: resolve("home/family/ico-yohobuy.png");
|
|
|
}
|
|
|
|
|
|
.pic.yohonow {
|
|
|
background: url("/home/family/ico-yohonow.png");
|
|
|
background-image: resolve("home/family/ico-yohonow.png");
|
|
|
}
|
|
|
|
|
|
.title {
|
...
|
...
|
|