newPicker.wxss 550 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. /* components/newPicker/newPicker.wxss */
  2. .search {
  3. width: 78vw;
  4. text-align: center;
  5. margin: 30rpx auto;
  6. height: 80rpx;
  7. line-height: 80rpx;
  8. background: #eee;
  9. }
  10. .cancel {
  11. margin: 30rpx auto;
  12. height: 80rpx;
  13. line-height: 80rpx;
  14. font-size: 32rpx;
  15. color: #999;
  16. }
  17. .items {
  18. height: 100rpx;
  19. line-height: 100rpx;
  20. border-bottom: 1rpx solid #eee;
  21. }
  22. .df {
  23. display: flex;
  24. }
  25. .jcsa {
  26. justify-content: space-around;
  27. }
  28. .btn {
  29. padding-left: 20rpx;
  30. border: 1px solid grey;
  31. height: 80rpx;
  32. line-height: 80rpx;
  33. width: 50vw;
  34. }