|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- @charset "utf-8";
- /* CSS Document */
-
-
- body {
- font-family: "Microsoft YaHei", "微软雅黑" !important;
- }
-
-
-
-
- /*****sec1*******/
- .eva_sec1{
- padding: 1px 0;
- }
- .eva_sec1 .index_box {
- padding: 0 12px 15px;
- border: 1px solid #E5E5E7;
- width: 94%;
- margin: 20px auto;
- }
- .inSecTitle{
- font-size: 20px;
- text-align: center;
- margin: 20px 0 0px;
- }
- .inSecTime{
- font-size: 12px;
- text-align: center;
- }
- .shenInput {
- margin-top: 15px;
- font-size: 14px;
- line-height: 24px;
- }
- .shenInput3 {
- display: none;
- }
- .shenInput:before, .shenInput:after {
- display: table;
- content: " ";
- }
- .shenInput:after {
- clear: both;
- }
- .signTxt {
- line-height: 24px;
- font-size: 14px;
- position: relative;
- }
- .shenInputBox {
- position: relative;
- }
- .shenInputBox1 {
- margin-left: 60px;
- }
- .inputRadioRow {
- overflow: hidden;
- }
- .inputRadioCol4 {margin-top: 8px;}
- .inputRadio {
- border-radius: 50%;
- }
- .inputCheck{
- border-radius: 2px;
- }
- .inputRadio.active:after {
- content: '';
- width: 12px;
- height: 12px;
- background: #0C86D8;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto;
- border-radius: 50%;
- }
- .inputCheck.active:after {
- content: '';
- width: 12px;
- height: 12px;
- background: #0C86D8;
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- top: 0;
- margin: auto;
- border-radius: 2px;
- }
- .inputRadio,.inputCheck {
- font-style: normal;
- display: inline-block;
- vertical-align: middle;
- width: 20px;
- height: 20px;
- border: 1px solid #CBCBCB;
- margin: 0 10px;
- position: relative;
- cursor: pointer;
- }
-
-
- .shenInputBox>span, .inputRadioCol4 span, .inputRadioCol3 span, .inputRadioCol2 span {
- display: inline-block;
- vertical-align: middle;
- }
- .shenInput>span {
- display: block;
- float: left;
- width: 60px;
- text-align: right;
- padding: 4px 8px 4px 0px;
- line-height: 24px;
- }
- .shenInputBox .inputTxt {
- width: 100%;
- display: block;
- height: 32px;
- line-height: 20px;
- border: 1px solid #CBCBCB;
- padding: 6px 10px;
- font-size: 14px;
- }
- .shenBtnBox .signTxt {
- margin-top: 30px;
- margin-left: 30px;
- }
- .shenBtn {
- width: 74%;
- background: #0C86D8;
- text-align: center;
- line-height: 40px;
- margin: 20px auto 20px;
- font-size: 17px;
- color: #fff;
- border-radius: 2px;
- cursor: pointer;
- border-radius: 4px;
- -webkit-user-select: none;
- -moz-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- .signTextareaBox {
- margin-top: 20px;
- position: relative;
- }
- .inputRadioRow {
- overflow: hidden;
- }
- .inputRadioCol2 {
- margin-top: 8px;
- }
- .inputCheck img {
- width: 100%;
- display: none;
- }
- .signTextarea {
- margin-top: 15px;
- font-size: 14px;
- line-height: 24px;
- }
- .redEva{
- color: red!important;
- }
- /*****sec1*******/
-
|