1234567891011121314151617181920212223242526272829303132333435363738394041424344 |
- @import "../memberArea/memberArea.wxss";
- .serach-container{
- margin-left:20rpx;
- margin-top:20rpx;
- }
- .cancle {
- position: absolute;
- right: 15px;
- z-index: 9999;
- bottom: 15rpx;
- font-size: 30rpx;
- }
- .list-search {
- position: absolute;
- top: 0;
- left: 0;
- display: flex;
- align-items: center;
- width: 100%;
- height: 90rpx;
- padding: 10rpx 30rpx;
- box-sizing: border-box;
- z-index: 20;
- background: #fff;
- }
- .list-search-box {
- display: flex;
- align-items: center;
- padding: 0 30rpx;
- width: 83%;
- height: 62rpx;
- background: #f5f5f5;
- border-radius: 90rpx;
- font-size: 24rpx;
- box-sizing: border-box;
- margin-left:7rpx;
- }
- .list-search-box input {
- width: 100%;
- padding-left: 13rpx;
- }
|