修改样式,适配手机
This commit is contained in:
@@ -170,7 +170,8 @@ page {
|
||||
font-size: 40rpx !important;
|
||||
}
|
||||
|
||||
.custom-search .uni-input-placeholder {
|
||||
.custom-search .uni-input-placeholder,
|
||||
.custom-search .uni-input-input {
|
||||
color: #fff !important;
|
||||
font-size: 27rpx !important;
|
||||
}
|
||||
@@ -200,17 +201,20 @@ page {
|
||||
flex: auto;
|
||||
}
|
||||
.search-bg .search-left{
|
||||
border-right:1px solid #4687F2;
|
||||
margin-top:10rpx;
|
||||
margin-bottom:10rpx;
|
||||
padding-right:30rpx;
|
||||
/* width:10%; */
|
||||
}
|
||||
.search-bg .search-right{
|
||||
padding-left:25rpx;
|
||||
/* width:60%; */
|
||||
display: flex;
|
||||
align-items: center;
|
||||
min-width: 10%;
|
||||
}
|
||||
.search-bg .search-right{
|
||||
border-left:1px solid #4687F2;
|
||||
padding-left:25rpx;
|
||||
margin-left:30rpx;
|
||||
margin-top:10rpx;
|
||||
margin-bottom:10rpx;
|
||||
max-width:60%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
.search-bg .search-right .uni-input{
|
||||
color:#fff;
|
||||
@@ -321,8 +325,9 @@ page {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
/* 关键属性:允许换行 */
|
||||
gap: 20rpx;
|
||||
/* 项目间距 */
|
||||
margin-left:-10rpx;
|
||||
margin-right:-10rpx;
|
||||
}
|
||||
|
||||
.white-bg .logo-list .l-l-item {
|
||||
@@ -330,8 +335,11 @@ page {
|
||||
text-align: center;
|
||||
margin-bottom: 30rpx;
|
||||
position: relative;
|
||||
margin-left:10rpx;
|
||||
margin-right:10rpx;
|
||||
}
|
||||
|
||||
|
||||
.white-bg .logo-list .l-l-item img {
|
||||
width: 90rpx;
|
||||
height: 90rpx;
|
||||
|
||||
Reference in New Issue
Block a user