| 123456789101112131415161718192021222324252627282930313233 |
- .wxSortPickerViewTemTags{
- position: fixed;
- top: 10px;
- right: 0;
- /* background-color: #fff; */
- color: #9D9D9E;
- }
- .wxSortPickerViewTemTag{
- text-align: center;
- padding: 3px;
- font-size: 12px;
- }
- .wxSortPickerViewFixedTag{
- position: fixed;
- width: 100%;
- }
- .wxSortPickerViewTag{
- background-color: #eee;
- font-size: 16px;
- /* font-weight: bold; */
- color: #000;
- height: 30px;
- line-height: 30px;
- padding: 0 8px;
- }
- .wxSortPickerViewItem{
- height: 50px;
- line-height: 50px;
- border-bottom: 1px solid #eee;
- margin-left: 10px;
- }
|