You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
378 B
21 lines
378 B
/* subpages/mine/repairList/repairList.wxss */
|
|
/* subpages/mine/eventList/eventList.wxss */
|
|
page{
|
|
background-color: #f8f8f8;
|
|
}
|
|
.card{
|
|
margin: 10rpx auto;
|
|
width: calc(100% - 40rpx);
|
|
}
|
|
.label{
|
|
color: #a9afba;
|
|
font-size: 28rpx;
|
|
}
|
|
.bg-gary{
|
|
background-color: #f9f9f9;
|
|
border-radius: 20rpx;
|
|
padding:24rpx 32rpx ;
|
|
}
|
|
.minWidth{
|
|
min-width: 150rpx;
|
|
}
|
|
|