index.css 361 B

1234567891011121314151617181920
  1. .picker-view {
  2. height: 356rpx;
  3. }
  4. .picker-view-column {
  5. font-size: 14px;
  6. line-height: 34px;
  7. text-align: center;
  8. color: #333;
  9. }
  10. /* 覆盖默认样式,样式可以按需自己改 */
  11. .uni-picker-view-indicator {
  12. background-color: rgba(106, 123, 255, 0.1);
  13. }
  14. .uni-picker-view-indicator::before,
  15. .uni-picker-view-indicator::after {
  16. content: none;
  17. }