12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- .selfCardBox {
- * {
- font-family: Source Han Sans, Source Han Sans;
- }
- margin-top: 0.15rem;
- margin-left: 0.15rem;
- border-radius: 0.08rem;
- background-color: white;
- }
- .orderInfo {
- border: 0;
- margin: 0;
- }
- .taskStep {
- margin-left: 15%;
- width: 70%;
- :global {
- .ant-steps.ant-steps-vertical > .ant-steps-item .ant-steps-item-content {
- display: flex;
- justify-content: space-between;
- align-items: flex-start;
- margin-bottom: 0.3rem;
- }
- .ant-steps.ant-steps-vertical
- > .ant-steps-item
- .ant-steps-item-description {
- padding-bottom: 0;
- padding-top: 0.18rem;
- }
- }
- }
- .rowMargin {
- margin-bottom: 0.3rem;
- }
- .rowMarginTop {
- margin-top: 0.3rem;
- }
- .fontS28 {
- font-size: 0.28rem;
- }
- .fontS26 {
- font-size: 0.26rem;
- }
- .fontS24 {
- font-size: 0.24rem;
- }
- .fontS22 {
- font-size: 0.22rem;
- }
- .fontS20 {
- font-size: 0.2rem;
- }
- .fontS18 {
- font-size: 0.18rem;
- }
- .fontS16 {
- font-size: 0.16rem;
- }
|