123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- @charset "utf-8";
- #textbook-list {
- .ant-breadcrumb {
- margin-top: 20px;
- margin-bottom: 20px;
- }
- .textbook-head {
- position: relative;
- overflow: hidden;
- .textbook-time {
- position: absolute;
- right: 0;
- top: 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;
- }
- }
- }
- }
|