wpfw_ewei_wxapp/pages/integral/order/detail/index.wxss
2023-02-26 08:10:18 +08:00

42 lines
846 B
Plaintext

@import "../../../../static/css/order.wxss";
.bg {
background: linear-gradient(to right,#ff795a 0%,#ff4141 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ff795a, endColorstr=#ff4141,gradientType='1');
-webkit-box-flex: 1;
flex: 1;
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
padding: 0 24rpx;
font-size: 26rpx;
height: 160rpx;
color: #fff;
}
.order-info {
padding: 20rpx 0;
}
.order-info view {
padding: 6rpx 25rpx;
color: #666;
font-size: 28rpx;
}
.btn {
height: 56rpx;
line-height: 52rpx;
border-radius: 40rpx;
padding: 0 26rpx;
margin-top: 24rpx;
font-size: 26rpx;
}
.text-right {
font-size: 26rpx;
}