12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- @charset "utf-8";
- #examination-list {
- .ant-breadcrumb {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .code-module {
- padding: 80px 250px;
- text-align: center;
- .title {
- font-size: 18px;
- margin-bottom: 24px;
- }
- .input-block {
- margin-bottom: 24px;
- .input {
- width: 350px;
- input {
- border-top-left-radius: 22px;
- border-bottom-left-radius: 22px;
- }
- }
- .button {
- width: 150px;
- border-top-right-radius: 22px;
- border-bottom-right-radius: 22px;
- }
- }
- .tip {
- .left {
- float: left;
- }
- .right {
- float: right;
- }
- }
- }
- .work-body {
- .work-nav {
- margin-bottom: 20px;
- .left {
- display: inline-block;
- padding-left: 5px;
- font-size: 16px;
- font-weight: 600;
- }
- .right {
- float: right;
- }
- }
- }
- }
|