You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- .f-page-body {
- background: #fff;
- }
-
- .notice {
- padding: 10px 12px;
- background: #fff;
- }
-
- .noticeT {
- font-size: 20px;
- line-height: 26px;
- text-align: center;
- }
-
- .noticeTitle {
- font-size: 16px;
- /* border-top: 10px #f9f9f9 solid; */
- /* margin: 0 -12px; */
- margin: 15px 0 10px;
- }
-
- .noticeBox {
- margin: 10px 0;
- padding: 12px;
- background: #f9f9f9;
- border-radius: 14px;
- }
-
- .noticeBox .noticeTitle:first-child {
- margin-top: 0;
- }
-
- .noticeTxt, .noticeText {
- font-size: 14px;
- line-height: 24px;
- overflow: hidden;
- margin: 5px 0;
- }
-
- .noticeText {
- text-align: right;
- }
-
- .noticeTxt > *:last-child {
- float: right;
- }
-
- .noticeLine {
- height: 1px;
- margin: 10px 0;
- background: #e4e4e4;
- }
|