123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- .mui-views,
- .mui-view,
- .mui-pages,
- .mui-page,
- .mui-page-content {
- position: absolute;
- left: 0;
- right: 0;
- top: 0;
- bottom: 0;
- width: 100%;
- height: 100%;
- background-color: #efeff4;
- }
- .mui-pages {
- top: 0px;
- height: auto;
- }
- .mui-page.mui-transitioning {
- -webkit-transition: -webkit-transform 300ms ease;
- transition: transform 300ms ease;
- }
- .mui-page-left {
- -webkit-transform: translate3d(0, 0, 0);
- transform: translate3d(0, 0, 0);
- }
- .mui-ios .mui-page-left {
- -webkit-transform: translate3d(-20%, 0, 0);
- transform: translate3d(-20%, 0, 0);
- }
- .mui-navbar .mui-btn-nav {
- -webkit-transition: none;
- transition: none;
- -webkit-transition-duration: .0s;
- transition-duration: .0s;
- }
- .mui-navbar .mui-bar .mui-title {
- display: inline-block;
- width: auto;
- }
- .mui-page-shadow {
- position: absolute;
- right: 100%;
- top: 0;
- width: 16px;
- height: 100%;
- z-index: -1;
- content: '';
- }
- .mui-page-shadow {
- background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 10%, rgba(0, 0, 0, .01) 50%, rgba(0, 0, 0, .2) 100%);
- }
- .mui-navbar-inner.mui-transitioning,
- .mui-navbar-inner .mui-transitioning {
- -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
- transition: opacity 300ms ease, transform 300ms ease;
- }
- .mui-page {
- display: none;
- }
- .mui-pages .mui-page {
- display: block;
- }
- div{font-size: 100%;}
- .footer-bar2{width: 100%;}
- .h49{height: 49px;}
- .lh49{line-height: 49px;}
- .mb80{margin-bottom: 80px;}
- .c-list2{background-color: #f2f4f6;}
- .c-list2 li{
- background-color: #fff;
- margin-left: 0;
- font-size: 14px;
- color: #333;
- position: relative;
- display: -webkit-box;
- display: box;
- }
- .c-list2 .c-list-info{
- -webkit-box-flex: 1;
- box-flex: 1;
- padding-right: 15px;
- display: box;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .bgc-17b3ec{background-color: #17b3ec;}
- .c-list2 .c-list-key{
- margin-right:0;
- padding: 0 15px;
- border-radius: 5px;
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-box-pack: center;
- }
- .c-list2 .c-list-info.pr0{
- padding: 0px;
- }
- .div-no-info{
- margin-top: 30%;
- text-align: center;
- }
- .add-btn{
- position: fixed;
- bottom: 50px;
- right: 20px;
- z-index: 2;
- }
- input[type="checkbox"]{
- box-sizing: border-box;
- padding: 0;
- cursor: pointer;
- position: relative;
- }
- .icon-checkbox[type=checkbox]:before{
- content: '';
- background-image:url(../../survey/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(../../survey/images/gouxuan_btn_pre.png);
- }
- .c-btn-blue{
- height: 40px;
- line-height: 40px;
- background-color: #47a8ef;
- color:#fff;
- border-radius: 5px;
- display: inline-block;
- width: 80%;
- }
- .c-btn-default{
- height: 40px;
- line-height: 40px;
- background-color: #fff;
- border: 1px solid #ccc;
- color: #333;
- border-radius: 5px;
- display: inline-block;
- width: 80%;
- }
|