123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175 |
- .container-view {
- /* padding: 24rpx 32rpx; */
- }
- .order-type-view{
- padding: 32rpx;
- height: 96rpx;
- margin-bottom: 20rpx;
- background: #FFFFFF;
- align-items: center;
- }
- .car-model-list{
- position: relative;
- font-family: PingFangSC, PingFang SC;
- font-weight: 600;
- font-size: 40rpx;
- color: #060809;
- }
- .car-model-text{
- width: 260rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .package-type-list{
- font-family: PingFangSC, PingFang SC;
- font-weight: 500;
- font-size: 32rpx;
- color: #9FA7B7;
- position: relative;
- }
- .package-type-list-i{
- color: #0D52FC;
- }
- .right-button-icon{
- width: 16rpx;
- height: 12rpx;
- position: absolute;
- bottom: -8rpx;
- right: -15rpx;
- }
- .right-corner-icon{
- width: 14rpx;
- height: 14rpx;
- position: absolute;
- bottom: 9rpx;
- right: -22rpx;
- }
- .order-card {
- border-radius: 32rpx;
- background-color: #FFFFFF;
- padding: 36rpx 32rpx;
- margin-bottom: 24rpx;
- margin:0 24rpx 24rpx;
- }
- .card-top {
- justify-content: space-between;
- align-items: center;
- margin-bottom: 28rpx;
- }
- .card-top>view:nth-of-type(1) {
- color: #2A3A5A;
- font-size: 36rpx;
- font-weight: bold;
- width: 460rpx;
- text-overflow: ellipsis;
- overflow: hidden;
- white-space: nowrap;
- }
- .card-border {
- width: 622rpx;
- height: 2rpx;
- background-color: #F4F5F6;
- }
- .card-bottom {
- margin-top: 32rpx;
- }
- .bottom-item {
- margin-bottom: 14rpx;
- }
- .price-text {
- color: #2A3A5A;
- font-weight: bold;
- margin-left: 12rpx;
- }
- .price-text>text {
- font-size: 44rpx;
- }
- .card {
- text-align: center;
- font-size: 26rpx;
- height: 44rpx;
- line-height: 44rpx;
- border-radius: 22rpx;
- padding-left: 20rpx;
- padding-right: 20rpx;
- }
- .card-b {
- color: #0074FF;
- font-weight: bold;
- background-color: #E5F1FF;
- }
- .card-r {
- color: #F95151;
- font-weight: bold;
- background-color: #FEEDED;
- }
- .card-k {
- color: #5E6F90;
- background-color: #F3F8FF;
- }
- .bottom-item{
- flex-direction: column;
- }
- .item-label-view{
- margin-bottom: 32rpx;
- }
- .item-label{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 28rpx;
- margin-right: 32rpx;
- color: #9FA7B7;
- }
- .item-value{
- font-family: Futura, Futura;
- font-weight: 500;
- font-size: 30rpx;
- color: #060809;
- }
- .button-config-view{
- display: flex;
- color: #5E6F90;
- font-size: 28rpx;
- justify-content: flex-end;
- flex-wrap: wrap;
- align-items: flex-end;
- flex-direction: column;
- }
- .return-money{
- margin-right: 16rpx;
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 30rpx;
- color: #FA2918;
- }
- .order-money{
- font-family: PingFangSC, PingFang SC;
- font-weight: 400;
- font-size: 30rpx;
- color: #060809;
- display: flex;
- margin-bottom: 32rpx;
- }
- .activation-btn{
- width: 180rpx;
- height: 64rpx;
- background: #060809;
- border-radius: 32rpx;
- font-family: AlibabaPuHuiTiM;
- font-size: 28rpx;
- color: #FFFFFF;
- line-height: 64rpx;
- text-align: center;
- }
|