en-common.css 543 B

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