no message

Former-commit-id: ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly ab14fd7c6161622a791365c4e96e71e4098a136b [formerly 7c2602986b5abe8417cf231d750791d1081801d7 [formerly 6b766568d301b97a3db24e8538c4472b51132740]]]]]
Former-commit-id: eb409de2d0e455cd12d5497def3bcb18fa35ba52
Former-commit-id: 1ef21460507be9367cb480e8220ffbf9b8907fea
Former-commit-id: dd2b491bcc102013bca16048c6c2650464c80e80 [formerly 2d04c5e5d4ce5bc105186adba58bdb3b693af6f0]
Former-commit-id: 4cedfaa434f4bc87cd3fea99001df6ba1408fa96
Former-commit-id: f5b1205e85627d4e90c362eab602cb8a896b3bed
Former-commit-id: 21c4498318a852155dde2c96dbf4a31b8960543b
Former-commit-id: 497747e51558eb14080516316a69bd1e182f4c15
Former-commit-id: 09e431d46de530ba25d23cabfddc8bd655a0b382
This commit is contained in:
liyang
2019-05-22 16:22:54 +08:00
parent e481ff1e4d
commit 8e3952460c
2 changed files with 7 additions and 1 deletions

View File

@@ -33,17 +33,22 @@
margin: 0px;
margin-bottom: 20px;
font-weight: bold;
font-size: 16px;
line-height: 16px;
color: $color-text-main;
}
.d2-page-cover__sub-title {
margin: 0px;
margin-bottom: 5px;
margin-bottom: 10px;
font-size: 14px;
line-height: 14px;
color: $color-text-normal;
}
.d2-page-cover__build-time {
margin: 0px;
margin-bottom: 10px;
font-size: 12px;
line-height: 12px;
color: $color-text-placehoder;
}
}

View File

@@ -64,6 +64,7 @@ export default {
.btn-group {
color: $color-text-placehoder;
font-size: 12px;
line-height: 12px;
margin-top: 0px;
margin-bottom: 20px;
.btn-group__btn {