phonebind.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. /*// 主题色*/
  2. @theme-color1:#5775b5;
  3. @theme-color2:#389ee1;
  4. @theme-colorred:#e47470;
  5. /*字体主色调*/
  6. @font-color1:#435561;
  7. @font-color3:#999999;
  8. /*线条主色调*/
  9. @border-color1:#e5e4e9;
  10. @border-color2:#cfcfcf;
  11. @border-cut-color:#eceff4;
  12. /*按钮主色调*/
  13. @btn-color1:#e47470;
  14. @btn-color2:#0099cc;
  15. /*底纹色*/
  16. @bj-color:#f7f7f7;
  17. @bjtit-color:#f5f6fa;
  18. .phonebindcontent{
  19. padding: 30px 20px;
  20. padding-bottom:200px;
  21. }
  22. .tittip i{
  23. margin-right: 8px;
  24. margin-left: 3px;
  25. }
  26. .phonebindcontent .stepimg{
  27. margin-bottom: 50px;
  28. margin-top: 50px;
  29. }
  30. .phonebindcontent .list{
  31. width: 480px;
  32. margin-bottom: 20px;
  33. padding-left: 80px;
  34. }
  35. .phonebindcontent .list label{
  36. width:60px;
  37. text-align: right;
  38. position: absolute;
  39. left: 0;
  40. top: 0;
  41. line-height: 35px;
  42. font-weight: normal;
  43. }
  44. .sjyzm .yzm{
  45. width:220px;
  46. }
  47. .sjyzm .btn{
  48. width: 181px;
  49. position: absolute;
  50. right: 0;
  51. top: 0;
  52. height: 37px;
  53. line-height: 37px;
  54. border: 1px solid #e5e4e9;
  55. }
  56. .phonebindcontent .list.save{
  57. width: 200px;
  58. }
  59. .phonebindtip{
  60. width: 100%;
  61. border: 1px solid @border-color1;
  62. padding:15px 20px;
  63. }
  64. .phonebindtip h1{
  65. font-size: 15px;
  66. line-height: 35px;
  67. font-weight: bold;
  68. }
  69. .phonebindtip ul li{
  70. line-height: 28px;
  71. color: @font-color3;
  72. }
  73. .phonebindcontent.st2 .list{
  74. padding-left: 0;
  75. }
  76. .phonebindcontent.st2 .sjyzm .yzm{
  77. width: 300px;
  78. }
  79. .phonebindcontent.st2 .list.save{
  80. width: 120px;
  81. }
  82. .stepsuccess{
  83. padding-left:150px;
  84. position: relative;
  85. }
  86. .stepsuccess i{
  87. font-size: 40px;
  88. position: absolute;
  89. left: 100px;
  90. top: 0;
  91. }
  92. .stepsuccess h1{
  93. font-size: 21px;
  94. line-height: 60px;
  95. }