110 lines
2.3 KiB
Plaintext
110 lines
2.3 KiB
Plaintext
.star_pile {
|
|
width: 100%;
|
|
box-shadow: 0rpx -6rpx 8rpx 2rpx rgba(66, 115, 229, 0.05);
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
padding: 20rpx;
|
|
background-color: #fff;
|
|
}
|
|
.orderdetail_info {
|
|
background: #ffffff;
|
|
border-radius: 16rpx 16rpx 16rpx 16rpx;
|
|
padding: 25rpx;
|
|
box-shadow: 0rpx -6rpx 8rpx 2rpx rgba(66, 115, 229, 0.05);
|
|
}
|
|
.orderdetail_info_title {
|
|
font-size: 32rpx;
|
|
color: #232323;
|
|
margin-bottom: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.orderdetail_info_fy {
|
|
background: linear-gradient(to right, rgba(72, 121, 230, 0.4), rgba(72, 121, 230, 0));
|
|
border-radius: 15rpx;
|
|
padding: 40rpx 20rpx 40rpx 40rpx;
|
|
color: #fff;
|
|
margin-top: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
}
|
|
.orderdetail_info_fy_left {
|
|
font-size: 32rpx;
|
|
font-weight: 800;
|
|
font-style: italic;
|
|
color: #4879e6;
|
|
}
|
|
.orderdetail_info_fy_right {
|
|
font-size: 36rpx;
|
|
font-weight: 800;
|
|
color: #4879e6;
|
|
margin-left: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
}
|
|
.orderdetail_info_yf {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.orderdetail_info_yf_left view {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: start;
|
|
}
|
|
.orderdetail_info_yf_left_tit {
|
|
font-size: 28rpx;
|
|
color: rgba(51, 51, 51, 0.8);
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.orderdetail_info_yf_left_mon {
|
|
font-size: 32rpx;
|
|
}
|
|
.orderdetail_info_yf_right {
|
|
padding: 15rpx 30rpx;
|
|
color: #1779ff;
|
|
border: 1rpx solid #1779ff;
|
|
border-radius: 50rpx;
|
|
}
|
|
.orderdetail_btn {
|
|
width: 100%;
|
|
position: fixed;
|
|
left: 0;
|
|
bottom: 0rpx;
|
|
padding: 30rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|
|
.orderdetail_btn_left {
|
|
color: #333;
|
|
font-size: 38rpx;
|
|
font-weight: bold;
|
|
}
|
|
.orderdetail_btn_left text {
|
|
font-size: 26rpx;
|
|
font-weight: 500;
|
|
}
|
|
.orderdetail_btn_right {
|
|
background: #1779ff;
|
|
color: #fff;
|
|
font-weight: bold;
|
|
font-size: 32rpx;
|
|
padding: 0 40rpx;
|
|
}
|
|
.wallet_list {
|
|
border-radius: 15rpx;
|
|
background-color: #4879e6;
|
|
padding: 20rpx 50rpx 20rpx 30rpx;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
} |