| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138 |
- .current {
- background-color: #0F83E8;
- color: white;
- text-align: center;
- height: 50px;
- line-height: 50px;
- margin-top: 3px;
- }
- .title {
- font-weight: bolder;
- font-size: 18px;
- margin: 10px 0 0 5px;
- }
- p.show {
- margin: 5px 0 3px 10px;
- cursor: pointer;
- font-size: 16px;
- font-weight: bold;
- }
- .wrapper {
- position: relative;
- }
- .add {
- position: absolute;
- right: 10px;
- top: 10px;
- z-index: 2;
- }
- .add-input {
- margin-top: 10px;
- }
- .column-menu {
- /*padding: 0 24px;*/
- /*position: fixed;*/
- width: 100%;
- z-index: 1;
- line-height: 50px;
- font-weight: 600;
- background-color: white;
- border-bottom: 1px solid #dcdadb;
- }
- .column-title {
- /*padding-left: 10px;*/
- font-weight: 500;
- font-size: 16px;
- display: inline-block;
- width: 168px;
- height: 35px;
- color: #3a76c5;
- }
- .column-content {
- margin-bottom: 20px;
- }
- .column-details {
- width: 120px;
- margin: 10px 48px 10px 0 !important;
- }
- .table-title {
- font-weight: 500;
- font-size: 20px;
- display: block;
- height: 35px;
- margin: 10px 0;
- }
- .table-title::before {
- content: '|';
- display: inline-block;
- font-weight: 900;
- color: #3187FA;
- /*border-right: */
- }
- .remark {
- font-weight: lighter;
- font-size: smaller;
- }
- .schema {
- width: 100%;
- height: 50px;
- margin-bottom: 10px;
- }
- .schema-name {
- color: #3187FA;
- font-weight: bold;
- font-size: 20px;
- line-height: 50px;
- }
- .schema-table-list-title {
- background-color: #f7f7f7;
- height: 40px;
- padding-left: 10px;
- }
- .schema-table-title {
- line-height: 40px;
- font-weight: bold;
- }
- .schema-table-list-content {
- height: 40px;
- padding-left: 10px;
- border-bottom: 1px solid #e9e9e9;
- }
- .name {
- color: #4874b9;
- cursor: pointer;
- }
- .schema-table-list-content:last-child {
- border-bottom: none;
- }
- .schema-table-content {
- line-height: 40px;
- }
- .schema-bottom {
- margin-top: 70px;
- }
- .delete-schema {
- }
|