123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- .home {
- margin: 0 40rpx;
- margin-top: 40rpx;
- }
- van-button {
- color: white;
- text-align: center;
- margin: 0 60rpx;
- }
- .van-button--default {
- background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
- color: white !important;
- }
- .van-field__input {
- background: #F4F4F4 !important;
- }
- button:not([size='mini']) {
- width: 550rpx !important;
- }
- .van-radio__icon--round {
- display: none !important;
- }
- .van-radio__label {
- background: red;
- padding: 0 70rpx;
- }
- .parameter-wrap {
- margin-left: 20rpx;
- }
- .checked_parameter {
- background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
- color: white;
- }
- .parameter-info {
- width: 232rpx;
- background: #FFF0ED;
- border-radius: 10rpx;
- display: inline-block;
- text-align: center;
- padding: 10rpx 0;
- }
- .parameter-info:first-child {
- margin-right: 10rpx;
- }
- .fwb {
- display: flex;
- font-size: 28rpx;
- margin-top: 40rpx;
- flex-direction: column;
- }
- .error {
- font-size: 24rpx;
- color: #EE0A24;
- background: white;
- }
- .noerror {
- display: none !important;
- }
- .time {
- margin-left: 18rpx;
- font-size: 28rpx;
- color: #808080;
- background: #F4F4F4;
- width: 452rpx;
- padding: 0 10rpx;
- }
- .weui-input {
- margin-left: 20rpx;
- background: #F4F4F4;
- /* width: 474rpx; */
- }
- .weui-input input {
- height: 60rpx;
- }
- .van-icon-circle {
- color: #EE0A24;
- /* margin-top: 30rpx; */
- }
- .xingbie {
- margin-left: 10rpx;
- width: 90%;
- display: inline-block;
- }
- .red-image {
- margin-top: 10rpx;
- display: flex;
-
- }
- input {
- height: 40rpx;
- }
- .moreTitle {
- width: 600rpx;
- }
- textarea {
- background: rgba(244, 244, 244, 1);
- border-radius: 10px;
- border: 1rpx solid rgba(244, 244, 244, 1);
- width: 100%;
- height: 194rpx;
- margin-top: 20rpx;
- }
- .fwt {
- display: flex;
- font-size: 28rpx;
- margin-top: 40rpx;
- }
- .flex-flex {
- display: flex;
- flex-direction: column;
- }
- .big-vover {
- z-index: 999;
- }
- .weui-input radio {
- display: none;
- }
- .weui-input checkbox {
- display: none;
- }
- .checkboxbox {
- background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
- color: white !important;
- }
- .my-choosebox {
- /* color: rgba(51, 51, 51, 1);
- width: 200rpx;
- padding: 10rpx 80rpx;
- background: #FFF0ED;
- margin: 10rpx;
- line-height: 80rpx;
- border-radius: 10rpx; */
- color: rgba(51, 51, 51, 1);
- width: 300rpx;
- padding: 10rpx 20rpx;
- background: #FFF0ED;
- margin: 20rpx;
- border-radius: 10rpx;
- display: block;
- text-align: center;
- }
|