网站
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 

78 行
1.6 KiB

  1. .loginBg{
  2. width: 25%;
  3. height: 100%;
  4. background: #01b088;
  5. position: absolute;
  6. z-index: -9;
  7. }
  8. .loginBox{
  9. width: 1450px;
  10. height: 715px;
  11. background-color: #FFF;
  12. box-shadow: 10px 0px 25px #ccc;
  13. position: absolute;
  14. top: 50%;
  15. left: 50%;
  16. transform: translate(-50%,-50%);
  17. }
  18. .userInfo{
  19. padding:98px;
  20. width: 50%;
  21. height: 100%;
  22. }
  23. .userInfo .userInfo_table{
  24. width: 100%;
  25. }
  26. .userInfo .userInfo_table tr td{
  27. border-bottom: 1px solid #e3e3e3;
  28. padding-bottom: 15px;
  29. padding-top: 30px;
  30. }
  31. .userInfo .userInfo_table tr td:nth-child(2){
  32. padding-left: 10px;
  33. }
  34. .userInfo .userInfo_table input{
  35. line-height: 30px;
  36. font-size: 16px;
  37. }
  38. .userInfo_table select {
  39. line-height: 30px;
  40. font-size: 16px;
  41. appearance: none;
  42. -webkit-appearance: none;
  43. -ms-appearance: none;
  44. -moz-appearance: none;
  45. -o-appearance: none;
  46. background: url(../images/icon_jt.png) right center no-repeat;
  47. background-size: 16px 14px;
  48. overflow: hidden;
  49. border: none;
  50. width: 100%;
  51. }
  52. .userInfo_table_btn{
  53. width: 100%;
  54. margin-top: 100px;
  55. }
  56. .userInfo_table_btn .dx{
  57. text-align: right;
  58. color: #01b088;
  59. }
  60. .loginBtn{
  61. border: none;
  62. background-image: linear-gradient(to right, #00c54e , #01ac92);
  63. width: 100%;
  64. padding: 15px 0;
  65. font-size: 16px;
  66. color: #FFFFFF;
  67. margin-top: 18px;
  68. }
  69. .registerBtn{
  70. border: none;
  71. background-image: linear-gradient(to right, #00c54e , #01ac92);
  72. width: 80%;
  73. padding: 15px 0;
  74. font-size: 16px;
  75. color: #FFFFFF;
  76. margin-top: 18px;
  77. }