07/05
commit
f4b023e554
@ -0,0 +1,7 @@
|
||||
@prefix-cls: ~'@{namespace}-tabs';
|
||||
.ant-tabs-tab {
|
||||
font-size: 12px!important;
|
||||
.ant-tabs-nav {
|
||||
border-bottom: 1px solid #CED5D9;
|
||||
}
|
||||
}
|
@ -1,417 +0,0 @@
|
||||
.vgm-info {
|
||||
padding-top: 0px;
|
||||
.ant-form-item {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
}
|
||||
.OCRBox {
|
||||
/deep/.ant-drawer-body {
|
||||
position: relative;
|
||||
padding: 0 !important;
|
||||
}
|
||||
}
|
||||
.CvBox {
|
||||
position: absolute;
|
||||
width: 100px;
|
||||
border: 1px solid #f0f0f0;
|
||||
box-shadow: 0 1px 2px -2px #00000029, 0 3px 6px #0000001f, 0 5px 12px 4px #00000017;
|
||||
padding: 0;
|
||||
background: #ffffff;
|
||||
li {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
list-style-type: none;
|
||||
padding: 3px 0;
|
||||
&:hover {
|
||||
background: #f0f0f0;
|
||||
}
|
||||
}
|
||||
}
|
||||
.CV {
|
||||
// width: 100%;
|
||||
// height: auto;
|
||||
// background-repeat: no-repeat;
|
||||
}
|
||||
// @import url('../index.less');
|
||||
.operation-area {
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
.btn-list {
|
||||
padding: 0 0 0 10px;
|
||||
box-sizing: border-box;
|
||||
display: inline-block;
|
||||
vertical-align: top;
|
||||
text-align: left;
|
||||
height: 48px;
|
||||
margin-bottom: 6px;
|
||||
position: relative;
|
||||
background: #fff;
|
||||
&::before {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 10px;
|
||||
right: 0;
|
||||
width: 1px;
|
||||
height: 28px;
|
||||
margin-right: 5px;
|
||||
background: #ccc;
|
||||
}
|
||||
&:nth-last-of-type(1) {
|
||||
&::before {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
button {
|
||||
border: none;
|
||||
font-size: 14px;
|
||||
color: #666;
|
||||
cursor: pointer;
|
||||
color: #262626;
|
||||
background: #fff;
|
||||
.iconfont {
|
||||
font-size: 14px;
|
||||
font-weight: 400;
|
||||
}
|
||||
}
|
||||
}
|
||||
.more-view {
|
||||
width: 140px;
|
||||
.iconfont {
|
||||
color: #2095f2;
|
||||
}
|
||||
}
|
||||
.more-view-1 {
|
||||
width: 205px;
|
||||
.iconfont {
|
||||
color: #26b578;
|
||||
}
|
||||
}
|
||||
.more-view-2 {
|
||||
width: 205px;
|
||||
.iconfont {
|
||||
color: #ff9702;
|
||||
}
|
||||
}
|
||||
.more-view-3 {
|
||||
width: 160px;
|
||||
.iconfont {
|
||||
color: #f36f48;
|
||||
}
|
||||
}
|
||||
.single-view {
|
||||
width: 80px;
|
||||
.iconfont {
|
||||
color: #fcd017;
|
||||
}
|
||||
}
|
||||
.single-view-1 {
|
||||
width: 100px;
|
||||
.iconfont {
|
||||
color: #3455b6;
|
||||
}
|
||||
button:hover {
|
||||
color: @primary-color;
|
||||
}
|
||||
&.inLoad button {
|
||||
cursor: not-allowed !important;
|
||||
}
|
||||
&.inLoad button:hover {
|
||||
color: #262626 !important;
|
||||
}
|
||||
}
|
||||
.single-view-4 {
|
||||
width: 85px;
|
||||
// padding-top: 10px;
|
||||
.iconfont {
|
||||
color: #1e7ece;
|
||||
}
|
||||
}
|
||||
}
|
||||
.box-flex {
|
||||
display: flex;
|
||||
padding-top: 8px;
|
||||
.box-input {
|
||||
flex: 1;
|
||||
text-align: left;
|
||||
}
|
||||
span {
|
||||
display: inline-block;
|
||||
width: 25px;
|
||||
text-align: right;
|
||||
height: 100%;
|
||||
// height: 32px;
|
||||
// line-height: 32px;
|
||||
font-size: 13px;
|
||||
cursor: pointer;
|
||||
> textarea {
|
||||
background: #f6fdfd !important;
|
||||
}
|
||||
|
||||
i {
|
||||
color: @primary-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
// .item-box {
|
||||
// margin-bottom: 20px;
|
||||
// padding-bottom: 20px;
|
||||
// padding-top: 20px;
|
||||
// overflow: hidden;
|
||||
// border-bottom: 1px dashed #ccc;
|
||||
// &:nth-last-of-type(1) {
|
||||
// border: none;
|
||||
// margin-bottom: 0;
|
||||
// }
|
||||
// }
|
||||
.cabin-box {
|
||||
.ant-row {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
.book-model-box {
|
||||
position: relative;
|
||||
padding-left: 50px;
|
||||
.book-check {
|
||||
position: absolute;
|
||||
width: 50px;
|
||||
height: 40px;
|
||||
line-height: 40px;
|
||||
top: 0;
|
||||
left: 17px;
|
||||
}
|
||||
}
|
||||
.pdf-view {
|
||||
height: 400px;
|
||||
}
|
||||
.no-pdf {
|
||||
text-align: center;
|
||||
margin: 20px 0;
|
||||
}
|
||||
.Citems {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.PrintMain {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
.PrintTitle {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
background: #f7f8fe;
|
||||
border: 1px dashed #cdcdcd;
|
||||
p {
|
||||
margin: 0;
|
||||
&:nth-child(2) {
|
||||
margin-left: 35px;
|
||||
}
|
||||
span {
|
||||
color: #ff6646;
|
||||
}
|
||||
}
|
||||
}
|
||||
.PrintMainBox {
|
||||
width: 100%;
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
margin-top: 5px;
|
||||
.items {
|
||||
padding-left: 1rem;
|
||||
height: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: #2f54eb;
|
||||
}
|
||||
span {
|
||||
font-weight: bolder;
|
||||
margin-right: 0.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
/*订舱弹窗文件功能对齐 */
|
||||
/deep/ .ant-form-file {
|
||||
.ant-form-item-label {
|
||||
margin-top: -5px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
}
|
||||
/*弹窗按钮颜色修改 */
|
||||
/deep/ .ant-modal-footer .ant-btn.ant-btn-primary span {
|
||||
color: #fff;
|
||||
}
|
||||
/*弹窗文本框背景颜色修改 */
|
||||
/deep/ .ant-modal-body .ant-input-affix-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
// height: 24px;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
display: block;
|
||||
}
|
||||
}
|
||||
|
||||
.cabin-box {
|
||||
/deep/ .ant-modal-body .ant-input-affix-wrapper {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 4px;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
// height: 100%;
|
||||
height: 24px;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
}
|
||||
.initCabin-box {
|
||||
/deep/ .ant-select-selection {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
/deep/ .ant-calendar-picker {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
/deep/ .ant-input-affix-wrapper,
|
||||
.ant-input-affix-wrapper-textarea-with-clear-btn {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
.remark-input {
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
&::after {
|
||||
content: '';
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: -1;
|
||||
// background-color: @primary-color !important;
|
||||
opacity: 0.04;
|
||||
}
|
||||
}
|
||||
/deep/ .ant-modal-body .ant-input {
|
||||
background: none;
|
||||
}
|
||||
.PrintRadio {
|
||||
width: 100%;
|
||||
padding-left: 1rem;
|
||||
margin-bottom: 0.8rem;
|
||||
}
|
||||
|
||||
.PrintMain {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
padding: 12px 24px;
|
||||
.PrintTitle {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
padding: 20px;
|
||||
box-sizing: border-box;
|
||||
background: #f7f8fe;
|
||||
border: 1px dashed #cdcdcd;
|
||||
p {
|
||||
margin: 0;
|
||||
&:nth-child(2) {
|
||||
margin-left: 35px;
|
||||
}
|
||||
span {
|
||||
color: #ff6646;
|
||||
}
|
||||
}
|
||||
}
|
||||
.PrintMainBox {
|
||||
width: 100%;
|
||||
max-height: 50vh;
|
||||
overflow-y: auto;
|
||||
margin-top: 5px;
|
||||
.items {
|
||||
padding-left: 1rem;
|
||||
height: 2.5rem;
|
||||
line-height: 2.5rem;
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
cursor: pointer;
|
||||
&:hover {
|
||||
color: #2f54eb;
|
||||
}
|
||||
span {
|
||||
font-weight: bolder;
|
||||
margin-right: 0.6rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
.trace-box {
|
||||
padding: 20px 0;
|
||||
}
|
||||
.trace-check {
|
||||
margin-left: 10px;
|
||||
}
|
||||
.model-btn-list {
|
||||
margin-bottom: 15px;
|
||||
.btn {
|
||||
margin-right: 6px;
|
||||
&.ant-btn-primary {
|
||||
color: #fff;
|
||||
}
|
||||
}
|
||||
}
|
||||
button {
|
||||
margin-right: 15px;
|
||||
}
|
Loading…
Reference in New Issue