12345678910111213141516171819202122232425 |
- .white-btn {
- .wk-search {
- font-weight: 400;
- font-size: 42rpx;
- }
- }
- .search-box {
- width: 100%;
- padding: 10rpx 32rpx 20rpx;
- .box {
- width: 100%;
- height: 62rpx;
- color: #BBBBBB;
- background-color: white;
- border-radius: 12rpx;
- padding: 0 20rpx;
- @include left;
-
- .wk-search {
- margin-right: 15rpx;
- }
- }
- }
|