123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150 |
- .home {
- margin: 0 40rpx;
- margin-top: 40rpx;
- position: relative;
- }
- van-button {
- color: white;
- text-align: center;
- margin: 0 60rpx;
- }
- .submit_button{
- background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
- color: white !important;
- }
- .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;
- }
- .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 {
- /* padding-left: 20rpx; */
- /* margin-left: 20rpx; */
- background: #F4F4F4;
- width: 474rpx;
- height: 60rpx;
- }
- .weui-input input{
- margin-left: 20rpx;
- height: 60rpx;
- }
- .van-icon-circle {
- color: #EE0A24;
- }
- .xingbie {
- margin-left: 10rpx;
- width: 160rpx;
- line-height: 60rpx;
- }
- .red-image {
- vertical-align: text-bottom;
- margin-top: 10rpx;
- }
- input {
- height: 40rpx;
- }
- radio {
- display: none;
- }
- .my-choosebox {
- color: rgba(51, 51, 51, 1);
- width: 200rpx;
- padding: 10rpx 80rpx;
- background: #FFF0ED;
- margin: 0 10rpx;
- border-radius: 10rpx;
- }
- .checkboxbox {
- background: linear-gradient(90deg, rgba(215, 47, 29, 1), rgba(249, 157, 48, 1)) !important;
- color: white !important;
- }
- .aaa{
- color: black;
- line-height: 60rpx;
- padding-left: 20rpx;
- width: 454rpx;
- }
- .needAuth{
- position: fixed;
- bottom: 200rpx;
- }
- .needAuth1{
- width:100%;
- text-align: center;
- font-size:26rpx;
- padding-top:10rpx;
- }
|