Browse Source

回復scss

main
10994015 1 year ago
parent
commit
79ac51eab8
  1. 96
      wms/mkt/css/pricereview.css
  2. 2
      wms/mkt/css/pricereview.css.map
  3. 301
      wms/mkt/css/pricereview.scss

96
wms/mkt/css/pricereview.css

@ -1,6 +1,4 @@
#pricereviewCreate input[type=text], #pricereviewCreate input[type=text], #pricereviewCreate input[type=number], #pricereviewCreate select {
#pricereviewCreate input[type=number],
#pricereviewCreate select {
margin: 1px; margin: 1px;
} }
#pricereviewCreate textarea { #pricereviewCreate textarea {
@ -9,9 +7,7 @@
#pricereviewCreate > .modal { #pricereviewCreate > .modal {
padding: 20px; padding: 20px;
} }
#pricereviewCreate > .modal table, #pricereviewCreate > .modal table, #pricereviewCreate > .modal th, #pricereviewCreate > .modal td {
#pricereviewCreate > .modal th,
#pricereviewCreate > .modal td {
border: 1px #ccc solid; border: 1px #ccc solid;
} }
#pricereviewCreate > .modal table > thead tr th { #pricereviewCreate > .modal table > thead tr th {
@ -20,21 +16,11 @@
#pricereviewCreate > .modal table > tbody .selected { #pricereviewCreate > .modal table > tbody .selected {
background-color: #E7FEFB; background-color: #E7FEFB;
} }
#pricereviewCreate .container table, #pricereviewCreate .container table, #pricereviewCreate .container th, #pricereviewCreate .container td {
#pricereviewCreate .container th,
#pricereviewCreate .container td {
border: 1px #ccc solid; border: 1px #ccc solid;
padding: 15px; padding: 15px;
} }
#pricereviewCreate .container table.noborder, #pricereviewCreate .container table.noborder, #pricereviewCreate .container table .noborder th, #pricereviewCreate .container table .noborder td, #pricereviewCreate .container th.noborder, #pricereviewCreate .container th .noborder th, #pricereviewCreate .container th .noborder td, #pricereviewCreate .container td.noborder, #pricereviewCreate .container td .noborder th, #pricereviewCreate .container td .noborder td {
#pricereviewCreate .container table .noborder th,
#pricereviewCreate .container table .noborder td,
#pricereviewCreate .container th.noborder,
#pricereviewCreate .container th .noborder th,
#pricereviewCreate .container th .noborder td,
#pricereviewCreate .container td.noborder,
#pricereviewCreate .container td .noborder th,
#pricereviewCreate .container td .noborder td {
border: none; border: none;
} }
#pricereviewCreate .container table thead th { #pricereviewCreate .container table thead th {
@ -97,34 +83,21 @@
#pricereviewCreate .container .pricreviewmain > .divitem .title h6 { #pricereviewCreate .container .pricreviewmain > .divitem .title h6 {
font-weight: 600; font-weight: 600;
} }
#pricereviewCreate .container .pricreviewmain > .divitem table, #pricereviewCreate .container .pricreviewmain > .divitem table, #pricereviewCreate .container .pricreviewmain > .divitem th, #pricereviewCreate .container .pricreviewmain > .divitem td {
#pricereviewCreate .container .pricreviewmain > .divitem th,
#pricereviewCreate .container .pricreviewmain > .divitem td {
font-size: 14px; font-size: 14px;
background-color: transparent; background-color: transparent;
} }
#pricereviewCreate .container .pricreviewmain > .divitem table input, #pricereviewCreate .container .pricreviewmain > .divitem table input, #pricereviewCreate .container .pricreviewmain > .divitem table select, #pricereviewCreate .container .pricreviewmain > .divitem table textarea, #pricereviewCreate .container .pricreviewmain > .divitem th input, #pricereviewCreate .container .pricreviewmain > .divitem th select, #pricereviewCreate .container .pricreviewmain > .divitem th textarea, #pricereviewCreate .container .pricreviewmain > .divitem td input, #pricereviewCreate .container .pricreviewmain > .divitem td select, #pricereviewCreate .container .pricreviewmain > .divitem td textarea {
#pricereviewCreate .container .pricreviewmain > .divitem table select,
#pricereviewCreate .container .pricreviewmain > .divitem table textarea,
#pricereviewCreate .container .pricreviewmain > .divitem th input,
#pricereviewCreate .container .pricreviewmain > .divitem th select,
#pricereviewCreate .container .pricreviewmain > .divitem th textarea,
#pricereviewCreate .container .pricreviewmain > .divitem td input,
#pricereviewCreate .container .pricreviewmain > .divitem td select,
#pricereviewCreate .container .pricreviewmain > .divitem td textarea {
font-size: 13px; font-size: 13px;
} }
#pricereviewCreate .container .pricreviewmain > .divitem table input[type=number]::-webkit-outer-spin-button, #pricereviewCreate .container .pricreviewmain > .divitem table input[type=number]::-webkit-outer-spin-button,
#pricereviewCreate .container .pricreviewmain > .divitem table input[type=number]::-webkit-inner-spin-button, #pricereviewCreate .container .pricreviewmain > .divitem table input[type=number]::-webkit-inner-spin-button, #pricereviewCreate .container .pricreviewmain > .divitem th input[type=number]::-webkit-outer-spin-button,
#pricereviewCreate .container .pricreviewmain > .divitem th input[type=number]::-webkit-outer-spin-button, #pricereviewCreate .container .pricreviewmain > .divitem th input[type=number]::-webkit-inner-spin-button, #pricereviewCreate .container .pricreviewmain > .divitem td input[type=number]::-webkit-outer-spin-button,
#pricereviewCreate .container .pricreviewmain > .divitem th input[type=number]::-webkit-inner-spin-button,
#pricereviewCreate .container .pricreviewmain > .divitem td input[type=number]::-webkit-outer-spin-button,
#pricereviewCreate .container .pricreviewmain > .divitem td input[type=number]::-webkit-inner-spin-button { #pricereviewCreate .container .pricreviewmain > .divitem td input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none; -webkit-appearance: none;
margin: 0; margin: 0;
} }
#pricereviewCreate .container .pricreviewmain > .divitem table tr:hover .deleteBtn, #pricereviewCreate .container .pricreviewmain > .divitem table tr:hover .deleteBtn, #pricereviewCreate .container .pricreviewmain > .divitem table tr:hover .copyBtn {
#pricereviewCreate .container .pricreviewmain > .divitem table tr:hover .copyBtn {
opacity: 1; opacity: 1;
} }
#pricereviewCreate .container .pricreviewmain > .divitem table .copyBtn { #pricereviewCreate .container .pricreviewmain > .divitem table .copyBtn {
@ -182,17 +155,14 @@
margin-top: 20px; margin-top: 20px;
} }
.container-fluid, .container-fluid, .container {
.container {
max-width: 1400px !important; max-width: 1400px !important;
width: 100%; width: 100%;
} }
.container-fluid h4, .container-fluid h4, .container h4 {
.container h4 {
font-weight: 600; font-weight: 600;
} }
.container-fluid .btn-secondary, .container-fluid .btn-secondary, .container .btn-secondary {
.container .btn-secondary {
background-color: #6C757D; background-color: #6C757D;
} }
@ -209,17 +179,15 @@
} }
@keyframes fade-in { @keyframes fade-in {
0% { 0% {
transform: translate(-50%, -55%); transform: translate(-50%, -60%);
opacity: 0; opacity: 0;
} }
100% { 100% {
transform: translate(-50%, -50%); transform: translate(-50%, -55%);
opacity: 1; opacity: 1;
} }
} }
.window-modal table, .window-modal table, .window-modal th, .window-modal td {
.window-modal th,
.window-modal td {
border: 1px #ccc solid; border: 1px #ccc solid;
} }
.window-modal table > thead tr th { .window-modal table > thead tr th {
@ -228,7 +196,22 @@
.window-modal table > tbody .selected { .window-modal table > tbody .selected {
background-color: #E7FEFB; background-color: #E7FEFB;
} }
.window-modal#optionModal .window-modal-content {
max-height: 80vh;
}
.window-modal#optionModal .window-modal-content .window-modal-body {
height: 400px;
overflow-y: scroll;
}
.window-modal#toElevatorModal .window-modal-content {
min-height: 270px;
height: auto;
}
.window-modal#toElevatorModal .window-modal-content .window-modal-body {
height: auto;
}
.window-modal .window-modal-content { .window-modal .window-modal-content {
z-index: 9;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
position: absolute; position: absolute;
@ -236,7 +219,7 @@
padding: 30px; padding: 30px;
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -55%);
box-shadow: 0 5px 5px #222; box-shadow: 0 5px 5px #222;
animation: fade-in 0.2s linear; animation: fade-in 0.2s linear;
} }
@ -265,9 +248,13 @@
.window-modal .window-modal-content .window-modal-header > div > input { .window-modal .window-modal-content .window-modal-header > div > input {
width: 250px; width: 250px;
} }
.window-modal .window-modal-content .window-modal-body { .window-modal .window-back {
overflow-y: scroll; position: absolute;
height: 400px; top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: transparent;
} }
#pricereviewCheck > .container { #pricereviewCheck > .container {
@ -278,16 +265,13 @@
#pricereviewCheck > .container textarea { #pricereviewCheck > .container textarea {
resize: vertical; resize: vertical;
} }
#pricereviewCheck > .container table, #pricereviewCheck > .container table, #pricereviewCheck > .container th, #pricereviewCheck > .container td {
#pricereviewCheck > .container th,
#pricereviewCheck > .container td {
border: 1px #ccc solid; border: 1px #ccc solid;
} }
#pricereviewCheck > .container table.noborder { #pricereviewCheck > .container table.noborder {
border: none !important; border: none !important;
} }
#pricereviewCheck > .container table.noborder th, #pricereviewCheck > .container table.noborder th, #pricereviewCheck > .container table.noborder td {
#pricereviewCheck > .container table.noborder td {
border: none !important; border: none !important;
} }
#pricereviewCheck > .container .customerinfo-table input { #pricereviewCheck > .container .customerinfo-table input {

2
wms/mkt/css/pricereview.css.map

@ -1 +1 @@
{"version":3,"sources":["pricereview.scss","pricereview.css"],"names":[],"mappings":"AAEI;;;EAGI,WAAA;ACDR;ADII;EACI,gBAAA;ACFR;ADKI;EACI,aAAA;ACHR;ADKQ;;;EAGI,sBAAA;ACHZ;ADMQ;EACI,cAAA;ACJZ;ADOQ;EACI,yBAAA;ACLZ;ADaQ;;;EAGI,sBAAA;EACA,aAAA;ACXZ;ADaY;;;;;;;;;EAGI,YAAA;ACLhB;ADUY;EACI,yBAAA;ACRhB;ADYgB;EACI,eAAA;ACVpB;ADagB;EACI,yBAAA;EACA,eAAA;EACA,iBAAA;EACA,gBAAA;EACA,kBAAA;ACXpB;ADeY;EACI,eAAA;ACbhB;ADiBQ;EACI,yBAAA;EACA,aAAA;EACA,kBAAA;EACA,cAAA;ACfZ;ADiBY;EACI,WAAA;EACA,WAAA;EACA,YAAA;EACA,UAAA;EACA,gBAAA;EACA,kBAAA;EACA,eAAA;ACfhB;ADiBgB;EACI,yBAAA;EACA,WAAA;ACfpB;ADkBgB;EACI,yBAAA;EACA,WAAA;EACA,eAAA;EACA,WAAA;AChBpB;ADmBgB;EACI,yBAAA;EACA,WAAA;ACjBpB;ADqBY;EACI,sBAAA;EACA,aAAA;EACA,kBAAA;ACnBhB;ADqBgB;EACI,aAAA;EACA,mBAAA;EACA,6BAAA;EACA,eAAA;EACA,mBAAA;ACnBpB;ADqBoB;EACI,gBAAA;ACnBxB;ADwBgB;;;EAGI,eAAA;EACA,6BAAA;ACtBpB;ADwBoB;;;;;;;;;EAGI,eAAA;AChBxB;ADmBoB;;;;;;EAEI,wBAAA;EACA,SAAA;ACbxB;ADmBoB;;EAEI,UAAA;ACjBxB;ADmBoB;EACI,WAAA;EACA,YAAA;ACjBxB;ADmBoB;EACI,kBAAA;ACjBxB;ADmBwB;EACI,kBAAA;EACA,QAAA;EACA,2BAAA;EACA,UAAA;EACA,UAAA;EACA,gBAAA;ACjB5B;ADoBwB;EACI,kBAAA;EACA,QAAA;EACA,2BAAA;EACA,WAAA;EACA,UAAA;EACA,gBAAA;EACA,WAAA;EACA,YAAA;AClB5B;ADsBoB;EACI,YAAA;EACA,gBAAA;ACpBxB;ADyBY;EACI,aAAA;EACA,sBAAA;EACA,gBAAA;ACvBhB;ADyBgB;EACI,aAAA;EACA,mBAAA;EACA,cAAA;ACvBpB;ADyBoB;EACI,YAAA;EACA,eAAA;EACA,gBAAA;ACvBxB;AD0BoB;EACI,YAAA;ACxBxB;AD2BoB;EACI,WAAA;EACA,YAAA;EACA,SAAA;EACA,kBAAA;EACA,gBAAA;ACzBxB;;ADiCA;;EAEI,4BAAA;EACA,WAAA;AC9BJ;ADgCI;;EACI,gBAAA;AC7BR;ADgCI;;EACI,yBAAA;AC7BR;;ADiCA;EACI,eAAA;EACA,MAAA;EACA,OAAA;EACA,WAAA;EACA,aAAA;EACA,oCAAA;EACA,UAAA;EACA,aAAA;EACA,aAAA;AC9BJ;ADgCI;EACI;IACI,gCAAA;IACA,UAAA;EC9BV;EDiCM;IACI,gCAAA;IACA,UAAA;EC/BV;AACF;ADkCI;;;EAGI,sBAAA;AChCR;ADmCI;EACI,cAAA;ACjCR;ADoCI;EACI,yBAAA;AClCR;ADqCI;EACI,sBAAA;EACA,mBAAA;EACA,kBAAA;EACA,UAAA;EACA,aAAA;EACA,QAAA;EACA,SAAA;EACA,gCAAA;EACA,0BAAA;EACA,8BAAA;ACnCR;ADoCQ;EACI,iBAAA;AClCZ;ADoCQ;EACI,gBAAA;AClCZ;ADoCQ;EACI,gBAAA;AClCZ;ADqCQ;EACI,aAAA;EACA,sBAAA;ACnCZ;ADqCY;EACI,kBAAA;EACA,SAAA;EACA,WAAA;EACA,6BAAA;EACA,YAAA;EACA,aAAA;EACA,kBAAA;ACnChB;ADsCY;EACI,YAAA;ACpChB;ADwCQ;EACI,kBAAA;EACA,aAAA;ACtCZ;;AD4CI;EACI,yBAAA;EACA,mBAAA;EACA,aAAA;ACzCR;AD2CQ;EACI,gBAAA;ACzCZ;AD4CQ;;;EAGI,sBAAA;AC1CZ;AD6CQ;EACI,uBAAA;AC3CZ;AD6CY;;EAEI,uBAAA;AC3ChB;ADgDY;EACI,yBAAA;AC9ChB;ADmDY;EACI,gBAAA;ACjDhB;ADoDY;EACI,yBAAA;EACA,mBAAA;EACA,iBAAA;EACA,eAAA;AClDhB;ADqDY;EACI,eAAA;ACnDhB;ADqDgB;EACI,eAAA;EACA,gBAAA;ACnDpB;ADsDgB;EACI,WAAA;EACA,aAAA;EACA,cAAA;EACA,sBAAA;ACpDpB","file":"pricereview.css"} {"version":3,"sources":["pricereview.scss","pricereview.css"],"names":[],"mappings":"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","file":"pricereview.css"}

301
wms/mkt/css/pricereview.scss

@ -1,61 +1,41 @@
#pricereviewCreate { #pricereviewCreate{
input[type='text'], input[type='number'], select{
input[type='text'],
input[type='number'],
select {
margin: 1px; margin: 1px;
} }
textarea{
textarea {
resize: vertical; resize: vertical;
} }
>.modal{
>.modal {
padding: 20px; padding: 20px;
table, th, td{
table, border:1px #ccc solid;
th,
td {
border: 1px #ccc solid;
} }
table > thead tr th{
table>thead tr th { color:#A52A2A;
color: #A52A2A;
} }
table > tbody .selected{
table>tbody .selected {
background-color: #E7FEFB; background-color: #E7FEFB;
} }
table > tbody .selected td{
table>tbody .selected td {} }
} }
.container{
.container { table, th, td{
border:1px #ccc solid;
table,
th,
td {
border: 1px #ccc solid;
padding: 15px; padding: 15px;
&.noborder, .noborder th, .noborder td{
&.noborder, border:none;
.noborder th,
.noborder td {
border: none;
} }
} }
table{
table { thead th{
thead th {
background-color: #6D9EEB; background-color: #6D9EEB;
} }
tbody { tbody {
td input { td input{
font-size: 14px; font-size: 14px;
} }
th{
th {
background-color: #CCE4F8; background-color: #CCE4F8;
font-size: 14px; font-size: 14px;
padding: 15px 2px; padding: 15px 2px;
@ -63,86 +43,68 @@
text-align: center; text-align: center;
} }
} }
input{
input {
font-size: 13px; font-size: 13px;
} }
} }
.pricreviewmain{
.pricreviewmain {
background-color: #F2F2F2; background-color: #F2F2F2;
padding: 20px; padding: 20px;
border-radius: 6px; border-radius: 6px ;
margin: 30px 0; margin:30px 0;
button{
button { color:#fff;
color: #fff;
width: 55px; width: 55px;
height: 30px; height: 30px;
padding: 0; padding: 0;
margin-left: 6px; margin-left: 6px;
margin-bottom: 2px; margin-bottom: 2px;
font-size: 13px; font-size: 13px;
&.addbtn{
&.addbtn {
background-color: #337AB7; background-color: #337AB7;
width: 30px; width: 30px;
} }
&.deleteBtn{
&.deleteBtn {
background-color: #D9534F; background-color: #D9534F;
color: #fff; color:#fff;
font-size: 12px; font-size: 12px;
width: 30px; width: 30px;
} }
&.selectElevator{
&.selectElevator {
background-color: #D9534F; background-color: #D9534F;
color: #fff; color:#fff;
} }
} }
>.divitem { >.divitem{
border: 1px #ccc solid; border:1px #ccc solid;
padding: 10px; padding: 10px;
border-radius: 4px; border-radius: 4px ;
.title{
.title {
display: flex; display: flex;
align-items: center; align-items: center;
border-bottom: 1px #ccc solid; border-bottom: 1px #ccc solid;
padding: 10px 0; padding: 10px 0;
margin-bottom: 10px; margin-bottom: 10px;
h6{
h6 {
font-weight: 600; font-weight: 600;
} }
} }
table, th, td{
table,
th,
td {
font-size: 14px; font-size: 14px;
background-color: transparent; background-color: transparent;
input, select, textarea{
input,
select,
textarea {
font-size: 13px; font-size: 13px;
} }
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button { input[type=number]::-webkit-inner-spin-button {
-webkit-appearance: none; -webkit-appearance: none;
margin: 0; margin: 0;
} }
} }
table { table {
tr:hover .deleteBtn ,tr:hover .copyBtn{
tr:hover .deleteBtn,
tr:hover .copyBtn {
opacity: 1; opacity: 1;
} }
.copyBtn{ .copyBtn{
@ -151,59 +113,51 @@
} }
.saletd{ .saletd{
position: relative; position: relative;
>.deleteBtn{
>.deleteBtn {
position: absolute; position: absolute;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
right: 2px; right:2px;
opacity: 0; opacity: 0;
transition: .3s; transition: .3s;
} }
>.copyBtn{
>.copyBtn {
position: absolute; position: absolute;
top: 50%; top: 50%;
transform: translateY(-50%); transform: translateY(-50%);
right: 38px; right:38px;
opacity: 0; opacity: 0;
transition: .3s; transition: .3s;
width: 30px; width: 30px;
height: 30px; height: 30px;
} }
} }
textarea{
textarea {
height: auto; height: auto;
min-height: 50px; min-height: 50px;
} }
} }
} }
>.filediv{
>.filediv {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin-top: 20px; margin-top: 20px;
label{
label {
display: flex; display: flex;
align-items: center; align-items: center;
margin: 10px 0; margin:10px 0;
p{
p { width:100px;
width: 100px;
font-size: 15px; font-size: 15px;
font-weight: 600; font-weight: 600;
} }
input[type="file"]{
input[type="file"] { width:400px
width: 400px
} }
button{
button { width:90px;
width: 90px;
height: 35px; height: 35px;
margin: 0; margin:0;
margin-right: 15px; margin-right: 15px;
margin-top: 20px; margin-top: 20px;
} }
@ -213,66 +167,70 @@
} }
} }
.container-fluid, .container-fluid, .container{
.container { max-width:1400px !important;
max-width: 1400px !important;
width: 100%; width: 100%;
h4{
h4 {
font-weight: 600; font-weight: 600;
} }
.btn-secondary{
.btn-secondary {
background-color: #6C757D; background-color: #6C757D;
} }
} }
.window-modal { .window-modal{
position: fixed; position: fixed;
top: 0; top: 0;
left: 0; left:0;
width: 100%; width: 100%;
height: 100vh; height: 100vh;
background-color: rgba(0, 0, 0, 0.5); background-color: rgba(0, 0, 0, 0.5);
z-index: 9; z-index: 9;
padding: 20px; padding: 20px;
display: none; display: none;
@keyframes fade-in { @keyframes fade-in {
0% { 0%{
transform: translate(-50%, -55%); transform: translate(-50%, -60%);
opacity: 0; opacity: 0;
} }
100%{
100% { transform: translate(-50%, -55%);
transform: translate(-50%, -50%);
opacity: 1; opacity: 1;
} }
} }
table, th, td{
table, border:1px #ccc solid;
th,
td {
border: 1px #ccc solid;
} }
table > thead tr th{
table>thead tr th { color:#A52A2A;
color: #A52A2A;
} }
table > tbody .selected{
table>tbody .selected {
background-color: #E7FEFB; background-color: #E7FEFB;
} }
&#optionModal .window-modal-content{
.window-modal-content { max-height: 80vh;
.window-modal-body{
height: 400px;
overflow-y: scroll;
}
}
&#toElevatorModal .window-modal-content{
min-height: 270px;
height: auto;
.window-modal-body{
height: auto;
}
}
.window-modal-content{
z-index: 9;
background-color: #fff; background-color: #fff;
border-radius: 10px; border-radius: 10px;
position: absolute; position: absolute;
width:90%; width:90%;
padding: 30px; padding: 30px;
top: 50%; top: 50%;
left: 50%; left:50%;
transform: translate(-50%, -50%); transform: translate(-50%, -55%);
box-shadow: 0 5px 5px #222; box-shadow: 0 5px 5px #222;
animation: fade-in .2s linear; animation: fade-in .2s linear;
&.modal-xl{ &.modal-xl{
@ -284,92 +242,79 @@
&.modal-m{ &.modal-m{
max-width:450px; max-width:450px;
} }
.window-modal-header{
.window-modal-header {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
button.btn-close{
button.btn-close {
position: absolute; position: absolute;
top: 10px; top: 10px;
right: 10px; right:10px;
background-color: transparent; background-color: transparent;
border: none; border:none;
outline: none; outline: none;
border-radius: 50%; border-radius: 50%;
} }
>div > input{
>div>input {
width: 250px; width: 250px;
} }
} }
}
.window-modal-body { .window-back{
overflow-y: scroll; position: absolute;
height: 400px; top: 0;
} left:0;
width: 100%;
height: 100%;
background-color: transparent;
} }
} }
#pricereviewCheck { #pricereviewCheck{
>.container { >.container{
background-color: #F2F2F2; background-color: #F2F2F2;
border-radius: 15px; border-radius: 15px;
padding: 20px; padding: 20px;
textarea{
textarea {
resize: vertical; resize: vertical;
} }
table, th, td{
table, border:1px #ccc solid;
th,
td {
border: 1px #ccc solid;
} }
table.noborder{
table.noborder { border:none !important;
border: none !important; th ,td{
border:none !important;
th,
td {
border: none !important;
} }
} }
.customerinfo-table{
.customerinfo-table { input{
input {
background-color: #EEE5E5; background-color: #EEE5E5;
} }
} }
.mi-table{
.mi-table { th{
th {
font-weight: 600; font-weight: 600;
} }
input[type=text]{
input[type=text] {
background-color: #EEEEEE; background-color: #EEEEEE;
cursor: not-allowed; cursor: not-allowed;
padding: 6px 12px; padding: 6px 12px;
font-size: 14px; font-size: 14px;
} }
.mi-info{
.mi-info {
font-size: 14px; font-size: 14px;
span{
span {
font-size: 15px; font-size: 15px;
font-weight: 600; font-weight: 600;
} }
.line{
.line {
width: 100%; width: 100%;
height: .5px; height: .5px;
margin: 30px 0; margin:30px 0;
background-color: #ccc; background-color: #ccc;
} }
} }
} }
} }
} }
Loading…
Cancel
Save