register.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. /*// 主题色*/
  2. /*字体主色调*/
  3. /*线条主色调*/
  4. /*按钮主色调*/
  5. /*底纹色*/
  6. .fc999 {
  7. color: #999999;
  8. }
  9. .register {
  10. min-height: 300px;
  11. background: #fff;
  12. width: 100%;
  13. margin: 30px 0;
  14. padding: 80px 0;
  15. }
  16. .register .list .tip {
  17. line-height: 42px;
  18. }
  19. .register .btn.defaul {
  20. height: 42px;
  21. line-height: 42px;
  22. }
  23. .register .input-wrap input.W-input {
  24. height: 30px;
  25. line-height: 30px;
  26. }
  27. .register > .left {
  28. width: 70%;
  29. border-right: 1px solid #e5e4e9;
  30. height: 100%;
  31. float: left;
  32. }
  33. .register > .right {
  34. width: 29%;
  35. float: left;
  36. }
  37. .register > .right h1 {
  38. font-size: 20px;
  39. padding-left: 40px;
  40. line-height: 40px;
  41. }
  42. .register > .right h2 {
  43. font-size: 14px;
  44. padding-left: 40px;
  45. line-height: 30px;
  46. }
  47. .register > .right h2 a {
  48. padding-left: 5px;
  49. }
  50. .register .left .registerbox {
  51. padding-left: 200px;
  52. width: 540px;
  53. }
  54. .register .left .registerbox h1 {
  55. padding-bottom: 20px;
  56. font-size: 23px;
  57. }
  58. .register .list {
  59. position: relative;
  60. padding-bottom: 15px;
  61. }
  62. .register .list label {
  63. position: absolute;
  64. top: 0;
  65. left: -200px;
  66. width: 185px;
  67. text-align: right;
  68. line-height: 42px;
  69. font-weight: normal;
  70. }
  71. .yzm .input-wrap,
  72. .sjyzm .input-wrap {
  73. width: 135px;
  74. }
  75. .yzm .input-wrap,
  76. .yzm .mycode,
  77. .yzm .mycodechange {
  78. float: left;
  79. }
  80. .yzm .mycode {
  81. width: 100px;
  82. background: #fef7ed;
  83. height: 42px;
  84. margin-left: 10px;
  85. }
  86. .yzm .mycodechange {
  87. width: 80px;
  88. margin-left: 10px;
  89. }
  90. .sjyzm .btn {
  91. position: absolute;
  92. right: 0;
  93. top: 0;
  94. width: 195px;
  95. height: 42px;
  96. line-height: 42px;
  97. border: 1px solid #e5e4e9;
  98. }