新增分享,找回密码,实名认证,签约

This commit is contained in:
唐明明
2023-08-25 14:04:31 +08:00
parent 32cc588ae7
commit 0f7c37d548
106 changed files with 2130 additions and 1313 deletions

View File

@@ -18,6 +18,8 @@
height: 90rpx;
line-height: 90rpx;
background: #f7f7f7;
border-radius: 45rpx;
overflow: hidden;
}
.search-input input {
@@ -25,16 +27,16 @@
box-sizing: border-box;
height: 90rpx;
color: #000;
font-size: 28rpx;
font-size: 30rpx;
flex: 1;
width: calc(100% - 150rpx);
width: calc(100% - 180rpx);
}
.search-btn {
font-size: 28rpx;
background: #f1f1f1;
color: #4c4c4c;
width: 150rpx !important;
font-size: 30rpx;
background: #da2b54;
color: white;
width: 180rpx !important;
padding: 0 !important;
line-height: 90rpx;
border-radius: 0;