1234567891011121314151617181920212223242526 |
- .entry{
- font-family: PingFang SC;
- min-height: 500px;
- // border: 1px solid;
- .basic-row{
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- }
- .tips{
- margin-top: 10px;
- padding: 10px;
- background: #3e49b314;
- border-radius: 6px;
- }
- }
- .footer{
- display: flex;
- margin: 10px auto;
- align-items: center;
- justify-content: space-evenly;
- // width: 200px;
- justify-content: end;
- padding-right: 100px;
- }
|