224 lines
3.9 KiB
Plaintext
224 lines
3.9 KiB
Plaintext
.body {
|
|
border-top: solid 1px #DBDBDA;
|
|
padding: 0 40rpx;
|
|
}
|
|
|
|
/* 查询view */
|
|
.face-wapper {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
|
|
/* margin-top: 120upx;
|
|
margin-bottom: 120upx; */
|
|
}
|
|
|
|
/* 查询内内容 */
|
|
.font {
|
|
width: 150rpx;
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
/* 横向样式 */
|
|
.hengxiang{
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin-top: 20rpx;
|
|
|
|
/* justify-content: flex-start; */
|
|
|
|
/* height: 900upx; */
|
|
/* width: 650upx; */
|
|
}
|
|
|
|
/* 查询内容大小 */
|
|
.showsize{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-left: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
.showsizeright{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-left: solid 1px;
|
|
border-right: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
.showsizelost{
|
|
width: 332rpx;
|
|
height: 110rpx;
|
|
border-bottom: solid 1px;
|
|
border-left: solid 1px;
|
|
border-right: solid 1px;
|
|
border-top: solid 1px;
|
|
}
|
|
|
|
/* 字段名样式 */
|
|
.namesize{
|
|
width: 332rpx;
|
|
height: 55rpx;
|
|
text-align: center;
|
|
background-color: #999999;
|
|
}
|
|
|
|
/* 查询内容样式 */
|
|
.sersize{
|
|
width: 332rpx;
|
|
height: 55rpx;
|
|
text-align: center;
|
|
border-top: solid 1px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
/* 字体调整 */
|
|
.ziti{
|
|
margin-top: 55rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
/* 按钮调整 */
|
|
.button{
|
|
height: 80rpx;
|
|
font-size: 14px;
|
|
margin-top: 40rpx;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
/* 按钮总样式 */
|
|
.anjian{
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
}
|
|
|
|
/* 下拉样式 */
|
|
.xiala{
|
|
margin-left: 20rpx;
|
|
margin-top: 40rpx;
|
|
height: 68rpx;
|
|
width: 175rpx;
|
|
background-color: #007AFF;
|
|
color: #FFFFFF;
|
|
font-size: 14px;
|
|
padding-top: 15rpx;
|
|
/* padding-left: 25upx; */
|
|
text-align: center;
|
|
border-radius:10rpx;
|
|
}
|
|
|
|
/* 输入框 */
|
|
.input {
|
|
width: 500rpx;
|
|
height: 90rpx;
|
|
margin-left: 40rpx;
|
|
}
|
|
.words-lbl {
|
|
color: #808080;
|
|
}
|
|
.graywords {
|
|
color: #EAEAEA;
|
|
}
|
|
|
|
/* 注册登录 end */
|
|
|
|
/* 第三方登录 start */
|
|
.third-wapper {
|
|
width: 100%;
|
|
/* 固定底部 */
|
|
/* bottom: 0;
|
|
position: fixed; */
|
|
|
|
margin-top: 60rpx;
|
|
}
|
|
.third-line {
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center
|
|
}
|
|
.third-words {
|
|
color: #A9A9A9;
|
|
font-size: 13px;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center;
|
|
}
|
|
.single-line {
|
|
padding: 15rpx 20rpx;
|
|
width: 25%;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
}
|
|
.third-icos-wapper {
|
|
margin-top: 30rpx;
|
|
|
|
display: -webkit-box;
|
|
|
|
display: -webkit-flex;
|
|
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-webkit-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: center;
|
|
-webkit-justify-content: center;
|
|
justify-content: center
|
|
}
|
|
.third-ico {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
.third-btn-ico {
|
|
background-image:url(http://122.152.205.72:88/group1/M00/00/05/CpoxxFxFO-yAOjTaAAATCIZEzRU503.png);
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
background-color: white;
|
|
background-size: 60rpx 60rpx;
|
|
background-repeat:no-repeat;
|
|
border:none;
|
|
padding: 0;
|
|
}
|
|
button::after{
|
|
border: none;
|
|
}
|
|
|
|
/* 第三方登录 end */
|
|
|