roomManger.wxss 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235
  1. /* miniprogram/pages/tab/tab.wxss */
  2. /* pages/searchRoom/searchRoom.wxss */
  3. .storeContent {
  4. width: 100%;
  5. /* padding: 0 10rpx; */
  6. box-sizing: border-box;
  7. display: flex;
  8. align-items: center;
  9. justify-content: center;
  10. position: fixed;
  11. flex-direction: column;
  12. top: 0;
  13. left: 0;
  14. background: #fff;
  15. z-index: 100;
  16. padding-bottom: 10rpx;
  17. }
  18. .tab-header {
  19. width: 100%;
  20. height: 80rpx;
  21. display: flex;
  22. flex-direction: row;
  23. justify-content: center;
  24. align-items: center;
  25. }
  26. .tab-header .active text{
  27. color: #0075DC;
  28. border-bottom:4rpx solid #0075DC;
  29. }
  30. .tab-header view text{
  31. padding-bottom:15rpx;
  32. /*transition: all 0.3s;*/
  33. }
  34. .storeSearch image {
  35. width: 24rpx;
  36. height: 24rpx;
  37. }
  38. .un-start,
  39. .has-start {
  40. width: 50%;
  41. display: flex;
  42. flex-direction: row;
  43. justify-content: center;
  44. align-items: center;
  45. }
  46. .storeSearch {
  47. width: 614rpx;
  48. height: 64rpx;
  49. background: #F6F6F6;
  50. border-radius: 32rpx;
  51. display: flex;
  52. align-items: center;
  53. justify-content: flex-start;
  54. padding: 0 32rpx;
  55. box-sizing: border-box;
  56. margin: 10rpx auto 0;
  57. position: relative;
  58. }
  59. .storeSearch image {
  60. width: 24rpx;
  61. height: 24rpx;
  62. }
  63. .storeSearch input {
  64. font-size: 24rpx;
  65. color: #333;
  66. margin-left: 4rpx;
  67. width: 80%;
  68. }
  69. .storeSearch .placeholderStyle {
  70. font-size: 24rpx;
  71. color: #B2B2B2;
  72. }
  73. .search-container{
  74. display: flex;
  75. width: 100%;
  76. flex-direction: row;
  77. justify-content: center;
  78. align-items: center;
  79. padding: 0 32rpx;
  80. }
  81. .searchBtn {
  82. color: #0075DC;
  83. font-size: 28rpx;
  84. width: 60rpx;
  85. }
  86. .result {
  87. margin-top: 80rpx;
  88. padding: 100rpx 32rpx 10rpx 32rpx;
  89. box-sizing: border-box;
  90. }
  91. .addRoom{
  92. position: fixed;
  93. right: 20rpx;
  94. bottom:200rpx;
  95. background-color: #0075DC;
  96. border-radius: 50%;
  97. text-align: center;
  98. width: 100rpx;
  99. height: 100rpx;
  100. line-height: 100rpx;
  101. font-size: 80rpx;
  102. color: #fff;
  103. z-index:10;
  104. content:'\002B';
  105. }
  106. .addImg{
  107. width: 60rpx;
  108. height: 60rpx;
  109. margin:20rpx;
  110. }
  111. .storeList {
  112. width: 100%;
  113. /* padding: 0 32rpx; */
  114. box-sizing: border-box;
  115. /* display: flex;
  116. align-items: center;
  117. justify-content: center; */
  118. margin-top: 20rpx;
  119. }
  120. .storeList>view {
  121. overflow: hidden;
  122. width: 334rpx;
  123. float: left;
  124. }
  125. .storeList>view:nth-of-type(odd) {
  126. margin-right: 18rpx;
  127. }
  128. .unbrand {
  129. margin-top: 180rpx;
  130. text-align: center;
  131. }
  132. .unbrand image {
  133. display: inline-block;
  134. width: 250rpx;
  135. height: 274rpx;
  136. }
  137. .unbrand .text {
  138. color: #666C7D;
  139. font-size: 30rpx;
  140. margin-top: 40rpx;
  141. }
  142. .parent{
  143. background:#fff;
  144. padding-bottom:0;
  145. width:100%;
  146. box-sizing: border-box;
  147. display: inline-block;
  148. padding: 20rpx 0;
  149. border-bottom: 2rpx solid #EDEDED;
  150. }
  151. .parent:first-child{
  152. border-top: 2rpx solid #f0f0f0;
  153. }
  154. .moveArea{
  155. height: 200rpx;
  156. width: 100%;
  157. margin-bottom:10rpx;
  158. }
  159. .moveView{
  160. height: 200rpx;
  161. width: 100%;
  162. }
  163. .list-item{
  164. padding:20rpx 0;
  165. width: 100%;
  166. display: flex;
  167. justify-content: space-between;
  168. align-items: center;
  169. border-bottom: 2rpx solid #f0f0f0;
  170. }
  171. .item-content{
  172. width: 100%;
  173. height: 100%;
  174. display: flex;
  175. flex-direction: column;
  176. justify-content: center;
  177. padding: 0 20rpx 0 20rpx;
  178. -webkit-transition: all 0.4s;
  179. transition: all 0.4s;
  180. -webkit-transform: translateX(180rpx);
  181. transform: translateX(180rpx);
  182. margin-left: -200rpx;
  183. }
  184. .content-info{
  185. display: flex;
  186. width: 100%;
  187. justify-content: space-between;
  188. font-size: 32rpx;
  189. color: #999
  190. }
  191. .content-name{
  192. width: 100%;
  193. }
  194. .list-item-touch-active .item-content{
  195. margin-left: -100rpx;
  196. }
  197. .list-item-touch-active .item-content, .list-item-touch-active .item-delete {
  198. -webkit-transform: translateX(0) !important;
  199. transform: translateX(0) !important;
  200. }
  201. .item-delete{
  202. font-size: 24rpx;
  203. color: #666;
  204. width: 100rpx;
  205. padding:5rpx 10rpx;
  206. border:1rpx solid #ff5d5d;
  207. border-radius:15rpx;
  208. display: flex;
  209. justify-content: center;
  210. align-items: center;
  211. background:#f9bfbf;
  212. color: #ff5d5d;
  213. font-size: 32rpx;
  214. -webkit-transform: translateX(180rpx);
  215. transform: translateX(180rpx);
  216. -webkit-transition: all 0.4s;
  217. transition: all 0.4s;
  218. }
  219. .swider-item{
  220. }