en-common.css 528 B

1234567891011121314151617181920212223
  1. @font-face {
  2. font-family: 'iconfont';
  3. src: url('/components/static/icon/iconfont.ttf') format('truetype');
  4. }
  5. .iconfont {
  6. font-family: "iconfont" !important;
  7. font-size: 36rpx;
  8. font-style: normal;
  9. -webkit-font-smoothing: antialiased;
  10. -moz-osx-font-smoothing: grayscale;
  11. color: #000;
  12. }
  13. .box{
  14. background-color: #ffffff;
  15. border-bottom: 2rpx solid #F0F0F0;
  16. padding: 34rpx 0 32rpx 0;
  17. font-size: 32rpx;
  18. }
  19. .input-box-left {
  20. width: 210rpx;
  21. min-width: 210rpx;
  22. color: #333333;
  23. }