add-prescription-consult.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. .bgc-f2f4f6{
  2. background-color: #f2f4f6;
  3. }
  4. .c-a8a8a8{
  5. color: #a8a8a8;
  6. }
  7. .h40{
  8. height: 40px;
  9. }
  10. .lh40{
  11. line-height: 40px;
  12. }
  13. .header-icon{
  14. vertical-align: baseline;
  15. margin-bottom: -3px;
  16. }
  17. .arrow-r{
  18. position: absolute;
  19. top: 50%;
  20. right: 10px;
  21. margin-top: -5px;
  22. display: inline-block;
  23. width: 10px;
  24. height: 10px;
  25. border: solid #909090;
  26. border-width: 2px 2px 0 0;
  27. -webkit-transform: rotate(45deg);
  28. transform: rotate(45deg);
  29. }
  30. .arrow-d{
  31. position: absolute;
  32. top: 50%;
  33. right: 0px;
  34. margin-top: -8px;
  35. display: inline-block;
  36. width: 10px;
  37. height: 10px;
  38. border: solid #909090;
  39. border-width:0 2px 2px 0;
  40. -webkit-transform: rotate(45deg);
  41. transform: rotate(45deg);
  42. }
  43. .box{
  44. display: -webkit-box;
  45. display: box;
  46. background-color: #fff;
  47. padding-left: 10px;
  48. padding-right: 10px;
  49. }
  50. .box-info{
  51. -webkit-box-flex: 1;
  52. box-flex: 1;
  53. display: box;
  54. display: -webkit-box;
  55. -webkit-box-orient: vertical;
  56. -webkit-box-pack: center;
  57. }
  58. .word-wrap{
  59. word-wrap: break-word;
  60. }
  61. .c-list li.ml0{
  62. margin-left: 0;
  63. }
  64. .c-list .c-list-info.pr0{
  65. padding-right: 0;
  66. }
  67. textarea{
  68. height: 100px;
  69. font-size: 14px;
  70. padding: 7px 10px 22px;
  71. width: calc(100% - 22px);
  72. border-color: #e1e1e1;
  73. margin: 0;
  74. }
  75. #commit.active,
  76. #commit:hover{
  77. background-color:#74bf00;
  78. }
  79. .num-box{
  80. position: absolute;
  81. bottom: 10px;
  82. right: 10px;
  83. width: 100%;
  84. text-align: right;
  85. }
  86. .text-tag{
  87. float: left;
  88. background-color: #fff;
  89. border: 1px solid #74bf00;
  90. color: #74bf00;
  91. padding: 5px 15px;
  92. border-radius: 17px;
  93. margin-right: 10px;
  94. font-size: 14px;
  95. margin-bottom: 10px;
  96. }
  97. .text-tag.active{
  98. background-color:#74bf00;
  99. color: #fff;
  100. }
  101. input[type="text"]{
  102. border: none;
  103. margin: 0;
  104. padding: 0;
  105. height: inherit;
  106. }
  107. .mui-views,
  108. .mui-view,
  109. .mui-pages,
  110. .mui-page,
  111. .mui-page-content {
  112. position: absolute;
  113. left: 0;
  114. right: 0;
  115. top: 0;
  116. bottom: 0;
  117. width: 100%;
  118. height: 100%;
  119. background-color: #efeff4;
  120. }
  121. .mui-pages {
  122. top: 0px;
  123. height: auto;
  124. }
  125. .mui-page.mui-transitioning {
  126. -webkit-transition: -webkit-transform 300ms ease;
  127. transition: transform 300ms ease;
  128. }
  129. .mui-page-left {
  130. -webkit-transform: translate3d(0, 0, 0);
  131. transform: translate3d(0, 0, 0);
  132. }
  133. .mui-ios .mui-page-left {
  134. -webkit-transform: translate3d(-20%, 0, 0);
  135. transform: translate3d(-20%, 0, 0);
  136. }
  137. .mui-navbar .mui-btn-nav {
  138. -webkit-transition: none;
  139. transition: none;
  140. -webkit-transition-duration: .0s;
  141. transition-duration: .0s;
  142. }
  143. .mui-navbar .mui-bar .mui-title {
  144. display: inline-block;
  145. width: auto;
  146. }
  147. .mui-page-shadow {
  148. position: absolute;
  149. right: 100%;
  150. top: 0;
  151. width: 16px;
  152. height: 100%;
  153. z-index: -1;
  154. content: '';
  155. }
  156. .mui-page-shadow {
  157. 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%);
  158. 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%);
  159. }
  160. .mui-navbar-inner.mui-transitioning,
  161. .mui-navbar-inner .mui-transitioning {
  162. -webkit-transition: opacity 300ms ease, -webkit-transform 300ms ease;
  163. transition: opacity 300ms ease, transform 300ms ease;
  164. }
  165. .mui-page {
  166. display: none;
  167. }
  168. .mui-pages .mui-page {
  169. display: block;
  170. }
  171. a:active{color:#ccc}