reservation.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298
  1. /* pages/Components/reservation/reservation.wxss */
  2. .button-init {
  3. width:0;
  4. margin: 0;
  5. padding: 0;
  6. font-size: initial;
  7. color: initial;
  8. text-align: initial;
  9. line-height: initial;
  10. border-radius: initial;
  11. background-color: initial;
  12. width: initial;
  13. }
  14. .button-init::after {
  15. width: initial;
  16. border-radius: initial;
  17. border: initial;
  18. }
  19. .main {
  20. position: fixed;
  21. left: 0;
  22. bottom: 0;
  23. width: 100%;
  24. height: 98rpx;
  25. display: flex;
  26. align-items: center;
  27. background-color: #fff;
  28. }
  29. .mi-icon {
  30. width: 48rpx;
  31. height: 48rpx;
  32. }
  33. .main-item {
  34. margin-left: 48rpx;
  35. display: flex;
  36. flex-direction: column;
  37. align-items: center;
  38. font-size: 20rpx;
  39. color: #999;
  40. width: auto !important;
  41. }
  42. /* .button-init {
  43. width: auto !important;
  44. height: auto !important;
  45. margin: 0 !important;
  46. margin-left: 48rpx !important;
  47. padding: 0;
  48. background-color: #fff;
  49. } */
  50. .listen {
  51. margin-right: 30rpx;
  52. margin-left: 48rpx;
  53. width: 366rpx;
  54. height: 64rpx;
  55. /* line-height: 64rpx; */
  56. text-align: center;
  57. /* background: linear-gradient(90deg, rgba(236, 58, 78, 1) 0%, rgba(255, 115, 115, 1) 100%); */
  58. background: linear-gradient(90deg, #005033 0%, #11774e 100%);
  59. color: #FFF;
  60. /* box-shadow: 0rpx 0rpx 12rpx rgba(236, 58, 78, 0.6); */
  61. box-shadow: 0rpx 0rpx 12rpx #005033;
  62. border-radius: 40rpx;
  63. font-size: 28rpx;
  64. color: #fff;
  65. font-weight: 400;
  66. }
  67. wx-button[disabled]:not([type]){
  68. color: #FFF;
  69. background: #c5c5c5;
  70. box-shadow: 0rpx 0rpx 12rpx #c5c5c5;
  71. }
  72. .bottomStyle{
  73. padding-bottom: 40rpx;
  74. }
  75. .bg,.btn-view{
  76. position: fixed;
  77. }
  78. .bg{
  79. background: #000;
  80. opacity: 0.4;
  81. top: 0;
  82. width: 100%;
  83. height: 100%;
  84. z-index: 99;
  85. }
  86. .btn-view{
  87. bottom: 0;
  88. width: 100%;
  89. z-index: 100;
  90. }
  91. .btn-view button{
  92. border: none !important;
  93. border-radius: 0;
  94. height: 104rpx;
  95. line-height: 104rpx;
  96. width: 750rpx !important;
  97. font-weight: 400;
  98. font-size: 32rpx;
  99. border-bottom: 1px solid #EEE;
  100. padding: 0;
  101. }
  102. .button-line{
  103. height: 20rpx;
  104. background: #EEE;
  105. width: 100%;
  106. }
  107. .showModel {
  108. position: fixed;
  109. top: 85rpx;
  110. left: 0;
  111. display: flex;
  112. flex-direction: column;
  113. justify-content: center;
  114. align-items: center;
  115. width: 100%;
  116. height: 60%;
  117. z-index: 999;
  118. }
  119. .show-close {
  120. float: right;
  121. width: 48rpx;
  122. height: 48rpx;
  123. }
  124. .show-top {
  125. width: 590rpx;
  126. margin-bottom: 12rpx;
  127. }
  128. .show-box {
  129. width: 590rpx;
  130. height: 660rpx;
  131. box-sizing: border-box;
  132. background-color: #fff;
  133. border-radius: 10rpx;
  134. padding: 30rpx 24rpx;
  135. position: relative;
  136. z-index: 999;
  137. }
  138. .sb-top-avatar {
  139. margin-right: 12rpx;
  140. width: 64rpx;
  141. height: 64rpx;
  142. border-radius: 50%;
  143. }
  144. .avatar{
  145. margin-right: 12rpx;
  146. width: 64rpx;
  147. height: 64rpx;
  148. border-radius: 50%;
  149. }
  150. .avatar image{
  151. border-radius: 50%;
  152. }
  153. .sb-top {
  154. display: flex;
  155. font-size: 22rpx;
  156. color: #C5C5C5;
  157. padding-bottom: 30rpx;
  158. }
  159. .sb-right-name {
  160. font-size: 26rpx;
  161. font-weight: 700;
  162. color: rgba(51, 51, 51, 1);
  163. }
  164. .sb-image {
  165. width: 542rpx;
  166. height: 406rpx;
  167. }
  168. .QRcode-image {
  169. width: 112rpx;
  170. height: 112rpx;
  171. margin-left: 16rpx;
  172. }
  173. .sb-mix_title {
  174. margin-top: 22rpx;
  175. font-size: 24rpx;
  176. color: rgba(51, 51, 51, 1);
  177. overflow: hidden;
  178. text-overflow: ellipsis;
  179. white-space: nowrap;
  180. }
  181. .sb-title {
  182. padding-bottom: 15rpx;
  183. font-size: 28rpx;
  184. font-weight: 700;
  185. color: rgba(51, 51, 51, 1);
  186. overflow: hidden;
  187. text-overflow: ellipsis;
  188. white-space: nowrap;
  189. }
  190. .sb-QRcode {
  191. display: flex;
  192. flex-direction: row-reverse;
  193. align-items: center;
  194. }
  195. .QR-title {
  196. width: 110rpx;
  197. height: auto;
  198. font-size: 20rpx;
  199. color: rgba(153, 153, 153, 1);
  200. line-height: 34rpx;
  201. white-space: initial;
  202. }
  203. .save-image {
  204. font-weight: 600;
  205. /* margin-top: 48rpx; */
  206. width: 224rpx;
  207. height: 64rpx;
  208. line-height: 64rpx;
  209. text-align: center;
  210. border-radius: 40rpx;
  211. font-size: 28rpx;
  212. color: rgba(255, 255, 255, 1);
  213. background: linear-gradient(90deg, rgba(236, 58, 78, 1) 0%, rgba(255, 115, 115, 1) 100%);
  214. }
  215. .bottom-author{
  216. position: fixed;
  217. bottom: 0;
  218. height: 100rpx;
  219. z-index: 999;
  220. background: #000;
  221. color: #FFF;
  222. right: 10rpx;
  223. width: 50% !important;
  224. opacity: 0;
  225. }
  226. .share-view{
  227. display: flex;
  228. }
  229. .share-view>view{
  230. width: 50% !important;
  231. background: #FFF;
  232. }
  233. .share-view>button:first-child{
  234. width: 49%;
  235. border-right: 1px solid #EEE !important;
  236. }
  237. .share-view button{
  238. height: 210rpx;
  239. line-height: 80rpx;
  240. text-align: center;
  241. width: 100% !important;
  242. padding-top: 24rpx;
  243. font-size: 28rpx;
  244. border-radius: 0 !important;
  245. }
  246. .share-view button view{
  247. height: 80rpx;
  248. line-height: 80rpx;
  249. position: relative;
  250. bottom: 20rpx;
  251. }
  252. .share-view image{
  253. width: 80rpx;
  254. height: 80rpx;
  255. position: relative;
  256. top: 20rpx;
  257. }
  258. .isPoster{
  259. position: fixed;
  260. z-index: 999;
  261. bottom: 290rpx;
  262. left: 50%;
  263. margin-left: -112rpx;
  264. }
  265. .isPosterBg{
  266. position: fixed;
  267. background-color: rgba(0, 0, 0, 0.5);
  268. width: 100%;
  269. height: 100%;
  270. top: 0;
  271. z-index: 998;
  272. }