123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- @import url('./common.css');
- main {
- width: 100%;
- background-color: #F7F7F7;
- padding-bottom: 90px;
- margin-top: 110px;
- }
- .title {
- color: #666;
- margin-bottom: 26px;
- padding-top: 26px;
- }
- .info {
- width: 100%;
- background-color: #fff;
- padding: 50px 100px;
- }
- .info .notice_title {
- font-size: 30px;
- }
- .info .notice_author {
- display: flex;
- align-items: center;
- justify-content: center;
- font-size: 16px;
- color: #666;
- margin-top: 24px;
- margin-bottom: 55px;
- }
- .info .notice_author p {
- margin-right: 20px;
- }
- .notice_info p{
- margin-bottom: 16px;
- font-size: 16px;
- }
- .notice_info p:last-child{
- margin-bottom: 0;
- }
- .notice_info p img{
- width: 100%;
- }
- .back {
- text-align: center;
- margin-top: 20px;
- }
- .back button {
- width: 120px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- margin: 0 auto;
- background-color: #fff;
- border: 1px solid #D4AA68;
- cursor: pointer;
- color: #D4AA68;
- font-size: 18px;
- }
|