|
|
@ -42,7 +42,7 @@ view { |
|
|
|
.pageBgImg { |
|
|
|
font-size: 28rpx;; |
|
|
|
color: #333; |
|
|
|
background: url('http://jxtemp.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/topbg.png') #F6F6F6 no-repeat; |
|
|
|
background: url('https://jiangxijiakao-1.oss-cn-hangzhou.aliyuncs.com/defaultImages/app/bigImg/topbg.png') #F6F6F6 no-repeat; |
|
|
|
background-size: 100% 362rpx; |
|
|
|
min-height: 100vh; |
|
|
|
} |
|
|
@ -77,7 +77,7 @@ image { |
|
|
|
.my .u-input { |
|
|
|
height: 100%; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.h1 { |
|
|
|
font-size: 32rpx; |
|
|
|
color: #333; |
|
|
@ -96,7 +96,7 @@ image { |
|
|
|
left: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.btnBg { |
|
|
|
height: 72rpx; |
|
|
|
background: #1989FA; |
|
|
@ -106,7 +106,7 @@ image { |
|
|
|
font-size: 28rpx; |
|
|
|
color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.btnBorder { |
|
|
|
height: 72rpx; |
|
|
|
background: #DFEAF5; |
|
|
@ -117,13 +117,13 @@ image { |
|
|
|
color:$themC; |
|
|
|
border: 2rpx solid #1989FA; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* 通用 */ |
|
|
|
::-webkit-input-placeholder { color:#ADADAD; } |
|
|
|
::-moz-placeholder { color:#ADADAD; } /* firefox 19+ */ |
|
|
|
:-ms-input-placeholder { color:#ADADAD; } /* ie */ |
|
|
|
input:-moz-placeholder { color:#ADADAD; } |
|
|
|
|
|
|
|
|
|
|
|
input::-webkit-input-placeholder { |
|
|
|
color: #CDCDCD !important; |
|
|
|
} |
|
|
@ -133,12 +133,12 @@ image { |
|
|
|
input::-ms-input-placeholder { |
|
|
|
color: #CDCDCD !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// /* webkit专用 */ |
|
|
|
.input1::-webkit-input-placeholder { color:#00f; } |
|
|
|
// #input2::-webkit-input-placeholder { color:#090; background:lightgreen; text-transform:uppercase; } |
|
|
|
// #input3::-webkit-input-placeholder { font-style:italic; text-decoration:overline; color:#999; } |
|
|
|
|
|
|
|
|
|
|
|
// /* mozilla专用 */ |
|
|
|
// #input1::-moz-placeholder { color:#00f; } |
|
|
|
// #input2::-moz-placeholder { color:#090; background:lightgreen; text-transform:uppercase; } |
|
|
|