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.
30 lines
536 B
30 lines
536 B
/* pages/process/order-check/index.wxss */
|
|
.info_status{
|
|
background-image: linear-gradient(90deg, #FF4D2E 6%, #FF952F 100%);
|
|
height:90rpx;
|
|
padding: 0rpx 32rpx;
|
|
}
|
|
|
|
.cate-list {
|
|
margin: 24rpx 30rpx;
|
|
border: 1rpx solid #dcdcdc;
|
|
}
|
|
|
|
.cate-header {
|
|
min-height: 76rpx;
|
|
background-color: #dcdcdc;
|
|
padding: 0rpx 30rpx;
|
|
}
|
|
|
|
.cate-index {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
line-height: 32rpx;
|
|
text-align: center;
|
|
border-radius: 5000rpx;
|
|
border: 1px solid #666666;
|
|
margin-left: 12rpx
|
|
}
|
|
.page-icon {
|
|
margin-right: 24rpx;
|
|
}
|