1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .hover-c {
- opacity: .5
- }
- .body,
- page {
- height: 100%
- }
- .body {
- overflow: auto
- }
- .carinput {
- margin-top: 74upx;
- display: flex;
- flex-direction: column;
- padding-left: 40upx;
- padding-right: 40upx
- }
- .carinput-title {
- font-size: 30upx;
- color: #333333;
- line-height: 1;
- margin-bottom: 90upx
- }
- .carinput-input {
- display: flex;
- justify-content: center
- }
- .carinput-input-i {
- width: 50upx;
- border-bottom-width: 2upx !important;
- border-bottom-style: solid;
- border-bottom-color: #BCBCBC;
- font-size: 36upx;
- color: #333333;
- line-height: 1;
- margin-right: 12upx;
- padding-bottom: 7upx;
- text-align: center
- }
- .carinput-input-i:nth-last-child(1) {
- margin-right: 0
- }
- .carinput-input .input-active {
- border-bottom-width: 2upx !important;
- border-bottom-style: solid;
- border-bottom-color: #23CCAB;
- color: #23CCAB
- }
- .carinput-power {
- height: 90upx;
- display: flex;
- justify-content: flex-end
- }
- .carinput-power .checkbox-g {
- display: flex;
- justify-content: center;
- align-items: center
- }
- .carinput-power .checkbox {
- margin-right: 92upx;
- font-size: 28upx;
- color: #999999;
- line-height: 1
- }
- .carinput-power .checkbox checkbox {
- transform: scale(.6) translateY(-2px);
- margin-right: 0
- }
- .card-btn {
- margin-top: 40upx
- }
- .card-btn .btn {
- width: 324upx;
- height: 80upx
- }
|