1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .site-page-header{
- position: sticky;
- top: 0;
- z-index: 9;
- padding:24px 24px 10px;
- background-color: white;
- font-family: PingFang SC;
- .steps{
- max-width: 600px;
- margin: 10px 0;
- }
- .back{
- font-family: PingFang SC;
- font-size: 14px;
- font-weight: 400;
- line-height: 22px;
- text-align: left;
- cursor: pointer;
- }
- .subtitle {
- margin-right: 12px;
- color: #00000073;
- font-size: 14px;
- font-weight: normal;
- line-height: 1.5715;
- // overflow: hidden;
- // white-space: nowrap;
- // text-overflow: ellipsis;
- }
- }
- .content {
- font-family: PingFang SC;
- padding: 10px 24px;
- .state-title {
- margin:0 0 20px;
- font-family: PingFang SC;
- font-size: 20px;
- font-weight: 500;
- line-height: 28px;
- text-align: left;
- }
- .submit-block {
- min-width: 800px;
- // max-width: 1200px;
- min-height: 600px;
- margin: 10px auto;
- .entry {
- min-height: 500px;
- // border: 1px solid;
- }
- .footer {
- display: flex;
- margin: 10px auto;
- align-items: center;
- justify-content: space-evenly;
- // width: 200px;
- justify-content: end;
- padding-right: 100px;
- }
- }
- }
- ::ng-deep .ant-page-header{
- padding: 0;
- }
|