12345678910111213141516171819202122232425 |
- .advice-title,.qtjy{font-size: 16px;margin: 0;padding-bottom: 20px;}
- .qtjy{padding-bottom: 0;margin-bottom: 10px;}
- .advice-box{padding: 20px;overflow: hidden;}
- .advice-content{padding-left: 20px;list-style: none;margin: 0;overflow: auto;height: 205px;}
- .advice-content li{margin-bottom: 20px;position: relative;font-size: 14px;}
- .advice-content li span{vertical-align: middle;}
- .advice-content input{position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: 0;width: 100%;height: 100%;opacity: 0;}
- .advice-content input[type="radio"],.daan-list input[type="checkbox"]{width: 100%;height: 100%;opacity: 0;position: absolute;cursor: pointer;margin: 0;left: 0;right: 0;top: 0;bottom: 0;}
- .advice-content i{width: 14px;height: 14px;display: inline-block;vertical-align: middle;margin-right: 10px;}
- .advice-content input[type="radio"]~i{background: url(../images/dianxuan_btn.png) center center / 100% 100% no-repeat;}
- .advice-content input[type="checkbox"]~i{background: url(../images/gouxuan_btn.png) center center / 100% 100% no-repeat;}
- .advice-content input[type="radio"]:checked ~ i{background-image: url(../images/dianxuan_pre.png);}
- .advice-content input[type="checkbox"]:checked ~ i{background-image: url(../images/gouxuan_pre.png);}
- .advice-textarea{height: 90px;width: 100%;resize: none;}
- ::-webkit-input-placeholder { color:#999; }
- ::-moz-placeholder { color:#999; } /* firefox 19+ */
- :-ms-input-placeholder { color:#999; } /* ie */
- input:-moz-placeholder { color:#999; }
- .save{margin-top: 40px;}
- [v-cloak] {
- display: none;
- }
- .btn-default{color: #666;background-color: #fff;border-color: #ccc;}
- .btn-default:hover{background-color: #ececec;color: #666;}
|