123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- .continue{
- background: #f2f2f2;
- min-height: 100vh;
- .form-index{
- background: #fff;
- }
- }
- .page-section {
- /* position: absolute; */
- /* height:200px; */
- width: 100%;
- }
- .form-index{
- .form-btn{
- padding:20px 28px 10px 26px;
- }
- }
- // .form-index .van-cell {
- // padding: 5px 16px 8px 16px !important;
- // display: block !important;
- // }
- .form-index .van-field__body {
- /* display: block!important;
- width: 100%!important; */
- }
- // .form-index .van-field__label {
- // color: #909399 !important;
- // font-size: 12px !important;
- // line-height: 20px !important;
- // margin: 0 0 2px 0 !important;
- // }
- .form-index .van-field__control {
- color: #409EFF;
- font-size: 15px !important;
- font-weight: 600 !important;
- height: 30px !important;
- line-height: 30px !important;
- &::-webkit-input-placeholder,
- &::-moz-placeholder,
- &::-moz-placeholder,
- &::-ms-input-placeholder {
- color: #303133 !important;
- font-size: 14px !important;
- font-weight: lighter;
- }
- }
- // .popup-container {
- // position: relative;
- // height: calc(100vh - 66px);
- // .popup-radio {
- // padding: 12px 0 0 0;
- // position: relative;
- // height: calc(100vh - 66px);
- // .popup-radio-item {
- // color: #000;
- // font-size: 15px;
- // font-weight: bold;
- // line-height: 38px;
- // text-align: center;
- // &.selected {
- // color: #409EFF;
- // }
- // }
- // }
- // .popup-checkbox {
- // padding: 0 16px 0 16px;
- // box-sizing: border-box;
- // position: relative;
- // height: calc(100vh - 66px);
- // .msgTitle {
- // background: #67C23A;
- // font-size: 12px;
- // text-align: center;
- // height: 30px;
- // line-height: 26px;
- // color: #fff;
- // margin: 0 -16px 20px -16px;
- // }
- // .popup-checkbox-item {
- // color: #000;
- // font-size: 15px;
- // font-weight: bold;
- // line-height: 38px;
- // background: rgb(244, 244, 245);
- // padding: 6px 12px;
- // margin: 0 0 10px 0;
- // border-radius: 7px;
- // border: 1px solid rgb(244, 244, 245);
- // display: flex;
- // &.selected {
- // color: #409EFF;
- // border: 1px solid #409EFF;
- // }
- // .popup-checkbox-label {
- // flex: 5;
- // }
- // .popup-checkbox-icon {
- // width: 20px;
- // height: 20px;
- // line-height: 20px;
- // display: block;
- // border-radius: 50%;
- // overflow: hidden;
- // margin: 10px 0 0 0;
- // }
- // }
- // }
- // .popup-time {
- // position: relative;
- // height: calc(100vh - 66px);
- // }
- // }
- // .popup-city {
- // height: calc(100vh - 66px);
- // overflow: hidden;
- // }
- .van-calendar__header-title {}
|