| 1234567891011121314151617181920212223242526272829303132333435363738 |
- page{
- background-color: #F5F5F5;
- }
- .input-class{
- text-align: left !important;
- height: 100px !important;
- }
- .van-field__label{
- color: #2E3853 !important;
- }
- .van-cell__title{
- color: #2E3853 !important;
- }
- .inputStyle{
- white-space:nowrap !important;
- }
- .van-cell__value{
- color: #95A8CB !important;
- }
- .van-field__input{
- color: #95A8CB !important;
- }
- .van-field__word-limit{
- color: #95A8CB !important;
- }
-
-
- .bottom-class-1{
- background:#fff;
- position:fixed;
- bottom:0;
- width:100%;
- height: 182rpx;
- border-top:1px solid #efefef;
- z-index: 7;
- box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
- border-radius: 30rpx 30rpx 0rpx 0rpx;
- }
|