$color: #e31a4c; $border-color: #ee4352; $sub-color: #de848c; $title-color: #2f333f; #loading { display: none; position: fixed; z-index: 3000; top: 0; left: 0; height: 100%; width: 100%; background: rgba(255, 255, 255, 0) url("/assets/images/ajax_loading.gif") 50% 50% no-repeat; background-size: 50px; } .color-red { color: #ee4352 !important; } .color-blue { color: #2c49ee !important; } .label-ace { padding: 3px 7px; background: #ff8027; color: #fff; font-weight: bold; border-radius: 4px; font-size: 11px; width: 60px; text-align: center; display: inline-block; vertical-align: middle; line-height: 16px; } .label-sales { padding: 3px 7px; background: #ffe6d4; color: #ff8100; font-weight: bold; border-radius: 4px; font-size: 11px; width: 60px; text-align: center; display: inline-block; vertical-align: middle; line-height: 16px; } .tac { text-align: center !important; } .tar { text-align: right !important; } .tal { text-align: left !important; } .fll { float: left; } .flr { float: right; } .pt-10 { padding-top: 10px !important; } .pt-50 { padding-top: 50px !important; } .pl-10 { padding-left: 10px !important; } .pd-10 { padding: 10px !important; } .pd-20 { padding: 20px !important; } .pd-30 { padding: 30px !important; } .mt-5 { margin-top: 5px !important; } .mt-10 { margin-top: 10px !important; } .mt-15 { margin-top: 15px !important; } .mt-20 { margin-top: 20px !important; } .mt-30 { margin-top: 30px !important; } .mt-50 { margin-top: 50px !important; } .mt-100 { margin-top: 100px !important; } .mb-5 { margin-bottom: 5px !important; } .mb-10 { margin-bottom: 10px !important; } .mb-15 { margin-bottom: 15px !important; } .mb-20 { margin-bottom: 20px !important; } .mb-30 { margin-bottom: 30px !important; } .mb-50 { margin-bottom: 50px !important; } .ml-5 { margin-left: 5px !important; } .ml-10 { margin-left: 10px !important; } .ml-15 { margin-left: 15px !important; } .ml-20 { margin-left: 20px !important; } .mr-5 { margin-right: 5px !important; } .mr-10 { margin-right: 10px !important; } .mr-15 { margin-right: 15px !important; } .mr-20 { margin-right: 20px !important; } table.normal { width: 100%; border-top: 1px solid #999; th { color: #333; background: #f5f5f5; padding: 12px 20px; font-size: 13px; line-height: 1.3em; vertical-align: middle; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; &:last-child { border-right: 0; } } td { padding: 12px 20px; font-size: 13px; line-height: 1.2em; vertical-align: middle; border-bottom: 1px solid #e6e6e6; border-right: 1px solid #e6e6e6; &:last-child { border-right: 0; } } a { font-size: 13px; line-height: 1.2em; color: $sub-color; } &.tc { th { text-align: center; } } &.slim { width: 100%; border-top: 1px solid #999; th { background: #f5f5f5; padding: 10px 10px; font-size: 13px; line-height: 1.3em; vertical-align: middle; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; &:last-child { border-right: 0; } } td { padding: 8px 10px; font-size: 13px; line-height: 1.1em; vertical-align: middle; border-right: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6; &:last-child { border-right: 0; } } a { font-size: 13px; line-height: 1.3em; color: $sub-color; // color: #000; text-shadow: 1px 1px 1px #eee; } &.tc { th { text-align: center; } } } &.fixed { width: 100%; border-top: 1px solid #999; th { background: #f5f5f5; padding: 10px 10px; font-size: 13px; line-height: 1.3em; vertical-align: middle; border-right: none !important; border-bottom: none !important; &:last-child { border-right: 0; } } td { padding: 8px 10px; font-size: 13px; line-height: 1.1em; vertical-align: middle; border-right: none !important; border-bottom: none !important; &:last-child { border-right: 0; } } a { font-size: 13px; line-height: 1.3em; // color: $sub-color; color: #000; text-shadow: 1px 1px 1px #eee; } &.tc { th { text-align: center; } } } &.fsz12 { th { font-size: 12px !important; padding: 5px !important; } td { font-size: 12px !important; padding: 5px !important; } } } table.hori { width: 100%; border-top: 1px solid #999; th { color: #333; background: #f5f5f5; padding: 15px 20px; font-size: 13px; line-height: 1.3em; vertical-align: middle; border-bottom: 1px solid #e6e6e6; &:last-child { border-right: 0; } } td { padding: 15px 20px; font-size: 13px; line-height: 1.2em; vertical-align: middle; border-bottom: 1px solid #e6e6e6; &:last-child { border-right: 0; } } a { font-size: 14px; line-height: 1.2em; // color: $sub-color; color: #333; text-shadow: 1px 1px 1px #eee; } &.tc { th { text-align: center; } } &.small { th { font-size: 12px; padding: 7px 10px; } td { font-size: 12px; padding: 7px 10px; } } } table.no-border { border-top: 0 !important; } [class^="button-"] { // margin: 10px; border-width: 0; padding: 7px 14px; font-size: 14px; outline: none !important; background-image: none !important; filter: none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; text-shadow: none; border-radius: 4px !important; } .button-black { background: #444; color: #fff !important; border: 1px solid #2f2f2f; } .button-primary { background: #d95f6a; color: #fff !important; border: 1px solid #d14a56; } .button-gray { background: #f2f2f2; color: #666 !important; border: 1px solid #d5d5d5; } .button-green { background: #5cb85c; color: #fff !important; border: 1px solid #47a647; } .button-white { background: #fff; color: #575757 !important; border: 1px solid #bdbdbd; } .dt-buttons { overflow: hidden; text-align: right; display: inline-block; float: right; } .buttons-excel { background: #fff; color: #575757; border: 1px solid #bdbdbd; display: inline-block; margin-bottom: 10px; position: relative; } .ovh { overflow: hidden; } .Zebra_DatePicker { z-index: 10000 !important; } .select2-container { z-index: 9999; } .ui-timepicker-container.ui-timepicker-standard { z-index: 10000 !important; } .page-header.navbar, .page-header.navbar .page-logo { background: url(/assets/images/front/bg/page_bar.png) repeat !important; } .page-header.navbar .page-logo .logo-default { margin: 20px 0 0 0 !important; width: 50%; } .page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a { text-align: center; background: rgba(255, 255, 255, 0.1); } .page-sidebar.navbar-collapse { // width: 80%; // margin: auto !important; } .page-sidebar-menu .badge-danger { display: none; } .grayLayer { position: fixed; left: 0; top: 0; height: 100%; width: 100%; background: #666; background: rgba(0, 0, 0, 0.5); z-index: 9998; } [class^="modal-"] { z-index: 9999; width: 95% !important; display: none; position: absolute; // z-index:50; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; .relative-box { position: relative; width: 100%; height: 100%; padding: 7px; padding-top: 40px; overflow: hidden; .close { position: absolute; top: 10px; right: 10px; width: 22px; height: 22px; background: url("/assets/images/common/modal_close.png") center center no-repeat; cursor: pointer; &:hover { opacity: 0.7; } } } } .modal-student, .modal-employee-read { .fll, .flr { display: block; float: none; } select { width: 100px !important; } label { font-size: 13px; } .label-box { display: inline-block; // margin-bottom: 10px; &:last-child { margin-bottom: 0; } } .td-relative { position: relative; textarea { width: 100%; resize: none; text-align: left; padding: 10px; background: #fff; font-size: 14px; line-height: 20px; outline: none; } button { position: absolute; bottom: 10px; right: 10px; } } .report-box { height: 250px; overflow: auto; .info { text-align: left; span { font-size: 12px; color: #999; } } .each-report { border: 1px solid #efefef; margin-bottom: 10px; padding: 10px; p { font-size: 13px; text-align: left; line-height: 17px; } } } } .layout-container { background: #fff; margin-top: 10px; padding: 15px 10px; } h1.title { font-size: 17px; padding: 10px; display: block; text-align: center; background-color: #f2dede; border-color: #ebccd1; color: #a94442; border-width: 1px; } .dataTables_wrapper .dataTables_filter input { height: 30px !important; } .dataTables_wrapper .dataTables_filter { margin: 20px 0 !important; } .editor-make { .flr { button { display: none; } } .button-box { text-align: center !important; .button-white { display: none; } } .board-title { display: block; text-align: center; font-size: 15px; } .clear { clear: both; } hr { clear: both; } .date { padding: 10px 0; display: inline-block; } .reply-box { margin-top: 30px; border: 0; background: #fff; box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1); -moz-box-sizing: border-box; box-sizing: border-box; padding: 20px 0; table.reply-write { width: 100%; th, td { vertical-align: middle; padding: 0 0 0 10px; text-align: center; } th { width: 80px; } td { padding-right: 20px; } } table.reply-read { width: 100%; tr { border-bottom: 1px solid #eee; &:last-child { border-bottom: 0; } th, td { vertical-align: top; padding: 15px 0 10px; } th { text-align: center; width: 80px; line-height: 1.5em; } td { padding-right: 20px; line-height: 1.5em; &:last-child { min-width: 80px !important; vertical-align: bottom; span.date { font-size: 12px; color: #666; } } } } } textarea { width: 100%; font-size: 13px; line-height: 1.5em; padding: 15px; border: 1px solid #ebccd1; resize: none; } .user-name { font-size: 14px; color: #666; font-weight: normal; a { font-size: 14px !important; color: #666 !important; font-weight: normal; } } } } h2.title { font-size: 17px; padding: 10px; display: block; text-align: center; border-color: #ebccd1; color: #a94442; border-width: 1px; } .sales-box-m { .fll, .flr { display: block; float: none; } .ajax-box { overflow: auto !important; } .mt-20 { margin-top: 20px; } .mb-50 { margin-bottom: 50px; } #startDate, #endDate, #regDate { text-align: center; } } .sales-table { th { min-width: 80px !important; } td { text-align: center; } } .no-result { padding: 30px; text-align: center; } .rollbook-container { ul { overflow: hidden; padding: 0 !important; li.rollbook-subcontainer { list-style: none; float: left; width: 100%; margin: 0 auto 10px auto; // &:nth-child(3n+2) { // padding-left: 10px; // padding-right: 10px; // } .rollbook-box { position: relative; width: 100%; // height: 115px; border-radius: 3px; border-bottom-width: 2px; border: 1px solid #dedede; padding: 20px; .fll { width: 30%; img { width: 58px; max-height: 60px; display: inline-block; margin: auto; } } .flr { width: 70%; .class-name { font-size: 13px; font-weight: bold; margin-bottom: 3px; } .teacher-name { text-align: left; font-size: 12px; color: #333; margin-bottom: 2px; } .student { font-size: 12px; color: #666; margin-bottom: 2px; } .time { font-size: 12px; color: #666; margin-bottom: 0; } } .button-box { position: absolute; width: 100px; right: 10px; bottom: 10px; text-align: right; button:first-child { margin-bottom: 3px; } } } } } } .attend-container { .mt-30 { margin-top: 30px; } .Zebra_DatePicker { position: relative !important; .dp_header, .dp_footer { width: 100% !important; } .dp_daypicker { width: 100% !important; } } .mt-10 { margin-top: 10px; } } .subject-make { .ova { overflow: auto; } .mt-10 { margin-top: 10px; } .mt-30 { margin-top: 30px; } .info-box { ul { overflow: hidden; padding: 0; li { display: block !important; padding: 5px; margin-bottom: 3px; text-align: center; } } } } .ask-page { .fll, .flr { display: block !important; float: none !important; } button { display: block !important; // width: 100% !important; } .mt-10 { margin-top: 10px; } .ovh-box { overflow: auto; table { td, th { min-width: 50px !important; } td { button { padding: 3px; margin-bottom: 4px; &:last-child { margin-bottom: 0; } } } } } } .modal-ask-edit { h2 { font-size: 15px; } span.button-white { padding: 4px; } .mt-20 { margin-top: 20px; } textarea { resize: none; border: 1px solid #eee; padding: 7px; } } .message-box { .etabs { margin: 0; padding: 0; border-bottom: 1px solid #ccc; } .tab { display: inline-block; zoom: 1; *display: inline; background: #eee; border: solid 1px #999; border-bottom: none; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; } .tab a { font-size: 14px; line-height: 2em; display: block; padding: 0 10px; outline: none; } // .tab a:hover { text-decoration: underline; } .tab.active { background: #fff; padding-top: 6px; position: relative; top: 1px; border-color: #ccc; } .tab a.active { font-weight: bold; } .tab-container .panel-container { background: #fff; border: solid #ccc 1px; padding: 10px; -moz-border-radius: 0 4px 4px 4px; -webkit-border-radius: 0 4px 4px 4px; } .message_write { display: block; width: 100%; margin-bottom: 30px; } a { color: #666; } form { padding: 10px 0; } .mt-10 { margin-top: 10px; } td { a { display: inline !important; } } } .modal-message-write { textarea { resize: none; width: 100%; border: 1px solid #eee; padding: 5px; margin-bottom: 10px; } } @media screen and (max-width: 640px) { .dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter { text-align: right !important; } } .list-form-box { .list-search-box { .form-control { height: 29px !important; } .button-black { padding: 4px 14px !important; } input[name="query"] { height: 28px; border-radius: 4px; font-size: 13px; width: 150px; border: 1px solid #ccc; } .button-sm { padding: 5px 12px !important; } .search-date { text-align: left; span { font-size: 14px; margin-right: 10px; } input { height: 28px; border-radius: 4px; font-size: 13px; text-align: center; padding: 0 10px; width: 100px; border: 1px solid #ccc; } } } } .pagination-box { text-align: center; } .table-box { overflow: auto; // position: relative; .fixed-table-box { // position: absolute; .fixed-table { // position: absolute; // position: fixed; // left: 0; } } .fluid-table { } table { border-collapse: collapse; border-spacing: 0; td, th { font-size: 11px; outline: 1px solid #ccc; // padding: 3px 6px !important; a { font-size: 11px; } .button-sm { min-width: 35px; padding: 3px 7px !important; font-size: 11px !important; } } } } .w100 { width: 100% !important; } .w50 { width: 50% !important; } .ask-page { input[name="query"] { width: 48% !important; float: right; padding: 0 10px; } } .ui-datepicker { z-index: 9999 !important; } .mobile-menthor { .row { margin-left: 0; margin-right: 0; &::after { content: ""; display: none; } } p { text-align: center; } // margin: auto; .menthor-content { // input { // font-size: 16px; // &::-webkit-input-placeholder { // /* Chrome/Opera/Safari */ // color: #e76d6d; // } // &::-moz-placeholder { // /* Firefox 19+ */ // color: #e76d6d; // } // &:-ms-input-placeholder { // /* IE 10+ */ // color: #e76d6d; // } // &:-moz-placeholder { // /* Firefox 18- */ // color: #e76d6d; // } // } // input[type="text"] { // background: #f2f2ec; // box-shadow: none; // outline: none; // border: 0; // vertical-align: top; // height: 52px; // margin-left: -4px; // padding: 0 20px; // // width: 84%; // width: calc(100% - 52px); // box-sizing: border-box; // color: $color; // font-size: 13px; // margin-top: 0 !important; // } // textarea { // margin-top: 0 !important; // color: $color; // font-size: 13px; // background: #f2f2ec; // border: none; // width: calc(100% - 73px); // height: 138px; // margin-left: -3px; // vertical-align: top; // &::-webkit-input-placeholder { // /* Chrome/Opera/Safari */ // color: #e76d6d; // } // &::-moz-placeholder { // /* Firefox 19+ */ // color: #e76d6d; // } // &:-ms-input-placeholder { // /* IE 10+ */ // color: #e76d6d; // } // &:-moz-placeholder { // /* Firefox 18- */ // color: #e76d6d; // } // } // .menthor-title { // color: $color; // font-size: 27px; // font-weight: bold; // text-align: center; // margin-bottom: 50px; // } // .table-row { // .fll { // padding-right: 5px; // box-sizing: border-box; // } // } // table { // // margin-left: -2px; // margin-bottom: 2px; // width: 100%; // tr { // background: #f2f2ec; // &:last-child { // td { // border-bottom: 0; // } // } // } // td { // border-bottom: 2px solid #fff; // } // .img-box { // width: 52px; // vertical-align: middle; // display: table-cell; // background: $color; // img { // // width: 90%; // } // p { // color: #fff; // font-size: 12px; // letter-spacing: -0.5px; // text-align: center; // } // } // .subject-name { // padding: 7px 15px; // color: $color; // font-size: 13px; // width: 40%; // // text-align: center; // box-sizing: border-box; // } // .label-box { // box-sizing: border-box; // margin-bottom: 3px; // padding: 10px 10px; // // width: 80%; // span { // margin-left: 5px; // vertical-align: middle; // } // label { // display: inline-block; // font-size: 11px; // padding: 0 0px; // width: 49%; // box-sizing: border-box; // } // } // } // .useless-box { // display: none; // padding: 10px; // background: #f2f2ec; // margin-top: 10px; // margin-bottom: 10px; // } // .useless-box span { // display: inline-block; // border: 1px solid #e3e3e3; // color: #898989; // text-align: center; // padding: 5px 5px; // font-size: 13px; // background: #fff; // margin-right: 5px; // margin-bottom: 3px; // } // .useless-box span:last-child { // margin-right: 0; // } .button-area { overflow: hidden; margin-bottom: 10px; button { width: 99%; } .gray-button { border: 1px solid #898989; color: #898989; text-align: center; padding: 10px 0; font-size: 14px; background: #fff; transition: all 0.3s; &:hover { transition: all 0.3s; color: #fff; background: #898989; } } .primary-button { border: 1px solid #df0440; color: #df0440; text-align: center; padding: 10px 0; font-size: 14px; background: #fff; transition: all 0.3s; &:hover { transition: all 0.3s; color: #fff; background: #df0440; } } } // .agree-box { // height: 100px; // overflow: auto; // } // textarea { // resize: none; // text-align: left; // padding: 10px; // background: #fff; // font-size: 13px; // line-height: 20px; // outline: none; // margin-top: 0 !important; // color: #e31a4c; // background: #f2f2ec; // border: none; // width: calc(100% - 53px); // height: 159px; // margin-left: -3px; // vertical-align: top; // } textarea { background: #f2f2f2 !important; width: 100% !important; color: #333 !important; } .phone-box { vertical-align: super !important; padding-left: 14px !important; background: #fff !important; padding: 0 17px; height: initial !important; margin-top: 17px !important; [name="phone1"] { width: 35px; border: 0; vertical-align: middle; } [name="phone3"] { padding-left: 0 !important; } .dash { color: #333 !important; line-height: initial !important; } .select-box { margin-left: 0; margin-right: 10px; &::after { top: 9px; right: -12px; } } } .border { height: 2px; background: #f73f5b; margin: 10px 0; } .input-outerbox { .row { border-bottom: 1px solid #ccc; padding-bottom: 10px; } img { display: inline-block; width: 20px; padding-top: 10px; padding-right: 2px; margin-right: 10px; } .purpose { .inner-box { vertical-align: super; font-size: 12px; span { display: inline-block; letter-spacing: -1px; } } select { width: 70px; font-size: 12px; letter-spacing: -0.5px; border: 0; text-align: center !important; color: #000; option { text-align: center !important; } } } } select:focus, textarea:focus, input:focus { outline: none !important; outline-width: 0 !important; box-shadow: none; -moz-box-shadow: none; -webkit-box-shadow: none; } .select-box { position: relative; margin-right: 15px; margin-left: 10px; &::after { content: ""; width: 9px; height: 7px; background: url(/assets/images/front/ask/bottomm2.png) no-repeat; top: 8px; right: 0px; position: absolute; display: inline-block; background-size: 100%; } } select { background: #fff; -webkit-appearance: none; -moz-appearance: none; padding: 0; border: 0 !important; font-size: 13px; min-width: 80px; margin-right: 5px !important; } .check-agree { font-weight: bold; border-bottom: 1px solid #666; font-size: 12px; } input[type="text"], .modal-menthor2 .menthor-content input[type="text"] { background: #fff !important; padding-left: 15px !important; height: initial !important; color: #333 !important; margin-left: -5px !important; font-size: 12px; border: 0 !important; } input[name="name"] { vertical-align: super !important; } [name="askPurpose"] { display: inline-block !important; } [name="branchGroupNo"] { margin-left: 6px; width: calc(100% - 45px) !important; vertical-align: super !important; } textarea { padding: 10px; height: 200px; } } } .phone-box { display: inline-block; background: #f2f2ec; box-shadow: none; outline: none; border: 0; vertical-align: top; height: 52px; margin-left: -4px; padding: 0 10px; width: calc(100% - 52px); box-sizing: border-box; color: #e31a4c; margin-top: 0 !important; input { width: 82% !important; } .phone2 { width: 60px !important; padding: 0 !important; text-align: center; } .phone3 { width: 60px !important; padding: 0 !important; text-align: center; } p.dash { display: inline-block; line-height: 52px; font-size: 20px; } } .sales-table tr.sun { background: #ffe8e8; } .sales-table tr.sat { background: #dff4ff; } .page-content-wrapper .label.label-danger { font-size: 12px !important; padding: 2px 5px !important; display: inline-block !important; } .asktime-box { background: #f2f2ec; img { vertical-align: middle; } .radio-label { vertical-align: sub; font-size: 15px; margin-left: 15px; } } .dash-board { .calendar-box { position: relative; .main-calendar-button { position: absolute; right: 0; top: 20px; } } .dash-box { width: 100%; margin-bottom: 50px; > div { width: 100%; border: 1px solid #dbdcd4; // height: 412px; margin-bottom: 20px; .title-box { background: #f9f9f9; height: 40px; padding-left: 15px; border-bottom: 1px solid #dbdcd4; .title-text { color: #ea4758; font-size: 15px; font-weight: bold; line-height: 40px; .flr { span { text-align: center; color: #767772; font-size: 13px; display: inline-block; &.count { // width: 20%; width: 61px; } &.price { // width: 35%; width: 102px; } } } } img { line-height: 40px; vertical-align: middle; } } .small { font-size: 13px; color: #bababa; } .center-name { font-size: 12px; margin-left: 5px; color: #ccc !important; border: 1px solid #ddd; padding: 2px 4px; height: 30px; line-height: 30px !important; display: block; margin-bottom: 10px; } &.leader { .inner-box { display: flex; width: 100%; border-bottom: 1px solid #dbdcd4; &:last-child { border-bottom: none; } .left { width: 35%; min-height: 185px; background: #f9f9f9; padding: 10px; font-size: 14px; font-weight: bold; padding: 20px 15px; border-right: 1px solid #dbdcd4; } &:last-child { .left { border-bottom: 1px solid #dbdcd4; } } .right { width: 100%; ul { overflow: hidden; padding-left: 0; margin: 0; li { display: flex; justify-content: space-around; border-bottom: 1px solid #dbdcd4; &:last-child { border-bottom: none; } span { text-align: center; color: #767772; line-height: 60px; } .no-box { width: 15%; .no { // width: 10%; color: #fff; background: #c0c0c0; padding: 5px 7px; border-radius: 4px; } } .name { width: 30%; } &:first-child { .name { color: #ea4758; } .no { background: #ea4758; } } .count { // width: 20%; width: 61px; } .price { // width: 35%; width: 106px; } } } } } } &.sales { .no-bdb { border-bottom: 0 !important; } .outer-box { .inner-box { float: left; width: 50%; &.inner-box2 { float: none; width: 100%; overflow: hidden; border-right: none !important; border-bottom: 1px solid #dbdcd4 !important; &:last-child { border-bottom: none !important; } } box-sizing: border-box; padding: 20px; border-bottom: 1px solid #dbdcd4; &:first-child { border-right: 1px solid #dbdcd4; } .title { font-size: 15px; color: #767772; letter-spacing: -0.5px; } .text { margin-top: 10px; span.text1 { font-size: 30px; font-weight: 400; letter-spacing: -0.5px; } span.text2 { font-size: 18px; letter-spacing: -0.5px; } span.text3 { font-size: 22px; letter-spacing: -1px; } } position: relative; .label { background: #31302e; padding: 3px; line-height: 14px; width: 40px; display: inline-block; color: #fff; border-radius: 40px; position: absolute; right: 20px; top: 18px; &.red { background: #f66260; } } .label2 { // background: #31302e; // padding: 3px 6px; // line-height: 16px; // font-size: 11px; // display: inline-block; // color: #fff; // border-radius: 40px; // margin-right: 3px; // letter-spacing: 0; font-size: 14px; margin-left: 7px; color: #999 !important; border: 1px solid #bbb; padding: 2px 4px; &.red { background: #f66260; } &.black { // background: #999; } } .no-result { height: 83px; } ul.list { overflow-y: scroll; height: 93px; &::-webkit-scrollbar { width: 4px; background: #efefef; } li { line-height: 25px; font-size: 14px; letter-spacing: -0.5px; // &:first-child { // color: #f66260; // } } } } } } &.notice { .inner-box { padding: 18px 20px; position: relative; .link { position: absolute; right: 0; bottom: 0; border-left: 1px solid #dbdcd4; border-top: 1px solid #dbdcd4; width: 30px; height: 30px; padding: 7px; img { width: 16px; height: 16px; } } } .bdb { border-bottom: 1px solid #dbdcd4; } .section { font-size: 15px; color: #767772; letter-spacing: -0.5px; } .board-box { .title { font-size: 15px; color: #333; margin: 10px 0 5px 0; } .text { line-height: 22px; color: #999; font-size: 14px; height: 50px; a { line-height: 22px; color: #999; font-size: 14px; height: 50px; } } } .no-result-box { background: #f9f9f9; text-align: center; padding: 20px; height: 135px; img { display: inline-block; margin-bottom: 20px; width: 50px; } p { color: #999; font-size: 13px; } } .birthday-box { border-top: 1px solid #ccc; overflow: hidden; .no-result { margin-bottom: 0; } .cake { display: none; } .cake, .item-box { float: left; } .cake { width: 20%; padding: 18px 0; // text-align: right !important; img { float: right; margin-top: 4px; } } .item-box { width: 80%; .each { float: left; width: 50%; padding: 33px 0; text-align: center; &:first-child { border-right: 1px solid #dbdcd4; } .text { color: #999; font-size: 13px; } } } } .event-box { border-top: 1px solid #dbdcd4; padding: 5px 20px; .title { font-size: 14px; color: #333; margin: 5px 0; } .text { color: #999; font-size: 14px; } } } } } } .editor-content { img { max-width: 100%; } }