首页搜索图标宽度调整
This commit is contained in:
@@ -929,7 +929,7 @@ background-color: #eee;
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
border-right: 1px solid #acacac33;
|
border-right: 1px solid #acacac33;
|
||||||
font-size: 28rpx;
|
font-size: 30rpx;
|
||||||
|
|
||||||
color: #333;
|
color: #333;
|
||||||
// border-radius: 10rpx;
|
// border-radius: 10rpx;
|
||||||
@@ -992,7 +992,7 @@ background-color: #eee;
|
|||||||
|
|
||||||
.ProTabs {
|
.ProTabs {
|
||||||
// margin: 20rpx 0;
|
// margin: 20rpx 0;
|
||||||
padding: 0 20rpx;
|
padding: 0 10px;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
|
||||||
text {
|
text {
|
||||||
@@ -1223,7 +1223,8 @@ background-color: #eee;
|
|||||||
}
|
}
|
||||||
|
|
||||||
.searBtn {
|
.searBtn {
|
||||||
width: 180rpx;
|
// width: 180rpx;
|
||||||
|
width: calc(100% - 75% + 12px);
|
||||||
line-height: 56rpx;
|
line-height: 56rpx;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
@@ -1242,7 +1243,7 @@ background-color: #eee;
|
|||||||
|
|
||||||
.home_nar {
|
.home_nar {
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
padding: 40rpx 10rpx;
|
padding: 26rpx 10rpx;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
display: flex;
|
display: flex;
|
||||||
color: #333;
|
color: #333;
|
||||||
|
|||||||
Reference in New Issue
Block a user