123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .g-modal.examination-modal {
- .g-modal-wrapper {
- .g-modal-body {
- padding-bottom: 0;
- }
- }
- .examination-modal-wrapper {
- .g-special-radio-group {
- padding-bottom: 30px;
- }
- .action-layout {
- color: #8897A8;
- font-size: 12px;
- overflow: hidden;
- text-align: center;
- line-height: 40px;
- i {
- color: #D0D8E2;
- }
- .prev {
- float: left;
- cursor: pointer;
- display: inline-block;
- i {
- margin-right: 5px;
- }
- }
- .next {
- cursor: pointer;
- display: inline-block;
- float: right;
- i {
- margin-left: 5px;
- }
- }
- }
- .total-sort {
- padding-bottom: 50px;
- }
- .step-0-layout {}
- .step-1-layout {}
- .step-2-layout {}
- .step-3-layout {
- .button {
- padding-left: 30px;
- padding-right: 30px;
- }
- }
- .step-4-layout {
- .tip {
- margin-bottom: 30px;
- i {
- color: #6EC64B;
- margin-right: 5px;
- }
- }
- .ratio-pie {
- margin-bottom: 30px;
- }
- }
- }
- }
|