reservationEdit.wxss 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. /* pages/worksheetinfo/worksheetinfo.wxss */
  2. page {
  3. height: 100%;
  4. overflow-y: hidden;
  5. }
  6. scroll-view{
  7. height:calc(100% - 180rpx);
  8. }
  9. .context {
  10. margin: 0rpx 32rpx;
  11. height: 87rpx;
  12. border-bottom: 1rpx solid #f7f7f7;
  13. line-height: 87rpx;
  14. min-height: 87rpx;
  15. display: flex;
  16. }
  17. text {
  18. font-size: 28rpx;
  19. font-family: 'Lucida Sans',
  20. 'Lucida Sans Regular',
  21. 'Lucida Grande',
  22. 'Lucida Sans Unicode',
  23. Geneva,
  24. Verdana,
  25. sans-serif;
  26. color: #545253;
  27. text-overflow: ellipsis;
  28. white-space: nowrap;
  29. overflow: hidden;
  30. flex-shrink: 0;
  31. }
  32. .picker{
  33. width: 100%;
  34. text-align: right;
  35. }
  36. .picker text{
  37. color: #959595;
  38. }
  39. .picker1{
  40. width: 100%;
  41. text-align: right;
  42. }
  43. .picker1 text{
  44. color: #959595;
  45. }
  46. .picker2{
  47. flex-shrink: 0;
  48. margin-left: 10rpx;
  49. text-align: right;
  50. }
  51. .picker2 text{
  52. color: #959595;
  53. }
  54. .input{
  55. height: 87rpx;
  56. line-height: 87rpx;
  57. min-height: 87rpx;
  58. color: #959595;
  59. font-size: 28rpx;
  60. text-align: right;
  61. margin-right: 0;
  62. width: 100%;
  63. }
  64. .input .span_withoutclear{
  65. float: left;
  66. line-height: 87rpx;
  67. min-height: 87rpx;
  68. width: 100%;
  69. }
  70. .input .span_withclear{
  71. float: left;
  72. line-height: 87rpx;
  73. min-height: 87rpx;
  74. width: calc(100% - 50rpx);
  75. }
  76. .img_clear{
  77. float: right;
  78. width: 40rpx;
  79. height:40rpx;
  80. margin: 30rpx -4rpx 30rpx 8rpx;
  81. }
  82. .context_image {
  83. margin: 0rpx 32rpx;
  84. height: 239rpx;
  85. border-bottom: 1rpx solid #f7f7f7;
  86. line-height: 87rpx;
  87. min-height: 239rpx;
  88. }
  89. .context_image .add {
  90. width: 120rpx;
  91. height: 120rpx;
  92. border: 1rpx solid #f7f7f7;
  93. line-height: 120rpx;
  94. min-height: 120rpx;
  95. }
  96. .add.active {
  97. background-color: #ebebeb;
  98. }
  99. .add text {
  100. width: 120rpx;
  101. display: block;
  102. color: #959595;
  103. font-size: 80rpx;
  104. font-weight: 100;
  105. text-align: center;
  106. }
  107. .question-images {
  108. margin: 0rpx 32rpx;
  109. border-bottom: 1rpx solid #f7f7f7;
  110. }
  111. .q-image-wrap {
  112. width: 120rpx;
  113. height: 120rpx;
  114. display: inline-block;
  115. margin: 20rpx;
  116. }
  117. .q-image-wrap image {
  118. width: 120rpx;
  119. height: 120rpx;
  120. }
  121. .q-image-remover {
  122. width: 120rpx;
  123. height: 30rpx;
  124. text-align: center;
  125. font-size: 28rpx;
  126. line-height: 30rpx;
  127. font-family: 'Lucida Sans',
  128. 'Lucida Sans Regular',
  129. 'Lucida Grande',
  130. 'Lucida Sans Unicode',
  131. Geneva,
  132. Verdana,
  133. sans-serif;
  134. color: #545253;
  135. text-overflow: ellipsis;
  136. white-space: nowrap;
  137. overflow: hidden;
  138. }
  139. .tip{
  140. position: absolute;
  141. bottom: 150rpx;
  142. width: calc(100% - 60rpx);
  143. text-align: center;
  144. font-size: 26rpx;
  145. }
  146. .tip .link{
  147. font-size: 26rpx;
  148. color:#48a0f7;
  149. }
  150. .submitbutton{
  151. position: absolute;
  152. bottom: 0;
  153. width: calc(100% - 60rpx);
  154. font-size: 32rpx;
  155. margin: 50rpx 30rpx;
  156. font-family: 'Lucida Sans',
  157. 'Lucida Sans Regular',
  158. 'Lucida Grande',
  159. 'Lucida Sans Unicode',
  160. Geneva,
  161. Verdana,
  162. sans-serif;
  163. color: #ffffff;
  164. text-overflow: ellipsis;
  165. white-space: nowrap;
  166. background-color: #2583c1;
  167. }
  168. .submitbutton.button-hover{
  169. background-color: #1ca05e;
  170. }