123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101 |
- @charset "utf-8";
- #wrapper {
- bottom: 60px;
- }
- #footer {
- position: absolute;
- bottom: 10px;
- left: 0;
- width: 100%;
- }
- .btn-blue, .btn-green {
- height: 40px;
- font-size: 16px;
- }
- .btn-blue {
- background-color: #47a8ef;
- }
- .btn-green {
- background-color: #74bf00;
- }
- .btn-red {
- background-color: #ff6a56;
- }
- .form .form-select-arrow {
- -webkit-transform: rotate(45deg);
- -moz-transform: rotate(45deg);
- -ms-transform: rotate(45deg);
- -o-transform: rotate(45deg);
- transform: rotate(45deg);
- }
- .form .form-control {
- height: 39px !important;
- text-align: right;
- border: none;
- }
- .form .input-group-addon {
- min-width: 100px;
- padding: 10px !important;
- border: none;
- text-align: left;
- }
- .form .required {
- left: 0;
- }
- .c-list > li {
- margin-left: 10px;
- border-color: #e1e1e1;
- }
- .step-tips {
- line-height: 30px;
- color: #909090;
- font-size: 12px;
- }
- .step-tit {
- color: #323232;
- font-size: 16px;
- font-weight: bold;
- }
- .step-tit span {
- color: #909090;
- font-size: 14px;
- font-weight: normal;
- }
- .n-avatar-l {
- margin: 5px 0;
- }
- .code-box {
- display: -webkit-box;
- display: box;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- }
- .code-input, .code-btns {
- display: -webkit-box;
- display: -moz-box;
- display: box;
- -webkit-box-orient: vertical;
- -moz-box-orient: vertical;
- box-orient: vertical;
- -webkit-box-pack: center;
- -moz-box-pack: center;
- box-pack: center;
- }
- .code-input {
- -webkit-box-flex: 1;
- -moz-box-flex: 1;
- box-flex: 1;
- margin-right: 10px;
- }
- .code-input .form-control {
- height: 38px;
- padding: 6px;
- }
- .code-btns a {
- height: 36px;
- line-height: 36px !important;
- padding: 0 6px;
- color: #74bf00;
- border: 1px solid #74bf00;
- }
|