12345678910111213141516171819202122232425262728 |
- .QASubmitBtn {
- width: 140px;
- height: 40px;
- line-height: 40px;
- background: rgba(113, 193, 53, 1);
- border-radius: 4px;
- color: #fff;
- font-size: 16px;
- font-weight: 500;
- text-align: center;
- cursor: pointer;
- }
-
- .QASaveBtn {
- font-size: 16px;
- width: 91px;
- height: 40px;
- line-height: 40px;
- text-align: center;
- border-radius: 4px;
- color: rgba(113, 193, 53, 1);
- border: 1px solid rgba(113, 193, 53, 1);
- cursor: pointer;
- }
-
- .QAAnonymous {
- font-size: 16px;
- }
|