搜索下拉框
This commit is contained in:
@@ -8,7 +8,9 @@ uni-page-body {
|
||||
min-height: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
|
||||
uni-button:after {
|
||||
border: none;
|
||||
}
|
||||
/** iconfont */
|
||||
@font-face {
|
||||
font-family: 'iconfont';
|
||||
@@ -52,6 +54,15 @@ uni-page-body {
|
||||
line-height: 52rpx;
|
||||
color: #fff;
|
||||
}
|
||||
.icon_scan {
|
||||
font-size: 48rpx;
|
||||
line-height: 70rpx;
|
||||
color: #323232;
|
||||
}
|
||||
.icon_search {
|
||||
color: #323232;
|
||||
line-height: 70rpx;
|
||||
}
|
||||
|
||||
/** 内容 */
|
||||
.container {
|
||||
@@ -172,19 +183,19 @@ uni-page-body {
|
||||
width: 100%;
|
||||
z-index: 100;
|
||||
background-color: #fff;
|
||||
padding-top: 15rpx;
|
||||
padding-top: 10rpx;
|
||||
box-shadow: 0 0 20rpx 0 rgba(160,160,160,0.7);
|
||||
}
|
||||
.submit-button {
|
||||
font-size: 30rpx;
|
||||
line-height: 52rpx;
|
||||
line-height: 62rpx;
|
||||
color: #ff6a00;
|
||||
text-align: center;
|
||||
letter-spacing: 1rpx;
|
||||
padding: 0 22rpx;
|
||||
background-color: #fff;
|
||||
border: 1px solid #ff6a00;
|
||||
margin: 0 20rpx 15rpx 0;
|
||||
margin: 0 20rpx 10rpx 0;
|
||||
border-radius: 30rpx;
|
||||
}
|
||||
.btn-disabled {
|
||||
|
||||
Reference in New Issue
Block a user