app.wxss 1012 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /**app.wxss**/
  2. @import "weui.wxss";
  3. @import 'style/iconfont.wxss';
  4. .page{
  5. background-color: var(--weui-FG-3);
  6. }
  7. .containt{
  8. padding: 5px;
  9. }
  10. .hr {
  11. width: 90%;
  12. height: 3rpx;
  13. margin-top: 15rpx;
  14. margin-left: 37.5rpx;
  15. background-color: #dfdedd;
  16. }
  17. .weui-steps_vertical .weui-steps__item::before {
  18. left: -19px !important;
  19. top: calc((var(--weui-STEPS-LINEHEIGHT) - (var(--weui-STEPS-LINEHEIGHT) - 1) / 2) * 2em);
  20. bottom: calc((var(--weui-STEPS-LINEHEIGHT) - 1) / 2 * -15em);
  21. }
  22. .weui-steps_vertical .weui-steps__icon,
  23. .weui-steps_vertical .weui-steps__item__inner::before {
  24. left: -22px !important;
  25. }
  26. .weui-steps_vertical .weui-steps__item__inner::before {
  27. width: 20px;
  28. height: 20px;
  29. }
  30. .weui-steps_vertical .weui-steps__icon,
  31. .weui-steps_vertical .weui-steps__item__inner::before {
  32. top: calc(var(--weui-STEPS-LINEHEIGHT) / 2 * 4em);
  33. }
  34. .apply_pic {
  35. width: 20%;
  36. height: 30px;
  37. margin: 20rpx;
  38. }
  39. .pics {
  40. display: flex;
  41. flex-wrap: wrap;
  42. width: 100%;
  43. }
  44. .weui-cells{
  45. margin-top: 0;
  46. }