Browse Source
Merge branch 'develop' of http://120.27.195.166:3000/chenglb/PMS_Frontend_v1.0.0 into develop
tags/PMS_V1.0.0_Alpha5
Merge branch 'develop' of http://120.27.195.166:3000/chenglb/PMS_Frontend_v1.0.0 into develop
tags/PMS_V1.0.0_Alpha5
18 changed files with 838 additions and 96 deletions
-
282src/assets/fonts/font_pda/demo_index.html
-
54src/assets/fonts/font_pda/iconfont.css
-
2src/assets/fonts/font_pda/iconfont.js
-
84src/assets/fonts/font_pda/iconfont.json
-
BINsrc/assets/fonts/font_pda/iconfont.ttf
-
BINsrc/assets/fonts/font_pda/iconfont.woff
-
BINsrc/assets/fonts/font_pda/iconfont.woff2
-
8src/components/TableModule/index.jsx
-
59src/config/ajax.js
-
18src/pages/Nav/index.jsx
-
14src/pages/OffPeak/OffPeakParkMgm/BookInfo/loadable.jsx
-
6src/pages/OffPeak/OffPeakParkMgm/BreakInfo/index.scss
-
35src/pages/OffPeak/OffPeakParkMgm/BreakInfo/loadable.jsx
-
165src/pages/OffPeak/OffPeakParkMgm/OffPeakParkingRecords/index.scss
-
87src/pages/OffPeak/OffPeakParkMgm/OffPeakParkingRecords/loadable.jsx
-
3src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/HistoryTable.jsx
-
3src/pages/OutRoadMgm/OutDeviceMgm/OutMonitorMgm/loadable.jsx
-
2src/services/common.js
282
src/assets/fonts/font_pda/demo_index.html
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
54
src/assets/fonts/font_pda/iconfont.css
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
2
src/assets/fonts/font_pda/iconfont.js
File diff suppressed because it is too large
View File
File diff suppressed because it is too large
View File
@ -0,0 +1,6 @@ |
|||
.break-info-op{ |
|||
span{ |
|||
cursor: pointer; |
|||
color: #02a7f0; |
|||
} |
|||
} |
@ -0,0 +1,165 @@ |
|||
.offpeak-records-op { |
|||
cursor: pointer; |
|||
color: #02a7f0; |
|||
} |
|||
|
|||
.offpeak-record-box { |
|||
width: 100%; |
|||
|
|||
.ltc-box-title { |
|||
font-size: 18px; |
|||
font-weight: bolder; |
|||
width: 100%; |
|||
white-space: nowrap; |
|||
overflow: hidden; |
|||
|
|||
.text { |
|||
display: inline-block; |
|||
} |
|||
|
|||
.line { |
|||
display: inline-block; |
|||
border: 1px dotted #607092; |
|||
width: inherit; |
|||
margin-bottom: 6px; |
|||
} |
|||
|
|||
.ltc-icon { |
|||
width: 5px; |
|||
background: #0080db; |
|||
height: 19px; |
|||
display: inline-block; |
|||
margin-right: 10px; |
|||
} |
|||
|
|||
.ltc-btn { |
|||
display: inline-block; |
|||
border: 1px solid; |
|||
border-radius: 5px; |
|||
margin: 0 10px; |
|||
width: 60px; |
|||
height: 35px; |
|||
line-height: 35px; |
|||
text-align: center; |
|||
background: #409eff; |
|||
color: #fff; |
|||
font-weight: 100; |
|||
cursor: pointer; |
|||
} |
|||
|
|||
.ltc-cancel { |
|||
background: #fff; |
|||
color: #000; |
|||
} |
|||
} |
|||
|
|||
.ltc-box-line { |
|||
border: 1px solid #e7e7e7; |
|||
margin: 8px 0; |
|||
} |
|||
|
|||
.ltc-box-in { |
|||
margin-left: 20px; |
|||
|
|||
.ant-descriptions { |
|||
margin-left: 20px; |
|||
} |
|||
} |
|||
|
|||
.ltc-title { |
|||
margin: auto; |
|||
width: 50%; |
|||
text-align: center; |
|||
font-size: 18px; |
|||
font-weight: 600; |
|||
} |
|||
|
|||
.ltc-content { |
|||
margin: auto; |
|||
padding: 20px; |
|||
|
|||
.ltc-item { |
|||
font-size: 14px; |
|||
margin: 6px 12px 6px 0; |
|||
display: inline-flex; |
|||
|
|||
//width: 470px; |
|||
.new-item { |
|||
display: inline-block; |
|||
width: 120px; |
|||
height: 32px; |
|||
line-height: 32px; |
|||
background: rgba(150, 161, 192, 0.24); |
|||
text-align: center; |
|||
} |
|||
|
|||
.new-value { |
|||
display: inline-block; |
|||
width: 320px; |
|||
height: 32px; |
|||
line-height: 32px; |
|||
text-align: center; |
|||
background: #3E4557; |
|||
box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.12); |
|||
} |
|||
|
|||
.ltc-item-input { |
|||
display: inline-block; |
|||
width: 200px; |
|||
} |
|||
|
|||
div { |
|||
width: 150px; |
|||
} |
|||
} |
|||
} |
|||
|
|||
.ltc-liuc { |
|||
display: flex; |
|||
margin-left: 200px; |
|||
|
|||
.ltc-item { |
|||
display: flex; |
|||
|
|||
.ltc-item-name { |
|||
margin: 6px 10px 0 10px; |
|||
color: #3f94df; |
|||
} |
|||
} |
|||
|
|||
.ltc-work { |
|||
text-align: center; |
|||
|
|||
.ltc-tips { |
|||
border: 3px solid #000; |
|||
text-align: center; |
|||
line-height: 27px; |
|||
height: 35px; |
|||
width: 35px; |
|||
border-radius: 28px; |
|||
margin: auto; |
|||
} |
|||
} |
|||
|
|||
} |
|||
} |
|||
|
|||
.offpeak-bigpic-modal { |
|||
.eae-modal-title { |
|||
font-size: 18px; |
|||
font-weight: bolder; |
|||
|
|||
.ltc-icon { |
|||
width: 5px; |
|||
background: #0080db; |
|||
height: 19px; |
|||
display: inline-block; |
|||
margin-right: 10px; |
|||
} |
|||
} |
|||
|
|||
.eae-modal-item { |
|||
display: inline-block; |
|||
font-size: 16px; |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue