@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; } } }