12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152 |
- /**app.wxss**/
- @import "weui.wxss";
- @import 'style/iconfont.wxss';
- .page{
- background-color: var(--weui-FG-3);
- }
- .containt{
- padding: 5px;
- }
- .hr {
- width: 90%;
- height: 3rpx;
- margin-top: 15rpx;
- margin-left: 37.5rpx;
- background-color: #dfdedd;
- }
- .weui-steps_vertical .weui-steps__item::before {
- left: -19px !important;
- top: calc((var(--weui-STEPS-LINEHEIGHT) - (var(--weui-STEPS-LINEHEIGHT) - 1) / 2) * 2em);
- bottom: calc((var(--weui-STEPS-LINEHEIGHT) - 1) / 2 * -15em);
- }
- .weui-steps_vertical .weui-steps__icon,
- .weui-steps_vertical .weui-steps__item__inner::before {
- left: -22px !important;
- }
- .weui-steps_vertical .weui-steps__item__inner::before {
- width: 20px;
- height: 20px;
- }
- .weui-steps_vertical .weui-steps__icon,
- .weui-steps_vertical .weui-steps__item__inner::before {
- top: calc(var(--weui-STEPS-LINEHEIGHT) / 2 * 4em);
- }
- .apply_pic {
- width: 20%;
- height: 30px;
- margin: 20rpx;
- }
- .pics {
- display: flex;
- flex-wrap: wrap;
- width: 100%;
- }
- .weui-cells{
- margin-top: 0;
- }
|