update style

This commit is contained in:
avene 2018-06-24 16:31:22 +08:00
parent bb1fca0e68
commit cdf38f35e0
2 changed files with 67 additions and 48 deletions

View File

@ -1,47 +1,62 @@
.dataContent .thumb {
text-align: center;
}
.dataContent img {
width: 100%;
margin-top: 20px;
}
.dataContent p {
margin-top: 20px;
line-height: 24px;
}
.leftBox h5 {
font-size: 18px;
margin: 0;
}
.leftBox p.englishTitle {
font-size: 12px;
color: #666666;
margin-top: 5px;
}
.smallSize span a {
color: #54a1f7;
font-size: 12px;
}
.leftBox {
margin-top: 30px;
}
.leftBox .label-info {
background: #54a1f7;
}
.spaceLocation {
height: 400px;
border: 1px solid #CCCCCC;
}
.spaceLocation img {
width: 100%;
height: 100%;
}
.rightOne ul {
padding-left: 20px;
}
.rightOne ul li {
list-style: circle;
}
.rightOne a {
color: #54a1f7;
}
#myTabContent {
border: 1px solid #E6E6E6;
border-top: none;
@ -49,13 +64,16 @@
margin-bottom: 30px;
overflow: hidden;
}
#myTab {
margin-top: 25px;
}
#myTab li a:hover {
background: #EEEEEE;
color: #54a1f7;
}
.addBtn {
display: block;
background: #54a1f7;
@ -65,6 +83,7 @@
text-align: center;
margin-top: 30px;
}
.addBtn:hover {
color: #FFFFFF;
background: #54adfa;

View File

@ -154,7 +154,7 @@ li {
.thumbnail a>img,
.thumbnail>img {
width: 100%;
height: 500px;
height: 300px;
}
.searchBox {