12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .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;
- 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;
- }
|