老系统对接
This commit is contained in:
300
webapp/css/notice.css
Normal file
300
webapp/css/notice.css
Normal file
@ -0,0 +1,300 @@
|
||||
.wrapper {
|
||||
width:17rem;
|
||||
padding:0 1rem;
|
||||
}
|
||||
.title {
|
||||
width:100%;
|
||||
margin:3rem 0;
|
||||
}
|
||||
.title input {
|
||||
font-size: 1rem;
|
||||
color: #333333;
|
||||
font-weight: bold;
|
||||
}
|
||||
::-webkit-input-placeholder {
|
||||
color: #DBDEE4;
|
||||
}
|
||||
:-moz-placeholder {
|
||||
color: #DBDEE4;
|
||||
}
|
||||
::-moz-placeholder {
|
||||
color: #DBDEE4;
|
||||
}
|
||||
:-ms-input-placeholder {
|
||||
color: #DBDEE4;
|
||||
}
|
||||
.noticeCon {
|
||||
width:100%;
|
||||
}
|
||||
#noticeConInsert {
|
||||
width:100%;
|
||||
min-height:10rem;
|
||||
font-size:0.7rem;
|
||||
}
|
||||
|
||||
/*谁可以看 start */
|
||||
.checkSupplier {
|
||||
width:100%;
|
||||
margin-top: 1rem;
|
||||
}
|
||||
.optionSupplier {
|
||||
font-size:0.8rem;
|
||||
line-height: 0.85rem;
|
||||
}
|
||||
.selectOption {
|
||||
float: left;
|
||||
color: #000000;
|
||||
}
|
||||
.seeIcon {
|
||||
width:0.85rem;
|
||||
height: 0.85rem;
|
||||
background-image: url("../images/seeIcon.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 0.85rem 0.85rem;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.resetWrapper {
|
||||
float: right;
|
||||
margin-right:1.6rem;
|
||||
color: #FF0000;
|
||||
display: none;
|
||||
}
|
||||
.resetImg {
|
||||
width:0.88rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.resetIcon {
|
||||
width:0.85rem;
|
||||
height: 0.85rem;
|
||||
background-image: url("../images/reset.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 0.85rem 0.85rem;
|
||||
display: inline-block;
|
||||
margin-right: 10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.selectAll {
|
||||
float: right;
|
||||
color: #0F69EC;
|
||||
}
|
||||
.arrowTo {
|
||||
width:0.45rem;
|
||||
height:0.85rem;
|
||||
background-image: url("../images/arrowTo.png");
|
||||
background-size: 0.45rem 0.8rem;
|
||||
background-repeat: no-repeat;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: 10px;
|
||||
}
|
||||
.addContinue {
|
||||
float: right;
|
||||
color: #0F69EC;
|
||||
}
|
||||
.addIcon {
|
||||
width: 0.8rem;
|
||||
height: 0.8rem;
|
||||
background-image: url("../images/addIcon2.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 0.8rem 0.8rem;
|
||||
display: inline-block;
|
||||
margin-left:10px;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.addImg {
|
||||
width: 0.77rem;
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
/*谁可以看 end */
|
||||
|
||||
/*供应商列表 s */
|
||||
/*.supplierList {
|
||||
margin-top: 1.5rem;
|
||||
}*/
|
||||
.listItem {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
.listItem p {
|
||||
font-size: 0.75rem;
|
||||
color: #0F69EC;
|
||||
margin-bottom: 0.75rem;
|
||||
}
|
||||
.listCon {
|
||||
font-size: 0.65rem;
|
||||
color: #333333;
|
||||
line-height: 1.2rem;
|
||||
}
|
||||
/*供应商列表 e */
|
||||
|
||||
.sendTo {
|
||||
margin:5rem auto;
|
||||
text-align: center;
|
||||
}
|
||||
.sendTo input {
|
||||
width: 7rem;
|
||||
height: 2.2rem;
|
||||
line-height: 2.2rem;
|
||||
text-align: center;
|
||||
/*margin: 0 auto;
|
||||
display: block;*/
|
||||
background: #333333;
|
||||
color: #fff;
|
||||
border-radius: 2px;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
|
||||
/*选择供应商弹框 s */
|
||||
#checkModal {
|
||||
width:100%;
|
||||
position: fixed;
|
||||
top:0;
|
||||
left: 0;
|
||||
right:0;
|
||||
bottom: 0;
|
||||
z-index: 100;
|
||||
background: #fff;
|
||||
display: none;
|
||||
}
|
||||
.modalWrapper {
|
||||
width: 100%;
|
||||
}
|
||||
.modalNav {
|
||||
width: 100%;
|
||||
padding: 0 1rem;
|
||||
height: 3rem;
|
||||
display: flex;
|
||||
font-size: 0.8rem;
|
||||
line-height: 3rem;
|
||||
background: #E6E8ED;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
.modalNav a{
|
||||
flex: 1;
|
||||
color: #C9C9C9;
|
||||
}
|
||||
.modalNav a.navActive {
|
||||
color: #0F69EC;
|
||||
}
|
||||
.navActive {
|
||||
color: #0F69EC;
|
||||
}
|
||||
.modalNav a.navActive .activeBorder {
|
||||
height: 3rem;
|
||||
display: inline-block;
|
||||
border-bottom: 2px solid #0F69EC;
|
||||
box-sizing: border-box;
|
||||
padding: 0 5px;
|
||||
}
|
||||
|
||||
/* 省列表 s */
|
||||
.zoneWrapper {
|
||||
width: 100%;
|
||||
padding: 0.5rem 0;
|
||||
}
|
||||
.zoneProvince,.zoneCity {
|
||||
width: 100%;
|
||||
}
|
||||
#checkAllProvince {
|
||||
padding: 1rem;
|
||||
text-align: right;
|
||||
font-size: 0.7rem;
|
||||
height: 1rem;
|
||||
}
|
||||
.confirm {
|
||||
width:17rem;
|
||||
padding:0 1rem;
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
}
|
||||
.confirmBtn {
|
||||
display: block;
|
||||
width: 7rem;
|
||||
height: 2.2rem;
|
||||
margin:1.4rem auto;
|
||||
line-height: 2.2rem;
|
||||
text-align: center;
|
||||
background: #F2F3F6;
|
||||
color: #C9C9C9;
|
||||
border:1px solid #C6C6C6;
|
||||
border-radius: 2px;
|
||||
font-size: 0.75rem;
|
||||
}
|
||||
.confirmBtnActive {
|
||||
background: #333333;
|
||||
color: #fff;
|
||||
}
|
||||
.supplierConfirmBtnActive {
|
||||
background: #333333;
|
||||
color: #fff;
|
||||
}
|
||||
#checkAllCity,#checkAllSupplier {
|
||||
/*padding: 1rem;*/
|
||||
text-align: right;
|
||||
font-size: 0.7rem;
|
||||
height: 1rem;
|
||||
position: absolute;
|
||||
top: 2rem;
|
||||
right: 1rem;
|
||||
}
|
||||
.check-item {
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
margin-left: 0.5rem;
|
||||
float: right;
|
||||
}
|
||||
.checkbox-item-bg {
|
||||
background-image: url(../images/uncheck.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
}
|
||||
.checkbox-item-bg2 {
|
||||
background-image: url(../images/oncheck.png);
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
}
|
||||
.checkNum {
|
||||
width: 0.9rem;
|
||||
height: 0.9rem;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
vertical-align: middle;
|
||||
opacity: 0;
|
||||
}
|
||||
.border-1px {
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
-webkit-transform: scaleY(0.5);
|
||||
-webkit-transform-origin: 0 0;
|
||||
overflow: hidden;
|
||||
background: #eaeaea;
|
||||
}
|
||||
.provinceList,.cityList {
|
||||
width: 100%;
|
||||
position: fixed;
|
||||
right:0;
|
||||
left: 0;
|
||||
overflow: auto;
|
||||
top:3.5rem;
|
||||
}
|
||||
.provinceList {
|
||||
bottom:0.5rem;
|
||||
}
|
||||
.cityList {
|
||||
bottom:5rem;
|
||||
}
|
||||
.provinceListItem,.cityListItem,.supplierListItem {
|
||||
padding: 1rem;
|
||||
text-align: left;
|
||||
font-size: 0.7rem;
|
||||
}
|
||||
|
||||
/* 省列表 e */
|
||||
/*选择供应商弹框 e */
|
Reference in New Issue
Block a user