.order-trial{
|
width: 686rpx;
|
min-height: 140px;
|
background: #fff;
|
padding: 0 12px 12px;
|
box-sizing: border-box;
|
position: relative;
|
transform: translateY(-26px);
|
box-shadow: 0px 1px 12px 0px rgba(56, 56, 235, 0.08);
|
border-radius: 8px;
|
margin: auto;
|
}
|
.title-view{
|
width: 100%;
|
border-bottom:1px solid #EEEEEE;
|
}
|
.title-order{
|
font-size: 16px;
|
font-family: PingFang SC;
|
font-weight: bold;
|
color: #333333;
|
line-height: 50px;
|
}
|
.mation-view{
|
padding: 0 12px;
|
}
|
.amt-view{
|
display: flex;
|
justify-content: space-around;
|
}
|
.item-1{
|
font-size: 12px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
text-align: center;
|
margin-bottom: 10px;
|
}
|
.text-1{
|
font-size: 14px;
|
font-family: PingFang SC;
|
font-weight: bold;
|
color: #333333;
|
text-align: center;
|
}
|
.text-2{
|
font-size: 20px;
|
font-family: PingFang SC;
|
font-weight: bold;
|
color: #333333;
|
text-align: center;
|
}
|
.amt-item{
|
text-align: center;
|
padding: 16px 0;
|
position: relative;
|
}
|
.amt-item::after{
|
content: '';
|
width: 0;
|
height: 24px;
|
border: 1rpx solid #CCCCCC;
|
position: absolute;
|
right: 0;
|
top: 24px;
|
}
|
.amt-item:last-child::after{
|
content: '';
|
display: none;
|
}
|
.rate-item{
|
display: flex;
|
justify-content: space-between;
|
margin-bottom: 14px;
|
}
|
.rate-name{
|
font-size: 12px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
}
|
.rate-number{
|
font-size: 12px;
|
font-family: PingFang SC;
|
font-weight: 500;
|
color: #666666;
|
}
|