1
0

commentPost.wxss 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279
  1. page, .container {
  2. height: 100%;
  3. background: #f4f4f4;
  4. }
  5. .service-box{
  6. background-color: #fff;
  7. margin-top: 10px;
  8. padding: 0 20px;
  9. }
  10. .service-item{
  11. height: 100rpx;
  12. display: flex;
  13. align-items: center;
  14. }
  15. .service-item .label{
  16. color: #999999;
  17. }
  18. .service-item text:not(.label){
  19. padding-left: 10px;
  20. }
  21. .star-box .star{
  22. font-size: 1.7em;
  23. padding-left: 5px;
  24. color: #ddd;
  25. }
  26. .star-box .star.checked{
  27. color: #FEB54C;
  28. }
  29. .goods-list{
  30. background-color: #fff;
  31. }
  32. .goods-list .input-box{
  33. border: 1px solid #ccc;
  34. margin: 0 20px;
  35. padding: 10px;
  36. padding-bottom: 25px;
  37. }
  38. .goods-list .input-box .content{
  39. width: 100%;
  40. }
  41. .goods-list .input-box .count{
  42. float: right;
  43. }
  44. .pic-box{
  45. margin-top: 10px;
  46. padding: 0 20px;
  47. padding-bottom: 20px;
  48. display: flex;
  49. flex-wrap: nowrap;
  50. }
  51. .pic-item{
  52. position: relative;
  53. width: 200rpx;
  54. height: 200rpx;
  55. margin-right: 10px;
  56. display: inline-block;
  57. }
  58. .pic-item image{
  59. width: 100%;
  60. height: 100%;
  61. }
  62. .pic-item .pic-delete{
  63. position: absolute;
  64. width: 30rpx;
  65. height: 30rpx;
  66. text-align: center;
  67. color: #fff;
  68. line-height: 30rpx;
  69. top: -15rpx;
  70. right: -15rpx;
  71. border-radius: 50%;
  72. background-color: red;
  73. }
  74. .pic-handle{
  75. display: inline-flex;
  76. align-items: center;
  77. justify-content: center;
  78. flex-direction: column;
  79. border: 1px solid #ccc;
  80. border-radius: 3px;
  81. }
  82. .pic-item.pic-handle image{
  83. width: 100rpx;
  84. height: 100rpx;
  85. }
  86. .pic-handle .desc{
  87. padding-top: 10px;
  88. font-size: .9em;
  89. color: #9B9B9B;
  90. }
  91. .coupon{
  92. margin-top: 24rpx;
  93. margin-left: 40rpx;
  94. display: flex;
  95. margin-right: 40rpx;
  96. flex-direction: row;
  97. align-items: center;
  98. }
  99. .coupon .left{
  100. flex: 1;
  101. }
  102. .btn-box{
  103. margin: 20px 0;
  104. padding: 10px 20px;
  105. }
  106. .name{
  107. font-size: 34rpx;
  108. color: #fff;
  109. margin-bottom: 14rpx;
  110. }
  111. .time{
  112. font-size: 24rpx;
  113. color: rgba(255,255,255, 0.8);
  114. line-height: 30rpx;
  115. }
  116. .coupon .right{
  117. width: 162rpx;
  118. }
  119. .condition{
  120. position: absolute;
  121. width: 100%;
  122. bottom: 0;
  123. left:0;
  124. height: 78rpx;
  125. background: rgba(0,0,0,.08);
  126. padding: 24rpx 40rpx;
  127. display: flex;
  128. flex-direction: row;
  129. }
  130. .condition .txt{
  131. display: block;
  132. height: 30rpx;
  133. flex: 1;
  134. overflow: hidden;
  135. font-size: 24rpx;
  136. line-height: 30rpx;
  137. color: #fff;
  138. }
  139. .condition .icon{
  140. margin-left: 30rpx;
  141. width: 24rpx;
  142. height: 24rpx;
  143. }
  144. .drawer_box {
  145. width: 650rpx;
  146. overflow: hidden;
  147. position: fixed;
  148. top: 50%;
  149. left: 0;
  150. z-index: 1001;
  151. background: #f4f4f4;
  152. margin: -150px 50rpx 0 50rpx;
  153. border-radius: 3px;
  154. }
  155. .drawer_title {
  156. padding: 15px;
  157. font: 20px "microsoft yahei";
  158. text-align: center;
  159. background: #b4282d;
  160. }
  161. .drawer_content {
  162. height: 410px;
  163. overflow-y: scroll; /*超出父盒子高度可滚动*/
  164. }
  165. .btn_ok {
  166. padding: 10px;
  167. font: 20px "microsoft yahei";
  168. text-align: center;
  169. border-top: 1px solid #e8e8ea;
  170. color: #b4282d;
  171. }
  172. .coupon-box {
  173. background-color: #fff;
  174. display: flex;
  175. border-radius: 5px;
  176. flex-direction: row;
  177. position: relative;
  178. }
  179. .coupon-box .coupon-used {
  180. position: absolute;
  181. top: 50%;
  182. right: 10px;
  183. margin-top: -7.5vmin;
  184. height: 15vmin;
  185. width: 15vmin;
  186. background: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2s2AIzXWAAAPHxXo1UI166.png) no-repeat center;
  187. background-size: contain;
  188. }
  189. .coupon-box-g {
  190. background: linear-gradient(to right, #f0f0f0, #fff);
  191. }
  192. .coupon-bg {
  193. width: 35%;
  194. background-position: left;
  195. background-size: cover;
  196. color: #fff;
  197. font-size: 2.4rem;
  198. display: flex;
  199. justify-content: center;
  200. flex-direction: column;
  201. align-items: center;
  202. }
  203. .coupon-bg > view{
  204. font-size: inherit;
  205. color: #fff;
  206. }
  207. .coupon-bg .coupon-currency {
  208. font-size: 1rem;
  209. padding-right: 5px;
  210. color: #fff;
  211. }
  212. .coupon-bg .coupon-type {
  213. font-size: 0.8rem;
  214. color: #fff;
  215. }
  216. .coupon-bg1 {
  217. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2v6AcFmPAAAXWs0DSHQ136.png);
  218. }
  219. .coupon-bg2 {
  220. background-image: url(http://120.76.26.84:80/group1/M00/00/02/rBJEdVvr2x6AEzgOAAAPIKZoCH4265.png);
  221. }
  222. .coupon-info {
  223. width: 50%;
  224. margin-left: 40px;
  225. }
  226. .coupon-info .coupon-title {
  227. font-size: 1.1rem;
  228. padding: 8px 0 4px 0;
  229. }
  230. .coupon-info .coupon-desc {
  231. font-size: 0.9rem;
  232. color: #9b9b9b;
  233. list-style: outside;
  234. padding: 4px 0 8px 0;
  235. }