老系统对接
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 */
|
120
webapp/css/newCss/login.css
Normal file
120
webapp/css/newCss/login.css
Normal file
@ -0,0 +1,120 @@
|
||||
@charset "utf-8";
|
||||
.loginWrapperBg {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
background-image: url("../../images/newImage/loginBg.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: 100% 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
.loginWrapper {
|
||||
padding: 2.8rem 1.55rem 0;
|
||||
}
|
||||
.loginTitle {
|
||||
font-size: 1.4rem;
|
||||
color: #121c32;
|
||||
padding: 0 0.45rem;
|
||||
margin-bottom: 1.5rem;
|
||||
position: relative;
|
||||
}
|
||||
.loginTitle img{
|
||||
width: 3.13rem;
|
||||
margin-right: 0.5rem;
|
||||
vertical-align: middle;
|
||||
}
|
||||
.bindRole {
|
||||
font-weight: bold;
|
||||
margin-top: 1.34rem;
|
||||
color: #575765;
|
||||
}
|
||||
.loginForm {
|
||||
padding: 0 0.28rem;
|
||||
}
|
||||
.loginFormItem {
|
||||
display: flex;
|
||||
margin-top: 0.5rem;
|
||||
padding: 0.5rem 0.22rem;
|
||||
position: relative;
|
||||
}
|
||||
.loginFormItem:after {
|
||||
height: 1px;
|
||||
content: '';
|
||||
width: 100%;
|
||||
border-top: 1px solid #b9b8b8;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 0;
|
||||
transform: scaleY(0.5);
|
||||
-webkit-transform: scaleY(0.5);
|
||||
}
|
||||
.itemTitle {
|
||||
/* width: 4rem; */
|
||||
height: 2rem;
|
||||
padding-right: 0.5rem;
|
||||
font-size: 1rem;
|
||||
line-height: 2rem;
|
||||
color: #575765;
|
||||
}
|
||||
.itemInput {
|
||||
width: 100%;
|
||||
height: 2rem;
|
||||
background: none;
|
||||
padding-left: 0.5rem;
|
||||
color: #575765;
|
||||
font-size: 1rem;
|
||||
flex: 1;
|
||||
}
|
||||
input.itemInput::-webkit-input-placeholder{
|
||||
color:#cbcbcb;
|
||||
}
|
||||
input.itemInput::-moz-placeholder{ /* Mozilla Firefox 19+ */
|
||||
color:#cbcbcb;
|
||||
}
|
||||
input.itemInput:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
|
||||
color:#cbcbcb;
|
||||
}
|
||||
input.itemInput:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
||||
color:#cbcbcb;
|
||||
}
|
||||
.loginFormSubmit {
|
||||
width: 100%;
|
||||
margin-top: 3rem;
|
||||
margin-bottom:1rem;
|
||||
height: 2.8rem;
|
||||
background: rgba(96,96,96,0.18);
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
border-radius: 1.4rem;
|
||||
}
|
||||
.loginBtnActive {
|
||||
background:#1589f9;
|
||||
}
|
||||
.loginTitle img.checkImg {
|
||||
width: 1.26rem;
|
||||
margin-right: 0.3rem;
|
||||
}
|
||||
.checkItem {
|
||||
font-size: 0.95rem;
|
||||
position: absolute;
|
||||
right: -0.1rem;
|
||||
top: 0.435rem;
|
||||
border: 1px solid #ffb533;
|
||||
color: #ffb533;
|
||||
padding: 0.25rem 0.8rem 0.25rem 0.3rem;
|
||||
border-radius: 1rem;
|
||||
}
|
||||
.arrowPosition {
|
||||
position: absolute;
|
||||
top: 1.4rem;
|
||||
right: 0;
|
||||
}
|
||||
.arrow {
|
||||
width: 0.5rem;
|
||||
display: inline-block;
|
||||
float: right;
|
||||
}
|
65
webapp/css/newCss/myInfo.css
Normal file
65
webapp/css/newCss/myInfo.css
Normal file
@ -0,0 +1,65 @@
|
||||
@charset "utf-8";
|
||||
body {
|
||||
background: #f6f6f6;
|
||||
}
|
||||
.infoWrapper {
|
||||
|
||||
}
|
||||
.myInfo {
|
||||
background: #FFFFFF;
|
||||
padding-top: 0.53rem;
|
||||
}
|
||||
.myInfo li {
|
||||
line-height: 3.64rem;
|
||||
position: relative;
|
||||
padding: 0 1.35rem;
|
||||
box-sizing: border-box;
|
||||
clear: both;
|
||||
}
|
||||
.myInfo li:after {
|
||||
height: 1px;
|
||||
content: '';
|
||||
width: 100%;
|
||||
border-top: 1px solid #eaeaea;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 0;
|
||||
transform: scaleY(0.5);
|
||||
-webkit-transform: scaleY(0.5);
|
||||
}
|
||||
.rightInfo {
|
||||
float: right;
|
||||
height: 3.64rem;
|
||||
}
|
||||
.infoItem {
|
||||
color: #575765;
|
||||
}
|
||||
.arrowPosition {
|
||||
height: 3.64rem;
|
||||
line-height: 3.84rem;
|
||||
display: block;
|
||||
float: right;
|
||||
}
|
||||
.arrow {
|
||||
width: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
margin-top: 1.4rem;
|
||||
}
|
||||
/*.inputWrapper {
|
||||
padding: 3.44rem 1.55rem 0 1.55rem;
|
||||
}*/
|
||||
.loginFormSubmit {
|
||||
width: 100%;
|
||||
height: 2.8rem;
|
||||
background: rgba(96,96,96,0.18);
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
border-radius: 1.4rem;
|
||||
/*margin: 3.44rem 1.55rem 0 1.55rem;*/
|
||||
}
|
||||
.loginBtnActive {
|
||||
background: #1589f9;
|
||||
}
|
||||
|
129
webapp/css/newCss/option.css
Normal file
129
webapp/css/newCss/option.css
Normal file
@ -0,0 +1,129 @@
|
||||
@charset "utf-8";
|
||||
.optionDialog {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background: rgba(0,1,23,0.7);
|
||||
}
|
||||
.dialog_con {
|
||||
width: 90%;
|
||||
margin: 0 auto;
|
||||
padding-top: 2rem;
|
||||
background: #ffffff;
|
||||
position:fixed;
|
||||
top:50%;
|
||||
left:50%;
|
||||
transform:translateX(-50%) translateY(-50%);
|
||||
border-radius: 10px;
|
||||
}
|
||||
.dialogList {
|
||||
margin: 0 0.4rem 0.5rem;
|
||||
max-height: 20rem;
|
||||
overflow-y:auto ;
|
||||
}
|
||||
.carType_list {
|
||||
padding: 0.8rem 1.2rem;
|
||||
font-size: 1rem;
|
||||
position: relative;
|
||||
}
|
||||
.check-item {
|
||||
width: 1.11rem;
|
||||
height: 1.11rem;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
float: right;
|
||||
}
|
||||
.check-item-bg,.check-item-bg2 {
|
||||
background-size: 100% 100%;
|
||||
background-repeat: no-repeat;
|
||||
position: relative;
|
||||
}
|
||||
.dialog input[type='radio'] {
|
||||
float: right;
|
||||
width: 1.11rem;
|
||||
height: 1.11rem;
|
||||
opacity: 0;
|
||||
}
|
||||
.check-item-bg {
|
||||
background-image: url(../../images/newImage/radio1.png);
|
||||
}
|
||||
.check-item-bg2 {
|
||||
background-image: url(../../images/newImage/radio2.png);
|
||||
}
|
||||
.dialogTitle {
|
||||
font-size: 1.2rem;
|
||||
font-weight: bold;
|
||||
padding: 0.8rem 0 0.8rem 1.5rem;
|
||||
color: #575765;
|
||||
}
|
||||
.dialogList label {
|
||||
position: relative;
|
||||
display: block;
|
||||
}
|
||||
.dialogList label:not(:last-child):after {
|
||||
height: 1px;
|
||||
content: '';
|
||||
width: 100%;
|
||||
border-top: 1px solid #eaeaea;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 0;
|
||||
transform: scaleY(0.5);
|
||||
-webkit-transform: scaleY(0.5);
|
||||
}
|
||||
.buttonWrap {
|
||||
background: #f0f0f1;
|
||||
border-bottom-left-radius: 10px;
|
||||
border-bottom-right-radius: 10px;
|
||||
height: 2.24rem;
|
||||
padding: 0.78rem 0;
|
||||
}
|
||||
.buttonWrap a{
|
||||
float: left;
|
||||
display: block;
|
||||
width: 50%;
|
||||
text-align: center;
|
||||
height: 2.24rem;
|
||||
line-height: 2.24rem;
|
||||
position: relative;
|
||||
}
|
||||
.cancelBtn {
|
||||
color: #757679;
|
||||
}
|
||||
.confirmBtn {
|
||||
color: #1589f9;
|
||||
}
|
||||
.confirmBtn:after {
|
||||
width: 1px;
|
||||
content: '';
|
||||
height: 100%;
|
||||
border-left: 1px solid #b9b8b8;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: -1px;
|
||||
transform: scaleX(0.5);
|
||||
-webkit-transform: scaleX(0.5);
|
||||
}
|
||||
.carType_listDiv {
|
||||
padding: 0.5rem 1.2rem;
|
||||
display:flex;
|
||||
}
|
||||
.carType_listDiv label {
|
||||
margin-right: 1rem;
|
||||
padding-top: 0.5rem;
|
||||
}
|
||||
.carType_listDivInput {
|
||||
flex: 1;
|
||||
font-size: 1rem;
|
||||
padding: 0.5rem 0.2rem;
|
||||
border: 1px solid #eaeaea;
|
||||
border-radius: 5px;
|
||||
}
|
||||
.mb2 {
|
||||
margin-bottom: 2rem;
|
||||
}
|
||||
.mt1 {
|
||||
margin-top: 1rem;
|
||||
}
|
135
webapp/css/newCss/orderDetail.css
Normal file
135
webapp/css/newCss/orderDetail.css
Normal file
@ -0,0 +1,135 @@
|
||||
@charset "utf-8";
|
||||
body {
|
||||
background: #f3f4f5;
|
||||
}
|
||||
.orderInfoWrapper {
|
||||
/*padding-top: 0.53rem;*/
|
||||
}
|
||||
.orderInfoUl {
|
||||
font-size: 1rem;
|
||||
margin-bottom: 0.3rem;
|
||||
background: #fff;
|
||||
padding-top: 0.53rem;
|
||||
}
|
||||
.orderInfoItem {
|
||||
display: flex;
|
||||
line-height: 3.55rem;
|
||||
padding: 0 1.35rem;
|
||||
position: relative;
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.infoTitle {
|
||||
/* width: 4rem; */
|
||||
padding-right: 1rem;
|
||||
}
|
||||
.infoCon {
|
||||
flex: 1;
|
||||
text-align: right;
|
||||
text-overflow: ellipsis;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
}
|
||||
.orderInfoUl li:after {
|
||||
height: 1px;
|
||||
content: '';
|
||||
width: 100%;
|
||||
border-top: 1px solid #eaeaea;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 0;
|
||||
transform: scaleY(0.5);
|
||||
-webkit-transform: scaleY(0.5);
|
||||
}
|
||||
.addrWrapper img{
|
||||
width: 1.24rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.orderInfoDriver {
|
||||
line-height: 3.55rem;
|
||||
padding: 0 1.35rem;
|
||||
position: relative;
|
||||
background: #FFFFFF;
|
||||
color: #1589f9;
|
||||
}
|
||||
.driverArrow img {
|
||||
width: 0.5rem;
|
||||
margin-top: 0.5rem;
|
||||
margin-left: 0.5rem;
|
||||
}
|
||||
.fl {
|
||||
float: left;
|
||||
}
|
||||
.driverArrow {
|
||||
float: right;
|
||||
}
|
||||
|
||||
|
||||
.loginFormSubmit {
|
||||
width: 100%;
|
||||
height: 2.8rem;
|
||||
background: none;
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
border-radius: 1.4rem;
|
||||
border: 1px solid #1589f9;
|
||||
color: #1589f9;
|
||||
/*margin: 3.44rem 1.55rem 0 1.55rem;*/
|
||||
}
|
||||
.loginBtnActive {
|
||||
background: #1589f9;
|
||||
color: #ffffff;
|
||||
}
|
||||
.mt7 {
|
||||
margin-top: 0.7rem;
|
||||
}
|
||||
.mt35 {
|
||||
margin-top: 3.5rem;
|
||||
}
|
||||
|
||||
.noPadding {
|
||||
padding-top:0 ;
|
||||
}
|
||||
.newOrderAsk {
|
||||
height: 5.22rem;
|
||||
line-height: 5.22rem;
|
||||
text-align: center;
|
||||
font-size: 1.4rem;
|
||||
color: #1589f9;
|
||||
background: #ffffff;
|
||||
}
|
||||
.pd17 {
|
||||
padding-top: 1.4rem;
|
||||
}
|
||||
|
||||
/*弹框样式*/
|
||||
.check-busy {
|
||||
width: 1.11rem;
|
||||
height: 1.11rem;
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
float: right;
|
||||
color: #d1d2d4;
|
||||
}
|
||||
.carType_list {
|
||||
padding: 1.2rem;
|
||||
}
|
||||
.border1px {
|
||||
height: 1px;
|
||||
content: '';
|
||||
width: 100%;
|
||||
border-top: 1px solid #eaeaea;
|
||||
position: absolute;
|
||||
bottom: -1px;
|
||||
right: 0;
|
||||
transform: scaleY(0.5);
|
||||
-webkit-transform: scaleY(0.5);
|
||||
}
|
||||
.marTop1 {
|
||||
margin-top:1rem
|
||||
}
|
||||
a {
|
||||
color:#1589f9;
|
||||
}
|
105
webapp/css/newCss/reset.css
Normal file
105
webapp/css/newCss/reset.css
Normal file
@ -0,0 +1,105 @@
|
||||
@charset "utf-8";
|
||||
|
||||
/*禁用字号自动调整*/
|
||||
html{
|
||||
-webkit-text-size-adjust:100%;
|
||||
-ms-text-size-adjust:100%;
|
||||
}
|
||||
input[type=button]{
|
||||
-webkit-appearance:none;
|
||||
outline:none
|
||||
}
|
||||
a{
|
||||
-webkit-tap-highlight-color:transparent
|
||||
}
|
||||
/*appearance 属性允许您使元素看上去像标准的用户界面元素*/
|
||||
/*input[type="button"],input[type="submit"],input[type="reset"],input{
|
||||
-webkit-appearance:none;
|
||||
resize:none;
|
||||
}*/
|
||||
|
||||
/*取消高亮链接*/
|
||||
body, div, ul, li, ol, dl, dd, dt, h1, h2, h3, h4, h5, h6, input, textarea, button, select, p, a, img, form, table,
|
||||
tr, td, th, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
|
||||
-webkit-tap-highlight-color:rgb(0,0,0,0);
|
||||
}
|
||||
|
||||
/*设置html5元素为块状*/
|
||||
header,footer,aside,nav,section,article,details,menu,hgroup,figure,figcaption{
|
||||
display: block;
|
||||
}
|
||||
|
||||
img {
|
||||
width:100%;
|
||||
height:auto;
|
||||
width:auto\9;
|
||||
-ms-interpolation-mode:bicubic;
|
||||
}
|
||||
|
||||
body, div, ul, ol, dl, li, dd, dt, h1, h2, h3, h4, h5, h6, input, textarea, button, select, p, a, img, form, table, tr, td,
|
||||
th, tbody, article, aside, details, figcaption, figure, header, footer, hgroup, menu, nav, section {
|
||||
margin:0;
|
||||
padding:0;
|
||||
border:none;
|
||||
}
|
||||
|
||||
body {
|
||||
font:12px Microsoft YaHei, '宋体' Tahoma, Arial, sans-serif;
|
||||
color:#555;
|
||||
background-color:#fff;
|
||||
}
|
||||
|
||||
em, i {
|
||||
font-style:normal;
|
||||
}
|
||||
|
||||
strong {
|
||||
font-weight:normal;
|
||||
}
|
||||
|
||||
.clearfix:after{
|
||||
content:"";
|
||||
display:block;
|
||||
visibility:hidden;
|
||||
height:0;
|
||||
clear:both;
|
||||
}
|
||||
.clearfix{
|
||||
zoom:1;
|
||||
}
|
||||
a {
|
||||
text-decoration:none;
|
||||
/*font-family:"华文细黑" ,Microsoft YaHei, Tahoma, Arial, sans-serif;*/
|
||||
}
|
||||
|
||||
a:hover {
|
||||
text-decoration:none;
|
||||
/*color:#333333;*/
|
||||
}
|
||||
|
||||
ul, ol, dl, li, dd {
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
h1, h2, h3, h4, h5, h6{
|
||||
font-size:100%;
|
||||
font-family:Microsoft YaHei;
|
||||
}
|
||||
|
||||
img {
|
||||
border:none;
|
||||
}
|
||||
.text-center {
|
||||
text-align: center;
|
||||
}
|
||||
.text-left {
|
||||
text-align: left;
|
||||
}
|
||||
.text-right {
|
||||
text-align: right;
|
||||
}
|
||||
.inputWrapper {
|
||||
padding: 4.2rem 1.55rem 0.5rem 1.55rem;
|
||||
}
|
||||
|
||||
|
64
webapp/css/newCss/uploadPhoto.css
Normal file
64
webapp/css/newCss/uploadPhoto.css
Normal file
@ -0,0 +1,64 @@
|
||||
@charset "utf-8";
|
||||
body {
|
||||
background: #FFFFFF;
|
||||
}
|
||||
.uploadWrapper {
|
||||
padding: 0.355rem 1rem 0;
|
||||
font-size: 0;
|
||||
}
|
||||
.uploadTitle {
|
||||
height: 3.955rem;
|
||||
line-height: 3.955rem;
|
||||
padding-left: 0.3rem;
|
||||
font-size: 1rem;
|
||||
color: #575765;
|
||||
/*font-weight:700;*/
|
||||
}
|
||||
|
||||
.inputWrapper {
|
||||
padding: 4.2rem 0.55rem 0;
|
||||
}
|
||||
.loginFormSubmit {
|
||||
width: 100%;
|
||||
height: 2.8rem;
|
||||
background: #1589f9;
|
||||
color: #fff;
|
||||
font-size: 1rem;
|
||||
border-radius: 3px;
|
||||
font-weight: bold;
|
||||
border-radius: 1.4rem;
|
||||
border: 1px solid #1589f9;
|
||||
color: #FFFFFF;
|
||||
}
|
||||
|
||||
/*.photoWrapper img {
|
||||
width: 49.5%;
|
||||
margin-bottom: 1%;
|
||||
}
|
||||
|
||||
.photoWrapper img:nth-child(odd){
|
||||
margin-right: 0;
|
||||
}
|
||||
.photoWrapper img:nth-child(odd){
|
||||
margin-right: 1%;
|
||||
}*/
|
||||
.imgWrapper {
|
||||
width: 48%;
|
||||
height: 6.9rem;
|
||||
text-align: center;
|
||||
border: 1px solid #ccc;
|
||||
margin-bottom: 0.25rem;
|
||||
float: left;
|
||||
}
|
||||
.imgWrapper:nth-child(even){
|
||||
margin-right: 0;
|
||||
}
|
||||
.imgWrapper:nth-child(odd){
|
||||
margin-right: 1%;
|
||||
}
|
||||
.imgWrapper img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
height: auto;
|
||||
width: auto;
|
||||
}
|
Reference in New Issue
Block a user