| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- /*.main-content-center {*/
- /* position: absolute;*/
- /* top: 50%;*/
- /* left: 50%;*/
- /* -webkit-transform: translate(-50%, -50%);*/
- /* -moz-transform: translate(-50%, -50%);*/
- /* -ms-transform: translate(-50%, -50%);*/
- /* -o-transform: translate(-50%, -50%);*/
- /* transform: translate(-50%, -50%);*/
- /* width: 1200px;*/
- /* margin: 0 auto;*/
- /*}*/
- .main-content-center {
- width: 1200px;
- margin: 60px auto;
- }
- .register-footer {
- width: 100%;
- height: 40px;
- line-height: 40px;
- text-align: center;
- font-size: 14px;
- background-color: #373d41;
- color: #9b9ea0;
- /*设置div位于页面底部 */
- /*position: fixed;*/
- /*bottom: 0;*/
- }
- .register-input-upload {
- width: 60px !important;
- padding-left: 0;
- background: #AADFFD;
- border-color: #78C3F3 !important;
- color: #004974;
- text-decoration: none;
- font-size: 14px;
- letter-spacing: 4px;
- }
- .register-footer span {
- letter-spacing: 2px;
- }
- .submitBtn {
- background: #62ACFF;
- margin-top: 30px;
- margin-bottom: 30px !important;
- height: 40px;
- color: #FFFFFF;
- cursor: pointer;
- }
- .regis-content {
- width: 100%;
- margin: 0 auto;
- text-align: center;
- background: #FFFFFF;
- }
- .dir a {
- cursor: pointer;
- font-size: 16px;
- color: #000000;
- letter-spacing: 0;
- text-align: center;
- /*top right bottom left*/
- padding: 0 0 0 6%;
- }
- .title {
- text-align: center;
- margin-top: 100px;
- height: 30px;
- font-size: 22px;
- font-weight: 500;
- color: rgba(71, 71, 71, 1);
- line-height: 34px;
- letter-spacing: 2px;
- }
- .tit_tip {
- position: absolute;
- top: 200px;
- right: 20%;
- font-size: 12px;
- color: #73777a;
- line-height: 30px;
- text-align: left;
- }
- #registerForm input {
- display: inline-block;
- margin-bottom: 0;
- padding-left: 10px;
- width: 340px;
- height: 35px;
- border: 1px double rgba(211, 211, 211, 1);
- }
- #registerForm div {
- margin-top: 15px;
- position: relative;
- display: flex;
- justify-content: center;align-items: center;
- }
- #registerForm img {
- /*width: 32px;*/
- /*height: 32px;*/
- margin-right: 10px;
- }
- a {
- color: #1A53FF;
- cursor: pointer;
- }
- .error {
- color: red;
- }
- /*text-decoration:underline;a标签下划线*/
- a:link {
- text-decoration: none;
- }
|