|
@@ -74,6 +74,10 @@ a {
|
|
|
color: rgba(255, 255, 255, .5);
|
|
|
}
|
|
|
|
|
|
+.page {
|
|
|
+ letter-spacing: 6px;
|
|
|
+}
|
|
|
+
|
|
|
.page-1 {
|
|
|
background: url('http://oss.caihongxingqiu.com/official/top_bg.jpg') center;
|
|
|
background-size: cover;
|
|
@@ -119,7 +123,9 @@ a {
|
|
|
justify-content: space-around;
|
|
|
align-items: center;
|
|
|
}
|
|
|
-
|
|
|
+.right .content {
|
|
|
+ text-align: right;
|
|
|
+}
|
|
|
.content__box .content .title {
|
|
|
font-size: .6rem;
|
|
|
margin-bottom: .91rem;
|
|
@@ -130,6 +136,7 @@ a {
|
|
|
}
|
|
|
.content__box .content .text {
|
|
|
font-size: .3rem;
|
|
|
+ line-height: 1.8;
|
|
|
}
|
|
|
.content__box .img {
|
|
|
width: 3.02rem;
|
|
@@ -160,6 +167,7 @@ a {
|
|
|
background: url('http://oss.caihongxingqiu.com/official/bottom_bg.jpg') center;
|
|
|
background-size: cover;
|
|
|
text-align: center;
|
|
|
+ letter-spacing: 0;
|
|
|
}
|
|
|
/* .page-6::after {
|
|
|
position: absolute;
|
|
@@ -191,7 +199,6 @@ a {
|
|
|
.page-6 .text {
|
|
|
font-size: .2rem;
|
|
|
line-height: 1.7;
|
|
|
- letter-spacing: 0.02rem;
|
|
|
}
|
|
|
.page-6 .footer {
|
|
|
position: absolute;
|
|
@@ -242,6 +249,9 @@ a {
|
|
|
html {
|
|
|
font-size: 60px;
|
|
|
}
|
|
|
+ .page {
|
|
|
+ letter-spacing: 0;
|
|
|
+ }
|
|
|
.content__box .img {
|
|
|
width: 1.5rem;
|
|
|
height: 3rem;
|