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.
41 lines
737 B
41 lines
737 B
|
1 week ago
|
.page {
|
||
|
|
text-align: center;
|
||
|
|
.content-img {
|
||
|
|
margin-top: 196rpx;
|
||
|
|
width: 454rpx;
|
||
|
|
height: 356rpx;
|
||
|
|
}
|
||
|
|
.title {
|
||
|
|
margin-top: -80rpx;
|
||
|
|
font-size: 44rpx;
|
||
|
|
color: #e04775;
|
||
|
|
font-weight: bold;
|
||
|
|
}
|
||
|
|
.order-no {
|
||
|
|
margin-top: 16rpx;
|
||
|
|
font-size: 28rpx;
|
||
|
|
color: #9b9ea6;
|
||
|
|
}
|
||
|
|
.detail-btn-bd {
|
||
|
|
margin: 64rpx auto 0;
|
||
|
|
width: 422rpx;
|
||
|
|
height: 96rpx;
|
||
|
|
background: #fff;
|
||
|
|
border-radius: 48rpx;
|
||
|
|
line-height: 96rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
color: #e04775;
|
||
|
|
border: 4rpx solid #e04775;
|
||
|
|
}
|
||
|
|
.detail-btn {
|
||
|
|
margin: 64rpx auto 0;
|
||
|
|
width: 422rpx;
|
||
|
|
height: 96rpx;
|
||
|
|
background: #e04775;
|
||
|
|
border-radius: 48rpx;
|
||
|
|
line-height: 96rpx;
|
||
|
|
font-size: 36rpx;
|
||
|
|
color: #ffffff;
|
||
|
|
}
|
||
|
|
}
|