|
|
@@ -92,6 +92,8 @@
|
|
|
font-weight: lighter;
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
width: 200%;
|
|
|
+ font-weight: 700;
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -110,7 +112,7 @@
|
|
|
color: rgba(255, 255, 255, 1);
|
|
|
text-align: justify;
|
|
|
overflow-y: auto;
|
|
|
- color: #777463;
|
|
|
+ color: black;
|
|
|
}
|
|
|
|
|
|
.detailTxt {
|
|
|
@@ -212,7 +214,7 @@
|
|
|
}
|
|
|
|
|
|
.text {
|
|
|
- width: 300px;
|
|
|
+ width: 400px;
|
|
|
line-height: 15px;
|
|
|
font-size: 9px;
|
|
|
text-align: justify;
|
|
|
@@ -220,9 +222,7 @@
|
|
|
color: #504e40;
|
|
|
|
|
|
|
|
|
- &>p {
|
|
|
-
|
|
|
- }
|
|
|
+ &>p {}
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
@@ -256,7 +256,7 @@
|
|
|
}
|
|
|
|
|
|
.txt {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 14px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -270,30 +270,33 @@
|
|
|
}
|
|
|
|
|
|
.text {
|
|
|
- line-height: 18px;
|
|
|
- font-size: 18px;
|
|
|
+ line-height: 20px;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
|
|
- .intro{
|
|
|
+ .intro {
|
|
|
font-size: 16px;
|
|
|
line-height: 18px;
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
- .detailTxt{
|
|
|
- .title{
|
|
|
- font-size: 20px !important;
|
|
|
- }
|
|
|
- .txt{
|
|
|
+ .detailTxt {
|
|
|
+ .title {
|
|
|
font-size: 18px !important;
|
|
|
- line-height: 24px !important;
|
|
|
+ }
|
|
|
+
|
|
|
+ .txt {
|
|
|
+ font-size: 16px !important;
|
|
|
+ line-height: 22px !important;
|
|
|
letter-spacing: 2px;
|
|
|
+
|
|
|
a::after {
|
|
|
- bottom:-2px !important;
|
|
|
+ bottom: -2px !important;
|
|
|
height: 2px !important;
|
|
|
}
|
|
|
}
|