common.scss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. .usable-integrate {
  2. width: 100%;
  3. padding: 20rpx 60rpx;
  4. min-height: 238rpx;
  5. display: flex;
  6. justify-content: center;
  7. align-items: center;
  8. flex-direction: column;
  9. background-color: #f5f5f5;
  10. font-family: PingFang SC, PingFang SC-Regular;
  11. font-weight: 400;
  12. .usable-title {
  13. font-size: 28rpx;
  14. color: #666666;
  15. }
  16. .usable-nums {
  17. font-size: 50rpx;
  18. font-family: PingFang SC, PingFang SC-Bold;
  19. font-weight: 700;
  20. color: #FA6138;
  21. }
  22. }
  23. .box {
  24. width: 100%;
  25. padding: 52rpx 60rpx 0;
  26. .usable-hint {
  27. color: #333333;
  28. font-size: 32rpx;
  29. font-family: PingFang SC, PingFang SC-Bold;
  30. font-weight: 700;
  31. }
  32. .usable-input {
  33. width: 100%;
  34. height: 120rpx;
  35. display: flex;
  36. justify-content: space-between;
  37. align-items: center;
  38. border-bottom: 1rpx solid #dbdbdb;
  39. .usable-hint-icon{
  40. font-size: 50rpx;
  41. font-family: PingFang SC, PingFang SC-Bold;
  42. font-weight: 700;
  43. color: #000000;
  44. margin-right: 10px;
  45. }
  46. .usable-input-icon{
  47. font-size: 45rpx;
  48. color: #000;
  49. margin-right: 10px;
  50. }
  51. }
  52. .usable-hint-info {
  53. padding-top: 50rpx;
  54. .usable-hint-item {
  55. font-family: PingFang SC, PingFang SC-Regular;
  56. font-weight: 400;
  57. font-size: 28rpx;
  58. padding-bottom: 11rpx;
  59. .usable-hint-title {
  60. color: #333333;
  61. }
  62. .usable-hint-val {
  63. color: #808080;
  64. }
  65. }
  66. .usable-hint-error{
  67. font-size: 26rpx;
  68. color: #f63737;
  69. }
  70. .usable-btn{
  71. width: 100%;
  72. height: 90rpx;
  73. background: #3d93fc;
  74. border-radius: 45rpx;
  75. font-size: 32rpx;
  76. font-family: PingFang SC, PingFang SC-Regular;
  77. font-weight: 400;
  78. color: #ffffff;
  79. text-align: center;
  80. line-height: 90rpx;
  81. margin-top: 158rpx;
  82. }
  83. }
  84. }
  85. .form-box{
  86. /deep/.u-form-item--left__content__label{
  87. font-size: 28rpx;
  88. font-family: PingFang SC, PingFang SC-Regular;
  89. font-weight: 400;
  90. color: #333333;
  91. }
  92. /deep/.u-form-item__body{
  93. width: 100%;
  94. .uni-input-placeholder{
  95. font-size: 28rpx;
  96. font-family: PingFang SC, PingFang SC-Regular;
  97. font-weight: 400;
  98. color: #cccccc;
  99. }
  100. }
  101. }