| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .uni-searchbar.data-v-64ee3838 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- position: relative;
- padding: 16rpx;
- background-color: #ffffff;
- }
- .uni-searchbar__box.data-v-64ee3838 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- position: relative;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- height: 36px;
- padding: 5px 8px 5px 0px;
- border-width: 0.5px;
- border-style: solid;
- border-color: #e5e5e5;
- }
- .uni-searchbar__box-icon-search.data-v-64ee3838 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- width: 32px;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- color: #808080;
- }
- .uni-searchbar__box-search-input.data-v-64ee3838 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 28rpx;
- color: #333;
- }
- .uni-searchbar__box-icon-clear.data-v-64ee3838 {
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- line-height: 24px;
- padding-left: 5px;
- }
- .uni-searchbar__text-placeholder.data-v-64ee3838 {
- font-size: 28rpx;
- color: #808080;
- margin-left: 5px;
- }
- .uni-searchbar__cancel.data-v-64ee3838 {
- padding-left: 10px;
- line-height: 36px;
- font-size: 14px;
- color: #333;
- }
|