You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

258 lines
4.0 KiB

1 year ago
  1. /* pages/bindLock/bindLock.wxss */
  2. .titleText{
  3. margin:0 30rpx;
  4. }
  5. .tobarclass {
  6. width: 100%;
  7. }
  8. .leftlistwai {
  9. height: 100vh;
  10. }
  11. .addlock {
  12. width: 300upx;
  13. height: 300upx;
  14. border-radius: 50%;
  15. box-shadow: 2upx 2upx 10upx #666;
  16. position: relative;
  17. margin: 100upx auto 100upx;
  18. display: flex;
  19. text-align: center;
  20. align-items: center;
  21. }
  22. .addlock .iconfont {
  23. font-size: 100upx;
  24. margin: 0 auto;
  25. color: #aaa;
  26. }
  27. .text {
  28. font-size: 24upx;
  29. color: #aaa;
  30. text-align: center;
  31. }
  32. .uni-input {
  33. display: inline-block;
  34. vertical-align: middle;
  35. font-size: 24upx;
  36. min-width: 130upx;
  37. line-height: 50upx;
  38. }
  39. .cuIcon-usefullfill {
  40. display: inline-block;
  41. vertical-align: middle;
  42. transform: rotate(180deg);
  43. font-size: 24upx;
  44. }
  45. .alllist {
  46. padding: 0 30upx;
  47. }
  48. .cu-list .cu-item .action {
  49. width: 150upx;
  50. }
  51. .cu-list.menu-avatar>.cu-item .content {
  52. width: calc(100% - 120upx);
  53. }
  54. .content .margin-right-xs,
  55. .content .name {
  56. font-size: 24upx;
  57. }
  58. .cu-avatar {
  59. background: none;
  60. }
  61. .cu-item .cu-avatar.lg {
  62. font-size: 3em;
  63. color: #B8F599;
  64. left: 0,
  65. }
  66. .bindlock {
  67. position: fixed;
  68. right: 30upx;
  69. bottom: 200upx;
  70. width: 100upx;
  71. background: #fff;
  72. border-radius: 50%;
  73. }
  74. .bindlock image {
  75. width: 100%;
  76. }
  77. .bindroom {
  78. height: 300upx;
  79. width: 100%;
  80. background: #02BFFF;
  81. position: relative;
  82. /* display: flex; */
  83. align-items: center;
  84. text-align: center;
  85. }
  86. .bindroom .bindbtn {
  87. display: inline-block;
  88. margin: 20px auto 0;
  89. padding: 10upx 30upx;
  90. color: #f74c22;
  91. background: #fff;
  92. border-radius: 30upx;
  93. }
  94. .actionList .actionli {
  95. text-align: center;
  96. display: inline-block;
  97. width: 25%;
  98. padding: 30upx 0;
  99. border-right: 1upx solid #f2f3f5;
  100. border-bottom: 1upx solid #f2f3f5;
  101. }
  102. .actionList .actionli .iconfont {
  103. font-size: 60upx;
  104. margin-bottom: 20upx;
  105. }
  106. .btnnormal{
  107. margin: 30rpx;
  108. box-sizing: border-box;
  109. }
  110. .btnnormal .btn{
  111. margin-bottom: 30rpx;
  112. display: block;
  113. }
  114. .radio1{
  115. margin-top: 20rpx;
  116. }
  117. .popUp{
  118. background: #fff;
  119. height: 100vh;
  120. overflow-y: auto;
  121. position: relative;
  122. }
  123. .width-percentage-25{
  124. width: 30%;
  125. align-items: center;
  126. display: flex;
  127. flex-wrap: nowrap;
  128. }
  129. .width-percentage-75{
  130. width: 70%;
  131. }
  132. .popUpSearchBg{
  133. background: #02BFFF;
  134. align-items: center;
  135. color: #fff;
  136. position: fixed;
  137. z-index: 99;
  138. width: 100%;
  139. top: 0;
  140. left: 0;
  141. }
  142. .search-margin{
  143. margin-top: 60px;
  144. }
  145. .roomlist{
  146. padding: 30rpx;
  147. box-sizing: border-box;
  148. }
  149. .cu-item{
  150. padding: 10rpx 0;
  151. position: relative;
  152. /* display: flex; */
  153. /* padding-right: 10rpx; */
  154. /* height: 140rpx; */
  155. background-color: #ffffff;
  156. /* justify-content: flex-end; */
  157. align-items: center;
  158. transition: all .6s ease-in-out 0s;
  159. -webkit-transform: translateX(0rpx);
  160. transform: translateX(0rpx);
  161. /* border-bottom: 2rpx solid #eee; */
  162. box-shadow: 2px 2px 10px #d6d7d8;
  163. border-radius: 15px;
  164. box-sizing: border-box;
  165. }
  166. .cu-avatar{
  167. position: absolute;
  168. left: 30rpx;
  169. }
  170. .cu-item .content{
  171. /* position: absolute;
  172. left: 146rpx;
  173. width: calc(100% - 96rpx - 60rpx); */
  174. line-height: 1.5em;
  175. }
  176. .cu-item .content .text-gray{
  177. font-size: 30rpx;
  178. display: flex;
  179. align-items: center;
  180. }
  181. .cu-item .content .text-gray .margin-right-xs{
  182. font-size: 24rpx;
  183. color: #555;
  184. font-weight: bold;
  185. display: -webkit-box;
  186. -webkit-box-orient: vertical;
  187. -webkit-line-clamp: 2;
  188. white-space: wrap;
  189. overflow: hidden;
  190. }
  191. .cu-item .content .text-gray .text-cut .colorhui{
  192. color: #666;
  193. }
  194. .cu-item .text-green{
  195. color: #f37b1d;
  196. font-size: 54rpx;
  197. position: absolute;
  198. left: 30rpx;
  199. }
  200. .cu-item .text-orange{
  201. font-size: 54rpx;
  202. color: #39b54a;
  203. }
  204. .selectRoom{
  205. padding: 0 30rpx;
  206. }
  207. .selectRoom picker{
  208. font-size: 28rpx;
  209. display: inline-block;
  210. margin: 0 10rpx;
  211. }
  212. .picker{
  213. display: inline-block;
  214. box-shadow: 1px 1px 10px #eee;
  215. border-radius: 10px;
  216. padding: 4px 10px;
  217. }
  218. .colorRed{
  219. color: red !important;
  220. }
  221. .jt{
  222. display: inline-block;
  223. max-width: 75px;
  224. overflow: hidden;
  225. text-overflow: ellipsis;
  226. white-space: nowrap;
  227. }
  228. .confselect{
  229. right: 0;
  230. }
  231. .scroll-height-100vh{
  232. height: 100vh;
  233. }