@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; } } }