123456789101112131415161718192021222324 |
- .reimbursement {
- font-size: 24px;
- .rtit {
- color: #000;
- font-size: 32px;
- margin: 60px auto;
- text-align: center;
- }
- .rlist {
- width: 80%;
- margin: 0 auto;
- .at-radio__title {
- font-size: 28px;
- }
- .rlbuttom {
- width: 50%;
- margin: 40px auto 0;
- }
- }
- }
|