1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .entry{
- min-height: 500px;
- font-family: PingFang SC;
- .row{
- display: flex;
- flex-direction: column;
- align-items: start;
- width: 100%;
- // .label{
- // margin-bottom: 10px;
- // }
- .val{
- min-height: auto;
- .check{
- padding: 10px 0;
- width: 100%;
- border-bottom:1px solid #e2e2e2 ;
- }
- }
- }
- .author-content{
- a{
- color:#756B6D;
- }
- .nav{
- font-family: PingFang SC;
- font-size: 20px;
- font-weight: 500;
- line-height: 28px;
- text-align: left;
- margin: 10px 0;
- }
- .title{
- font-family: PingFang SC;
- font-size: 16px;
- font-weight: 500;
- line-height: 22px;
- text-align: left;
- margin: 10px 0;
- }
- }
- .tips{
- margin-top: 10px;
- padding: 10px;
- background: #3e49b314;
- border-radius: 6px;
- }
- }
- .footer{
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- // width: 200px;
- justify-content: end;
- }
- .fileLink{
- color: blue;
- }
|