| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- .fz12 {
- font-size: 12px;
- }
- input {
- vertical-align: middle;
- }
- .main {
- padding-bottom: 60px;
- padding-top: 36px;
- }
- .main h1,.main h2,.main h3 {
- padding-left: 10px;
- }
- .main h1 {
- text-align: center;
- color: #212222;
- font-family: "microsoft yahei";
- font-size: 36px;
- font-weight: normal;
- line-height: 2em;
- margin-bottom: 36px;
- }
- .main h2 {
- background-color: #eee;
- line-height: 2 !important;
- }
- .main h3 {
- font-size: 20px;
- margin-bottom: 10px;
- }
- .lireset2 {
- padding-left: 10px;
- }
- .registerform {
- margin-bottom: 40px;
- }
- .registerform .need {
- width: 10px;
- color: #b20202;
- }
- .registerform td {
- padding: 5px 0;
- vertical-align: top;
- text-align: left;
- }
- .registerform .inputxt,.registerform textarea {
- border: 1px solid #a5aeb6;
- width: 196px;
- padding: 4px 2px;
- }
- .registerform textarea {
- height: 75px;
- }
- .registerform label {
- margin: 0 15px 0 4px;
- }
- .registerform .tip {
- line-height: 20px;
- color: #5f6a72;
- }
- .registerform select {
- width: 202px;
- }
- .registerformalter select {
- width: 124px;
- }
- .swfupload {
- vertical-align: top;
- }
- .passwordStrength {
-
- }
- .passwordStrength b {
- font-weight: normal;
- }
- .passwordStrength b,.passwordStrength span {
- display: inline-block;
- vertical-align: middle;
- line-height: 16px;
- line-height: 18px\9;
- height: 16px;
- }
- .passwordStrength span {
- width: 45px;
- text-align: center;
- background-color: #d0d0d0;
- border-right: 1px solid #fff;
- }
- .passwordStrength .last {
- border-right: none;
- }
- .passwordStrength .bgStrength {
- color: #fff;
- background-color: #71b83d;
- }
- #demo1 .passwordStrength {
- margin-left: 8px;
- }
- .tipmsg {
- padding: 0 10px;
- }
- textarea {
- overflow: auto;
- resize: none;
- }
|