payment.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159
  1. .mui-views,
  2. .mui-view,
  3. .mui-pages,
  4. .mui-page,
  5. .mui-page-content {
  6. position: absolute;
  7. left: 0;
  8. right: 0;
  9. top: 0;
  10. bottom: 0;
  11. width: 100%;
  12. height: 100%;
  13. background-color: #efeff4;
  14. }
  15. .mui-pages {
  16. top: 0px;
  17. height: auto;
  18. }
  19. .mui-page.mui-transitioning {
  20. -webkit-transition: -webkit-transform 300ms ease;
  21. transition: transform 300ms ease;
  22. }
  23. .mui-page-left {
  24. -webkit-transform: translate3d(0, 0, 0);
  25. transform: translate3d(0, 0, 0);
  26. }
  27. .mui-ios .mui-page-left {
  28. -webkit-transform: translate3d(-20%, 0, 0);
  29. transform: translate3d(-20%, 0, 0);
  30. }
  31. .mui-navbar .mui-btn-nav {
  32. -webkit-transition: none;
  33. transition: none;
  34. -webkit-transition-duration: .0s;
  35. transition-duration: .0s;
  36. }
  37. .mui-navbar .mui-bar .mui-title {
  38. display: inline-block;
  39. width: auto;
  40. }
  41. .mui-page-shadow {
  42. position: absolute;
  43. right: 100%;
  44. top: 0;
  45. width: 16px;
  46. height: 100%;
  47. z-index: -1;
  48. content: '';
  49. }
  50. .mui-page-shadow {
  51. 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%);
  52. 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%);
  53. }
  54. .mui-navbar-inner.mui-transitioning,
  55. .mui-navbar-inner .mui-transitioning {
  56. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  57. transition: opacity 300ms ease, transform 300ms ease;
  58. }
  59. .mui-page {
  60. display: none;
  61. }
  62. .mui-pages .mui-page {
  63. display: block;
  64. }
  65. div{font-size: 100%;}
  66. .footer-bar2{width: 100%;}
  67. .h49{height: 49px;}
  68. .lh49{line-height: 49px;}
  69. .mb80{margin-bottom: 80px;}
  70. .c-list2{background-color: #f2f4f6;}
  71. .c-list2 li{
  72. background-color: #fff;
  73. margin-left: 0;
  74. font-size: 14px;
  75. color: #333;
  76. position: relative;
  77. display: -webkit-box;
  78. display: box;
  79. }
  80. .c-list2 .c-list-info{
  81. -webkit-box-flex: 1;
  82. box-flex: 1;
  83. padding-right: 15px;
  84. display: box;
  85. display: -webkit-box;
  86. -webkit-box-orient: vertical;
  87. -webkit-box-pack: center;
  88. }
  89. .bgc-17b3ec{background-color: #17b3ec;}
  90. .c-list2 .c-list-key{
  91. margin-right:0;
  92. padding: 0 15px;
  93. border-radius: 5px;
  94. display: -webkit-box;
  95. -webkit-box-orient: vertical;
  96. -webkit-box-pack: center;
  97. }
  98. .c-list2 .c-list-info.pr0{
  99. padding: 0px;
  100. }
  101. .div-no-info{
  102. margin-top: 30%;
  103. text-align: center;
  104. }
  105. .add-btn{
  106. position: fixed;
  107. bottom: 50px;
  108. right: 20px;
  109. z-index: 2;
  110. }
  111. input[type="checkbox"]{
  112. box-sizing: border-box;
  113. padding: 0;
  114. cursor: pointer;
  115. position: relative;
  116. }
  117. .icon-checkbox[type=checkbox]:before{
  118. content: '';
  119. background-image:url(../../survey/images/gouxuan_btn.png);
  120. background-size: 20px 20px;
  121. position: absolute;
  122. top:-3px;
  123. left:-3px;
  124. height: 20px;
  125. width: 20px;
  126. -webkit-font-smoothing: antialiased;
  127. }
  128. .icon-checkbox[type=checkbox]:checked:before {
  129. content: '';
  130. background-image:url(../../survey/images/gouxuan_btn_pre.png);
  131. }
  132. .c-btn-blue{
  133. height: 40px;
  134. line-height: 40px;
  135. background-color: #47a8ef;
  136. color:#fff;
  137. border-radius: 5px;
  138. display: inline-block;
  139. width: 80%;
  140. }
  141. .c-btn-default{
  142. height: 40px;
  143. line-height: 40px;
  144. background-color: #fff;
  145. border: 1px solid #ccc;
  146. color: #333;
  147. border-radius: 5px;
  148. display: inline-block;
  149. width: 80%;
  150. }