phonebind.css 1.3 KB

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