123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191 |
- @import './common.less';
- .popupModal {
- position: absolute;
- top: 24px;
- margin-bottom: 50px;
- left: 0;
- width: 100%;
- background: #FFFFFF;
- box-shadow: 0 3px 10px -5px;
- border: 1px solid #efefef;
- color: #000;
- display: none;
- z-index: 99;
- .modalTitle {
- height: 40px;
- line-height: 40px;
- padding: 0 20px;
- background: #DFEAFE;
- i {
- width: 14px;
- height: 14px;
- background: url('../images/close.png') center center no-repeat;
- float: right;
- padding: 12px 0 12px 12px;
- margin-right: -8px;
- cursor: pointer;
- }
- }
- .modalMainOne {
- padding: 20px 0;
- height: 30px;
- line-height: 30px;
- margin: 0 20px;
- border-bottom: 1px solid @grayColor;
- ul {
- display: inline-block;
- }
- .modalMaintltle {
- float: left;
- }
- .radioCheck {
- float: left;
- i {
- height: 28px;
- width: 28px;
- float: left;
- background: url('../images/sex1.png') center center no-repeat;
- }
- }
- .radioChecks {
- float: left;
- margin: 0 10px;
- cursor: pointer;
- i {
- height: 28px;
- width: 28px;
- float: left;
- background: url('../images/sex1.png') center center no-repeat;
- }
- span {
- display: inline-block;
- height: 28px;
- line-height: 28px;
- }
- a {
- color: @colorBlue;
- }
- }
- .radioCheckSec {
- i {
- background: url('../images/sex2.png') center center no-repeat;
- }
- }
- }
- .modalMainTwo {
- padding: 20px 0;
- margin: 0 20px;
- border-bottom: 1px solid @grayColor;
- .radioCheck {
- height: 30px;
- line-height: 30px;
- margin: 10px 0;
- position: relative;
- padding-left: 98px;
- padding-right: 65px;
- float: none;
- .uint {
- position: absolute;
- right: -10px;
- top: 0;
- min-width: 45px;
- text-align: left;
- line-height: 30px;
- height: 30px;
- }
- .caculateLis {
- li {
- float: left;
- padding-left: 0;
- margin: 0;
- a {
- color: @colorBlue;
- }
- }
- }
- .modalMaintltle {
- float: left;
- width: 98px;
- position: absolute;
- left: 0;
- }
- input[type=text] {
- border: 1px solid #E2E3E3;
- border-radius: 2px;
- height: 30px;
- line-height: 30px;
- padding: 0 10px;
- width: 100%;
- }
- input[type=text]:hover {
- border: 1px solid #3B9ED0;
- }
- }
- .radioChecks {
- height: 30px;
- line-height: 30px;
- margin: 10px 0;
- position: relative;
- padding-left: 98px;
- padding-right: 20px;
- cursor: pointer;
- i {
- height: 28px;
- width: 28px;
- float: left;
- background: url('../images/sex1.png') center center no-repeat;
- }
- }
- .radioCheckSec {
- i {
- background: url('../images/sex2.png') center center no-repeat;
- }
- }
- .calculate {
- height: 32px;
- line-height: 32px;
- margin-bottom: 20px;
- text-align: center;
- background-color: #267FD7;
- color: #fff;
- width: 100%;
- border-radius: 5px;
- cursor: pointer;
- }
- .calculateError {
- color: red;
- position: relative;
- top: -20px;
- display: none;
- font-size: 12px;
- }
- .calculate:hover {
- background-color: #267FD7;
- }
- .result {
- span {
- display: inline-block;
- width: 98px;
- }
- .calculateResult {
- width: auto;
- }
- }
- }
- .btnWrap {
- padding: 10px 20px;
- .sureScore {
- border: 1px solid #267FD7;
- border-radius: 4px;
- width: 66px;
- height: 32px;
- line-height: 30px;
- float: right;
- color: #267FD7;
- text-align: center;
- cursor: pointer;
- }
- }
- }
|