老系统对接
This commit is contained in:
143
webapp/css/newCss/currentOrder.css
Normal file
143
webapp/css/newCss/currentOrder.css
Normal file
@ -0,0 +1,143 @@
|
||||
@charset "utf-8";
|
||||
body {
|
||||
background: #f5f5f5;
|
||||
}
|
||||
.currentOrderWrapper {
|
||||
|
||||
}
|
||||
.currentOrderTitle {
|
||||
height: 3rem;
|
||||
line-height: 3rem;
|
||||
color: #1589f9;
|
||||
font-size: 1rem;
|
||||
padding: 0 1.3rem;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.currentOrderTitleList {
|
||||
width: 33.3%;
|
||||
float: left;
|
||||
}
|
||||
.currentOrderTitleItem {
|
||||
display: inline-block;
|
||||
border-bottom: 1px solid #1589f9;
|
||||
height: 3rem;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.currentOrderTitleItemNon {
|
||||
display: inline-block;
|
||||
height: 3rem;
|
||||
box-sizing: border-box;
|
||||
color: #d6d6d6;
|
||||
}
|
||||
.currentOrderList {
|
||||
padding: 1.33rem;
|
||||
border-top: 1px solid #f5f5f5;
|
||||
border-bottom: 1px solid #eeeeee;
|
||||
background: #ffffff;
|
||||
/*-moz-box-shadow: 0 2px 3px #dddddd;;
|
||||
box-shadow: 0 2px 3px #dddddd;;*/
|
||||
margin-bottom: 0.3rem;
|
||||
}
|
||||
.currentOrderListTitle {
|
||||
font-size: 1rem;
|
||||
color: #575765;
|
||||
padding-left: 0.2rem;
|
||||
position: relative;
|
||||
}
|
||||
.line {
|
||||
display: block;
|
||||
width: 0.22rem;
|
||||
height: 0.88rem;
|
||||
background: #575765;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
top: 0.25rem;
|
||||
left: -0.5rem;
|
||||
}
|
||||
.currentOrderCon {
|
||||
font-size: 0.85rem;
|
||||
color: #94979d;
|
||||
line-height: 1.4rem;
|
||||
padding-top: 0.7rem;
|
||||
}
|
||||
.fileBtnWrapper {
|
||||
float: right;
|
||||
font-size: 0;
|
||||
/*margin-top: 0.2rem;*/
|
||||
}
|
||||
.fileBtn {
|
||||
padding: 0.3rem 0.6rem;
|
||||
background: #85d4fc;
|
||||
border-radius: 0.4rem;
|
||||
color: #fff;
|
||||
font-size: 0.8rem;
|
||||
}
|
||||
.currentFile {
|
||||
background: #85d4fc;
|
||||
margin-right: 0.25rem;
|
||||
}
|
||||
.otherFile {
|
||||
background: #1589f9;
|
||||
}
|
||||
|
||||
|
||||
/* 照片上传页面 s */
|
||||
.searchWrapper {
|
||||
padding: 0.6rem;
|
||||
}
|
||||
.searchBtn {
|
||||
width: 100%;
|
||||
height: 2.088rem;
|
||||
text-align: center;
|
||||
background: #e3e4e6;
|
||||
border-radius: 5px;
|
||||
background-image: none;
|
||||
font-size: 1rem;
|
||||
}
|
||||
.line2 {
|
||||
display: block;
|
||||
width: 0.22rem;
|
||||
height: 0.73rem;
|
||||
background: #94979d;
|
||||
border-radius: 3px;
|
||||
position: absolute;
|
||||
top: 0.25rem;
|
||||
left: -0.6rem;
|
||||
}
|
||||
.currentOrderListTitle2 {
|
||||
font-size: 0.85rem;
|
||||
color: #94979d;
|
||||
position: relative;
|
||||
line-height: 1.4rem;
|
||||
}
|
||||
|
||||
.searchBtn::-webkit-input-placeholder { /* WebKit browsers */
|
||||
background-image: url(../images/search.png);
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1rem 1rem;
|
||||
background-position: 40%;
|
||||
}
|
||||
.searchBtn:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
|
||||
background-image: url(../images/search.png);
|
||||
}
|
||||
.searchBtn::-moz-placeholder { /* Mozilla Firefox 19+ */
|
||||
background-image: url(../images/search.png);
|
||||
}
|
||||
.searchBtn:-ms-input-placeholder { /* Internet Explorer 10+ */
|
||||
background-image: url(../images/search.png);
|
||||
}
|
||||
.por {
|
||||
position: relative;
|
||||
}
|
||||
.noPdT {
|
||||
padding-top: 0;
|
||||
}
|
||||
.posAb {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
}
|
||||
.pdChange {
|
||||
padding: 1.3rem 1.33rem 1.1rem;
|
||||
}
|
||||
/* 照片上传页面 e */
|
Reference in New Issue
Block a user