|
- .registerBody{
- background: url("../../images/loginBg.png");
- width: 100%;
- border-top: 2px solid #007b76;
- }
-
- .registerView{
- background: #FFFFFF;
- text-align: center;
- width: 420px;
- margin: 0 auto;
- padding: 55px 50px;
- margin-top: 100px;
- }
-
- .registerTit{
- font-size: 24px;
- text-align: center!important;
- }
-
- .registerView p{
- text-align: left;
- }
-
- .registerView img{
- width: 70px;
- }
-
- .explainView{
- background: #FFFFFF;
- text-align: center;
- width: 700px;
- margin: 0 auto;
- padding: 35px 40px;
- margin-top: 20px;
- }
-
- .explainView p{
- text-align: left;
- }
-
- .explainView .btn2{
- background: #007b76;
- padding: 5px 15px;
- color: #ffffff;
- border: none;
- border-radius: 20px;
- margin-top: 20px;
- width: 100px;
- }
-
- .explainView .btn1{
- background: #ffffff;
- padding: 5px 15px;
- color: #5e5e5e;
- border: 1px solid #d2d2d2;
- border-radius: 20px;
- margin-top: 20px;
- width: 100px;
- margin-right: 10px;
- }
-
- .topBtn .active{
- background: #007b76!important;
- color: #ffffff!important;
- }
-
- .topBtn input[type='button']{
- background: #eff1f1;
- padding: 10px 35px;
- color: #a8a8a8;
- border: none;
- margin-bottom: 10px;
- display: block;
- float: left;
- }
-
- .userTable tr td:first-child{
- text-align: right;
- width: 12%;
- }
- .userTable select{
- height: 36px;
- border: 1px solid #e3e3e3;
- width: 100%;
- }
- .userTable tr td input[type="text"],.userTable tr td input[type="button"],.userTable tr td input[type="password"]{
- height: 36px;
- border: 1px solid #e3e3e3;
- width: 100%;
- padding-left: 10px;
- display: block;
- }
-
- .userTable tr td span{
- color: red;
- }
-
- .userTable tr td:nth-child(2){
- width: 30%;
- text-align: left;
- }
-
- .userTable tr td img{
- height: 36px;
- }
-
- .userTable tr td{
- padding-bottom: 20px;
- }
-
- .userTable{
- margin: 0 auto;
- width: 65%;
- }
-
- .userTable tr td:nth-child(3){
- text-align: left;
- width: 30%;
- padding-left: 10px;
- }
-
- .userTable tr td input[type="checkbox"]{
- margin: 0;
- }
-
- .userTable tr:last-child input[type="button"]{
- background: #007b76!important;
- color: #ffffff!important;
- border: none;
- }
|