.header{ height: 296rpx; overflow: hidden; background: url(../../static/img/myCars-header-bg.png) no-repeat; background-size: contain; color: $my-main-color; } .header .header-title{ margin-top: 80rpx; color: #fff; font-size: 50rpx; text-align: center; } .statistics{ margin: -78rpx 0 59rpx; background-color: #fff; box-shadow: 0px 6rpx 10px 0px rgba(0, 0, 0, 0.06); border-radius: 15rpx; height: 182rpx; display: flex; align-items: center; justify-content: center; color: #323232; } .statistics-title{ font-size: 60rpx; letter-spacing: 2rpx; } .statistics-center{ width: 4rpx; height: 106rpx; margin: 0 103rpx; box-shadow: 0px 6rpx 10rpx 0rx rgba(0, 0, 0, 0.06); opacity: 0.5; border: 1px solid #979797; } .statistics-number-wrap{ font-size: 28rpx; } .statistics-number-wrap .number{ margin-right: 4rpx; font-size: 72rpx; } .add-car-btn{ height: 100rpx; line-height: 100rpx; background: #008CFF; color: #fff;; font-size: 28rpx; text-align: center; box-shadow: 0px 7rpx 13rpx 0px rgba(16, 153, 250, 0.31); border-radius: 10rpx; margin-bottom: 50rpx; } .new-plate-number{ margin-bottom: 70rpx; } .message-input-wrap{ margin: 0 -40rpx; } .message-input-wrap /deep/ .u-input ~ uni-view:last-of-type .u-char-item{ background-color: #E8FFE8; } .mycars-item{ display: flex; align-items: center; height: 111rpx; border-bottom: 1px solid #EAEAEA; } .mycars-item-name{ // margin-right: 43rpx; width: 258rpx; font-size: 36rpx; color: #4B4B4B; } .mycars-item-type{ font-size: 26rpx; color: #959595; } .mycars-item-sign{ line-height: 40rpx; text-align: center; border-radius: 5rpx; color: #fff; font-size: 22rpx; padding: 0 15rpx; border: solid 1px #FF6D6D; background-color: #FF6D6D; margin-left: 40rpx; } .mycars-item-sign1{ line-height: 40rpx; text-align: center; border-radius: 5rpx; color: #fff; font-size: 22rpx; padding: 0 15rpx; border: solid 1px #D8D8D8; background-color: #D8D8D8; margin-left: 40rpx; } .mycars-item-tool{ flex: 1; font-size: 22rpx; color: #C9C9C9; text-align: right; } .mycars-item-tool .default{ display: inline-block; box-sizing: border-box; // width: 75rpx; height:38rpx; line-height: 34rpx; border-radius: 5rpx; border: 1px solid #E3E3E3; text-align: center; margin-right: 17rpx; font-size: 18rpx; color: #CDCDCD; } .mycars-item-tool .default.isDefault{ background-color: #FFEEE3; border-color: #FFEEE3; color: #FA6400; }