.progress-bar{position: relative;height: 30px; line-height: 30px; z-index: 1; } .progress{position: absolute; height: 30px; top:0; left:0; background-color: #47a8ef; z-index: -1;} .input-group .form-textarea:nth-child(2){ border-bottom-left-radius: 5px; border-top-left-radius: 5px; border-left: 1px solid #e1e1e1; padding-left: 10px; } .input-group .form-textarea{margin-top:10px;} .c-btn-blue{ background-color: #47abef; width: 100%; border-radius: 5px; height: 40px; } .c-border-radius{border-radius: 5px;} input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; cursor: pointer; position: relative; } .icon-checkbox[type=radio]:before{ content: ''; background-image:url(../images/dianxuan_btn.png); background-size: 20px 20px; position: absolute; top:-3px; left:-3px; height: 20px; width: 20px; -webkit-font-smoothing: antialiased; } .icon-checkbox[type=radio]:checked:before { content: ''; background-image:url(../images/dianxuan_pre.png); } .icon-checkbox[type=checkbox]:before{ content: ''; background-image:url(../images/gouxuan_btn.png); background-size: 20px 20px; position: absolute; top:-3px; left:-3px; height: 20px; width: 20px; -webkit-font-smoothing: antialiased; } .icon-checkbox[type=checkbox]:checked:before { content: ''; background-image:url(../images/gouxuan_btn_pre.png); } input[type=text]{ width: calc(100% - 30px); height: 30px; line-height: 30px; }