wxSortPickerView.wxss 552 B

123456789101112131415161718192021222324252627282930313233
  1. .wxSortPickerViewTemTags{
  2. position: fixed;
  3. top: 10px;
  4. right: 0;
  5. /* background-color: #fff; */
  6. color: #9D9D9E;
  7. }
  8. .wxSortPickerViewTemTag{
  9. text-align: center;
  10. padding: 3px;
  11. font-size: 12px;
  12. }
  13. .wxSortPickerViewFixedTag{
  14. position: fixed;
  15. width: 100%;
  16. }
  17. .wxSortPickerViewTag{
  18. background-color: #eee;
  19. font-size: 16px;
  20. /* font-weight: bold; */
  21. color: #000;
  22. height: 30px;
  23. line-height: 30px;
  24. padding: 0 8px;
  25. }
  26. .wxSortPickerViewItem{
  27. height: 50px;
  28. line-height: 50px;
  29. border-bottom: 1px solid #eee;
  30. margin-left: 10px;
  31. }