123456789101112131415161718192021222324252627 |
- /* components/components-search.wxss */
- .wrapper{
- padding: 30rpx 44rpx;
- position: relative;
- height: calc(100% - 60rpx);
- background: #fff;
- }
- .search-wrapper{
- display: flex;
- align-items: center;
- height: 100%;
- border: 1px solid #888888;
- padding-left: 30rpx;
- border-radius: 15rpx;
- }
- .iconfont {
- font-size: 32rpx;
- margin-right: 15rpx;
- }
- .search-text{
- font-size: 24rpx;
- color: #707070;
- }
- .icon-sousuo {
- font-size: 30rpx;
- color: #707070;
- }
|