12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- .van-field {
- font-size: 14px;
- }
- .van-nav-bar {
- background-color: #36a7f3!important;
- }
- .van-nav-bar__title {
- color: #fff!important;
- }
- .van-badge__wrapper {
- color: #fff!important;
- }
- .miniTitle,
- .title {
- height: 40px;
- line-height: 40px;
- color: #36a7f3;
- }
- .title {
- font-size: 24px;
- font-weight: 700;
- padding-left: 20px;
- border-bottom: 1px solid #eee;
- margin-top: 5px;
- }
- .miniTitle {
- font-size: 18px;
- }
- .formArea {
- padding: 0px 20px;
- }
- .formArea .van-cell-group .van-field__label {
- height: 35px;
- line-height: 35px;
- font-size: 16px;
- }
- .formArea .van-badge__wrapper {
- color: #999999!important;
- }
- .subbtn {
- margin: 20px;
- text-align: center;
- }
- .subbtn .van-button {
- width: 40%;
- margin: 5px;
- }
|