es.4.view.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. /*
  2. 存放本项目使用的一些扩展类
  3. */
  4. /* page {
  5. font-family: ".PingFang SC";
  6. font-size: 28rpx;
  7. font-weight: 400;
  8. background: #F7F8FA;
  9. } */
  10. button::after {
  11. border: none;
  12. }
  13. button {
  14. border-radius: 0;
  15. font-size: 30rpx;
  16. line-height: 1em;
  17. padding-left: 0;
  18. padding-right: 0;
  19. }
  20. .es-min-btn {
  21. padding: 8rpx 31rpx;
  22. border-radius: 200rpx;
  23. font-size: 26rpx;
  24. }
  25. .es-min-btn2 {
  26. padding: 14rpx 36rpx;
  27. border-radius: 200rpx;
  28. font-size: 28rpx;
  29. font-weight: 600;
  30. }
  31. .es-min-btn-n {
  32. padding: 8rpx 31rpx;
  33. border-radius: 200rpx;
  34. font-size: 26rpx;
  35. color: #9096AB;
  36. border: 1px #9096AB solid;
  37. }
  38. .es-min-btn-n.ac {
  39. color: #12C194;
  40. border: 1px #12C194 solid;
  41. }
  42. .es-ipt,
  43. .es-text {
  44. overflow: hidden;
  45. }
  46. .es-ipt,
  47. .es-ipt input {
  48. height: 76rpx;
  49. }
  50. .es-text,
  51. .es-text textarea {
  52. height: 158rpx;
  53. }
  54. .es-text textarea,
  55. .es-ipt input {
  56. padding: 0 24rpx;
  57. background: #F7F8FA;
  58. font-size: 28rpx;
  59. width: calc(100% - 50rpx);
  60. }
  61. .es-text textarea {
  62. padding-top: 15rpx !important;
  63. padding-bottom: 15rpx !important;
  64. }
  65. .es-ipt.es-bc-white,
  66. .es-ipt.es-bc-white input,
  67. .es-text.es-bc-white textarea {
  68. background: white;
  69. }
  70. .es-max-btn {
  71. height: 80rpx;
  72. border-radius: 15rpx;
  73. background-color: #12C194;
  74. color: white;
  75. font-size: 28rpx;
  76. }
  77. /* .label {
  78. color: #12C194;
  79. background: rgba(18, 193, 148, 0.1);
  80. padding: 10rpx 25rpx;
  81. border-radius: 100rpx;
  82. font-size: 24rpx;
  83. }*/