123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- @charset "utf-8";
- #textbook-index {
- .content {
- width: 1140px !important;
- }
- .date-layout {
- background: #fff;
- padding-top: 30px;
- padding-bottom: 10px;
- overflow: hidden;
- .b {
- background: rgba(255, 255, 255, 1);
- box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
- border-radius: 4px;
- height: 315px;
- }
- .date-info {
- height: 40px;
- line-height: 40px;
- border-bottom: 1px solid #d9d9d9;
- padding: 0 15px;
- span {
- margin-right: 20px;
- display: inline-block;
- position: relative;
- }
- .today::before {
- content: '';
- width: 10px;
- height: 10px;
- display: inline-block;
- border: 1px solid #4299FF;
- border-radius: 50%;
- margin-right: 8px;
- }
- .type-1::before {
- content: '';
- width: 10px;
- height: 10px;
- display: inline-block;
- background: #FFB231FF;
- border-radius: 50%;
- margin-right: 8px;
- }
- .type-2::before {
- content: '';
- width: 10px;
- height: 10px;
- display: inline-block;
- background: #4299FF;
- border-radius: 50%;
- margin-right: 8px;
- opacity: 0.59;
- }
- }
- .g-two-date {
- .ant-fullcalendar-cell {
- .type-1 {
- .ant-fullcalendar-value {
- background: #FFB231FF;
- color: #fff;
- border-radius: 12px;
- }
- }
- .type-2 {
- .ant-fullcalendar-value {
- background: #4299FF;
- color: #fff;
- border-radius: 12px;
- opacity: 0.59;
- }
- }
- }
- }
- .f-r {
- .button {
- padding: 6px 0;
- }
- }
- }
- .compare-layout {
- padding-top: 20px;
- padding-bottom: 80px;
- background: #fff;
- .button {
- padding: 6px 0;
- }
- .table {
- width: 1100px;
- margin: 0 auto;
- text-align: center;
- table {
- width: 100%;
- }
- th {
- height: 96px;
- line-height: 96px;
- width: 555px;
- font-size: 20px;
- font-weight: bold;
- background: #F1F3F7FF;
- }
- td {
- height: 64px;
- line-height: 64px;
- font-size: 18px;
- }
- th:first-child,
- td:first-child {
- font-weight: bold;
- }
- th:first-child {
- background: #D8EEFFFF;
- color: #637DA3FF;
- }
- td:first-child {
- background: #F9FDFFFF;
- color: #637DA3FF;
- }
- tr:nth-of-type(even) {
- background: #FAFAFA;
- td:first-child {
- background: #F1F9FFFF;
- }
- }
- }
- }
- .list-layout {
- margin: 0 -15px;
- padding-bottom: 70px;
- padding-top: 20px;
- background: #fff;
- .textbook-item {
- margin: 0 15px;
- margin-bottom: 15px;
- }
- }
- .table-layout {
- background: #fff;
- padding-top: 20px;
- padding-bottom: 30px;
- .t {
- line-height: 44px;
- height: 44px;
- }
- .tabs {
- display: inline-block;
- padding-left: 20px;
- }
- .user-table {
- margin-bottom: 20px;
- }
- }
- .other-answer-carousel {
- padding-top: 40px;
- padding-bottom: 40px;
- .tabs {
- margin-bottom: 0px;
- }
- }
- }
|