| 12345678910111213141516171819202122232425262728293031323334353637 |
- .order {
- &::before {
- background-image: url("../../images/redemption@2x-min.png");
- }
- &__line {
- display: flex;
- justify-content: space-between;
- align-items: center;
- font-size: 31px;
- color: #424a4a;
- .size38 {
- font-size: 38px;
- }
- .bold {
- font-family: "SourceHanSansCN-Bold";
- }
- .size38.bold {
- margin-bottom: 10px;
- }
- .green {
- color: #589498;
- }
- .red {
- color: #ff7272;
- }
- }
- .feedback-main__form:first-child {
- margin-bottom: 20px;
- }
- .toolbar {
- margin-top: 40px;
- }
- }
|