金诚优选前端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

80 lines
1.5 KiB

  1. @import '../../../common/css/global';
  2. #bindingphone{
  3. .tips{
  4. position: fixed;
  5. top: 0;
  6. width: 100%;
  7. text-align: center;
  8. line-height: 35px;
  9. background-color: #e64340;
  10. height: 35px;
  11. color: #FFFFFF;
  12. }
  13. .phone__warning{
  14. padding: 35px 15px 70px 15px;
  15. .phone__num{
  16. width: 100%;
  17. background: rgba(155,155,155,.2);
  18. font-size: 14px;
  19. padding: 15px;
  20. border-radius: 3px;
  21. input{
  22. width: 100%;
  23. color: #000;
  24. }
  25. }
  26. .phone__code{
  27. display: flex;
  28. justify-content: space-between;
  29. align-items: center;
  30. margin-top: 20px;
  31. .input{
  32. border-radius: 3px;
  33. background: rgba(155,155,155,.2);
  34. font-size: 14px;
  35. padding: 15px;
  36. color: #000;
  37. flex: 1;
  38. }
  39. .code__get{
  40. border-radius: 3px;
  41. color: #ffffff;
  42. background: @mainColor;
  43. padding:15px 10px;
  44. margin-left:17px;
  45. font-size:14px;
  46. /*&.code-send{
  47. background: rgba(44,171,43,.5);
  48. }*/
  49. }
  50. }
  51. }
  52. .phone__box{
  53. padding: 0 15px;
  54. .phone__btn{
  55. width: 100%;
  56. padding: 12px 0;
  57. font-size: 17px;
  58. text-align: center;
  59. border-radius: 4px;
  60. &.phone-binding{
  61. color: #ffffff;
  62. background: @mainColor;
  63. margin-bottom:15px;
  64. &.phone-confirm{
  65. background: @mainColor;
  66. }
  67. }
  68. &.phone-cancel{
  69. color: #4A4A4A;
  70. background: #ffffff;
  71. border: 1px solid #DCDCDC;
  72. }
  73. }
  74. }
  75. }