app.wxss 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225
  1. @import 'style/reset.wxss';
  2. @import 'style/weui.wxss';
  3. /* 模态框 */
  4. page::after{
  5. content: '';
  6. position: fixed;
  7. left: 0;
  8. bottom: 0;
  9. width: 100%;
  10. height:1rpx;
  11. background: transparent;
  12. box-shadow:0rpx -2rpx 20rpx 2rpx rgba(165,165,165,0.34);
  13. z-index: 9999;
  14. }
  15. .arrow{
  16. display:inline-block;
  17. border:6px solid transparent;
  18. border-top-color:#000;
  19. margin-left:8px;
  20. position:relative;
  21. top:6rpx;
  22. }
  23. /* ---------------------------- */
  24. /*模态框*/
  25. .modal{position:fixed; top:0; right:0; bottom:0; left:0; z-index:1000;}
  26. .modal-cancel{position:absolute; z-index:2000; top:0; right:0; bottom: 0; left:0; background:rgba(0,0,0,0.3);}
  27. .bottom-dialog-body{width:100%; position:absolute; z-index:3000; bottom:0; left:0;background:#dfdede;}
  28. /*动画前初始位置*/
  29. .bottom-positon{-webkit-transform:translateY(100%);transform:translateY(100%);}
  30. /* 底部弹出框 */
  31. .bottom-positon{
  32. text-align: center;
  33. }
  34. .Mselect{
  35. border-bottom: 1rpx solid #dfdede;
  36. }
  37. .Mselect view{
  38. padding: 26rpx 0;
  39. background: #fff;
  40. }
  41. .Mselect-list{
  42. display: flex;
  43. align-items: center;
  44. justify-content: center;
  45. }
  46. .Mselect-list .name{
  47. width: 83rpx;
  48. font-size: 28rpx;
  49. font-family: PingFang SC;
  50. font-weight: bold;
  51. color: #333333;
  52. margin-left: 10rpx;
  53. }
  54. .Mselect-list image{
  55. width: 62rpx;
  56. height: 62rpx;
  57. border-radius: 50%;
  58. }
  59. .Mselect view:not(:last-of-type){
  60. border-bottom: 1rpx solid #dfdede;
  61. }
  62. .Mcancel{
  63. background: #fff;
  64. padding: 26rpx 0;
  65. }
  66. page{
  67. /* background-color: #fff; */
  68. font-size: 16px;
  69. /* color: #000; */
  70. font-family: -apple-system-font,Helvetica Neue,Helvetica,sans-serif;
  71. }
  72. .page__hd {
  73. padding: 40rpx;
  74. }
  75. .page__bd {
  76. padding-bottom: 40rpx;
  77. }
  78. .page__title {
  79. text-align: left;
  80. font-size: 40rpx;
  81. font-weight: 400;
  82. }
  83. .marR10{
  84. margin-right: 10rpx;
  85. }
  86. .marR30{
  87. margin-right: 30rpx;
  88. }
  89. .marT40{
  90. margin-top: 40rpx;
  91. }
  92. .marB50{
  93. margin-bottom: 50rpx;
  94. }
  95. .marLR30{
  96. margin-left: 30rpx;
  97. width: 92%;
  98. }
  99. .item-footer{
  100. bottom: 0rpx;
  101. z-index: 1000;
  102. }
  103. .item-footer button{
  104. color: #ff8b5f;
  105. border-radius: 0rpx;
  106. font-weight: bold;
  107. }
  108. .item-footer-multi{
  109. bottom: 0rpx;
  110. display: flex;
  111. flex-direction: row;
  112. justify-content: space-around;
  113. background-color: #fff;
  114. }
  115. /*pet info card */
  116. .pet_card_bd{
  117. height: 400rpx;
  118. margin-left: 30rpx;
  119. width: 92%;
  120. background-color: #fff;
  121. border-radius:20rpx;
  122. display:flex;
  123. flex-direction:row;
  124. justify-content:space-between;
  125. }
  126. .pet_card_bd_main{
  127. width:59%;
  128. }
  129. .pet_card_bd_left{
  130. display: flex;
  131. flex-direction: column;
  132. justify-content: space-between;
  133. padding: 50rpx 30rpx;
  134. }
  135. .pet_card_bd_left text{
  136. font-size: 10pt;
  137. color: #ff8b5f;
  138. }
  139. .pet_card_bd_right{
  140. padding: 30rpx 30rpx;
  141. display:flex;
  142. flex-direction:column;
  143. justify-content:space-between;
  144. }
  145. .pet_card_avatar_box{
  146. text-align:center;
  147. }
  148. .pet_card_avatar{
  149. position: relative;
  150. width: 180rpx;
  151. height: 180rpx;
  152. border-radius: 100%;
  153. text-align: center;
  154. }
  155. .pet_card_num{
  156. border-radius:40rpx;
  157. width: auto;
  158. height: auto;
  159. padding: 0 10rpx;
  160. text-align: center;
  161. border: solid 1rpx #ff8b5f;
  162. }
  163. .pet_card_num text{
  164. font-size: 8pt;
  165. color: #ff8b5f;
  166. font-weight: bold;
  167. }
  168. .pet_card_title_box {
  169. display:flex;
  170. flex-direction:row;
  171. justify-content:flex-start;
  172. align-items: flex-end;
  173. }
  174. .pet_card_title_box .pet_card_title{
  175. font-size: 14pt;
  176. padding-top: 30rpx;
  177. padding-left: 56rpx;
  178. color: #ff8b5f;
  179. }
  180. .pet_card_title_box .pet_card_title_breed {
  181. font-size: 9pt;
  182. padding-top: 30rpx;
  183. padding-left: 50rpx;
  184. color: #ff8b5f;
  185. }
  186. .pet_card_subtitle{
  187. display:flex;
  188. flex-direction:row;
  189. justify-content:space-between;
  190. width: 300rpx;
  191. padding-left: 30rpx;
  192. }
  193. .pet_card_bd_left_item{
  194. display:flex;
  195. flex-direction:row;
  196. justify-content:flex-start;
  197. align-items: center;
  198. margin-bottom: 15rpx;
  199. }
  200. .pet_card_bd_left_item image{
  201. width:14px;
  202. height:14px;
  203. margin-right: 10rpx;
  204. margin-bottom: 8rpx;
  205. }
  206. .pet_card_subtitle text{
  207. font-size: 9pt;
  208. color: #ff8b5f;
  209. }
  210. .pet_card_subtitle_mask text{
  211. font-size: 9pt;
  212. color: #ff8b5f;
  213. }
  214. .pet_card_subtitle_mask image{
  215. width:13px;
  216. height:13px;
  217. margin-right: 5rpx;
  218. margin-top: 1rpx;
  219. }
  220. .pet_card_divider{
  221. height: 30rpx;
  222. }