roomconfirm.wxss 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* 颜色变量 */
  15. /* 行为相关颜色 */
  16. /* 文字基本颜色 */
  17. /* 背景颜色 */
  18. /* 边框颜色 */
  19. /* 尺寸变量 */
  20. /* 文字尺寸 */
  21. /* 图片尺寸 */
  22. /* Border Radius */
  23. /* 水平间距 */
  24. /* 垂直间距 */
  25. /* 透明度 */
  26. /* 文章场景相关 */
  27. uni-button[type=primary].data-v-1c3fd7dc {
  28. background: -webkit-linear-gradient(top, #5a52c5 0%, #8257ed 100%);
  29. background: linear-gradient(180deg, #5a52c5 0%, #8257ed 100%);
  30. }
  31. page.data-v-1c3fd7dc {
  32. font-size: 28rpx;
  33. }
  34. .wrap.data-v-1c3fd7dc {
  35. margin: 0 40rpx;
  36. }
  37. .full-img.data-v-1c3fd7dc {
  38. width: 100%;
  39. height: auto;
  40. }
  41. .f-tac.data-v-1c3fd7dc {
  42. text-align: center;
  43. }
  44. .write-radius.data-v-1c3fd7dc {
  45. background-color: #fff;
  46. border-radius: 24rpx;
  47. padding: 24rpx;
  48. margin-bottom: 24rpx;
  49. }
  50. .bottom-btn-wrap.data-v-1c3fd7dc {
  51. height: 110rpx;
  52. }
  53. .bottom-btn.data-v-1c3fd7dc {
  54. height: 110rpx;
  55. line-height: 110rpx;
  56. position: fixed;
  57. left: 0;
  58. bottom: 0;
  59. width: 100%;
  60. }
  61. .search-block.data-v-1c3fd7dc {
  62. display: -webkit-box;
  63. display: -webkit-flex;
  64. display: flex;
  65. -webkit-box-align: center;
  66. -webkit-align-items: center;
  67. align-items: center;
  68. }
  69. .search-input.data-v-1c3fd7dc {
  70. border: 1px solid #666;
  71. font-size: 24rpx;
  72. height: 50rpx;
  73. line-height: 50rpx;
  74. border-radius: 12rpx;
  75. padding-left: 24rpx;
  76. }
  77. .search-input + .search-input.data-v-1c3fd7dc {
  78. margin: 0 10rpx;
  79. }
  80. .search-button.data-v-1c3fd7dc {
  81. width: 200rpx;
  82. height: 50rpx;
  83. line-height: 50rpx;
  84. font-size: 32rpx;
  85. }
  86. page.data-v-1c3fd7dc {
  87. background-color: #f8f8f8;
  88. }
  89. .writeoff-item.data-v-1c3fd7dc {
  90. margin: 24rpx;
  91. padding: 24rpx;
  92. border-radius: 24rpx;
  93. background-color: #fff;
  94. box-shadow: 0px 18px 47px -19px rgba(0, 0, 0, 0.1);
  95. }
  96. .writeoff-item-til.data-v-1c3fd7dc {
  97. margin-bottom: 15rpx;
  98. font-size: 24rpx;
  99. }
  100. .writeoff-item-con.data-v-1c3fd7dc {
  101. display: -webkit-box;
  102. display: -webkit-flex;
  103. display: flex;
  104. -webkit-box-align: center;
  105. -webkit-align-items: center;
  106. align-items: center;
  107. }
  108. .writeoff-item-img.data-v-1c3fd7dc {
  109. position: relative;
  110. margin-right: 24rpx;
  111. width: 150rpx;
  112. height: 150rpx;
  113. border-radius: 14rpx;
  114. overflow: hidden;
  115. }
  116. .writeoff-item-img .image.data-v-1c3fd7dc {
  117. height: 100%;
  118. position: absolute;
  119. left: 50%;
  120. top: 50%;
  121. -webkit-transform: translate(-50%, -50%);
  122. transform: translate(-50%, -50%);
  123. }
  124. .writeoff-item-info.data-v-1c3fd7dc {
  125. color: #666;
  126. }
  127. .writeoff-item-name.data-v-1c3fd7dc {
  128. margin-bottom: 4rpx;
  129. font-size: 32rpx;
  130. font-weight: bold;
  131. }
  132. .writeoff-item-hd.data-v-1c3fd7dc {
  133. margin-bottom: 4rpx;
  134. }
  135. .writeoff-item-hd .image.data-v-1c3fd7dc {
  136. width: 27rpx;
  137. height: 21rpx;
  138. margin-right: 5rpx;
  139. }
  140. .writeoff-item-time.data-v-1c3fd7dc {
  141. font-size: 24rpx;
  142. }