water_sh/pages/maintenance/index.wxss

33 lines
587 B
Plaintext

/* pages/maintenance/index.wxss */
.van-title{
margin: 0;
padding: 32rpx 16rpx 16rpx;
color: rgba(69, 90, 100, 0.6);
font-weight: normal;
font-size: 28rpx;
position: relative;
line-height: 32rpx;
}
.buttonCss{
padding: 100rpx 20rpx;
}
.addCss{
position: absolute;
right: 28rpx;
color: #1989FA;
}
.van-swipe-cell__right{
color: #fff;
height: 100%;
background-color: #ee0a24;
border: 1px solid #ee0a24;
display: grid;
align-items: center;
font-size:28rpx
}
.scrollList{
height: 40vh;
overflow-y: scroll;
}