/* pages/order/index.wxss */ .center { text-align: center; } .van-button--primary { background-color: rgb(15, 179, 123) !important; border-color:rgb(15, 179, 123) !important; } .my-swipe { width: 100%; z-index: 1; height: 185px; } .my-swipe .img { width: 100%; } .wx-swiper-dots { margin-bottom: 20px; } .box { box-sizing: border-box; width: 100%; min-height: 60vh; background-color: #ffffff; border-radius: 20px 20px 0 0; position: absolute; top: 185px; left: 0; z-index: 0; box-shadow: 0 -2px 2px rgba(0, 0, 0, 0.1); padding: 0 15px 80px 15px; } .box .h3 { font-size: 16px; padding: 15px 0; } .box .h3 .small { font-size: 12px; color: rgb(255, 0, 0); font-weight: normal; } .box .h3 .small2 { font-size: 12px; color: #afa8a8; font-weight: normal; } .box .h3 .span { font-size: 14px; color: #ccc; font-weight: normal; float: right; } .box .input-box { position: relative; margin-bottom: 10px; } .box .input-box .my-input { box-sizing: border-box; width: 100%; height: 44px; line-height: 44px; border: 0; border-radius: 5px; box-shadow: 0 1px 2px 2px rgba(15, 179, 123, 0.1); padding-left: 25px; font-size: 18px; font-weight: bold; color:red; } .box .input-box .input-left, .input-right { position: absolute; top: 0; z-index: 999; line-height: 44px; font-size: 12px; color: red; } .box .input-box .input-left { left: 10px; font-weight: bold; line-height: 46px; } .box .input-box .input-right { right: 10px; color: #999; } .box .gas .van-button { line-height: 1.5em; border-radius: 3px; margin-bottom: 10px; height: 54px; } .box .gas .van-button .p { font-size: 9px; margin-block: 0; } .box .gas .van-button--default { background-color: #eee; color: rgb(102,101,104); } .box .btn-money .van-button { border: 0; box-shadow: 0 1px 2px 2px rgba(15, 179, 123, 0.1); color: rgb(168, 170, 170); height: 40px; } .box .tips { padding: 10px; color: rgb(240, 180, 80); } .box .tips van-icon { vertical-align: middle; } .box .tips .span { font-size: 14px; } .box .van-popup { box-sizing: border-box; padding: 10px 20px 0 20px; top: 20vh; } .van-goods-action { position: fixed; right: 0; bottom: 0; left: 0; display: flex; align-items: center; box-sizing: content-box; height: 80px; padding: 0 15px; background-color: #fff; } /* ---弹窗css--- */ .modal-mask { width: 100%; height: 100%; position: fixed; top: 0; left: 0; background: #000; opacity: 0.5; overflow: hidden; color: #fff; } .modal-dialog { width: 72%; position: absolute; top: 30%; left: 14%; background: #fff; border-radius: 12rpx; } .modal-content{ text-align: center; } .modal-content .show{ width: 450rpx; height: 323rpx; display: block; margin: 0 auto; margin-top: -118rpx; z-index: 10000; } .iconWx{ width:52rpx; height: 41rpx; padding-right: 20rpx; } .iconPhone{ width:56rpx; height: 56rpx; padding-right: 15rpx; } .modal-content view:nth-of-type(2){ font-size: 38rpx; color: #333333; line-height: 1; } .modal-content view:nth-of-type(3){ font-size: 26rpx; color: #9c9c9c; margin: 18rpx 0 29rpx; line-height: 1; } .modal-content button:nth-of-type(1){ width: 80%; height: 80rpx; border-radius: 60rpx; margin: 0 auto 80rpx; font-size: 30rpx; color: #fff; background: #31cc32; display: flex; flex-direction: row; align-items: center; justify-content: center; padding: 0; box-sizing: border-box; } .modal-content button:nth-of-type(1)::after{ border: none; } .modal-content .wxLogin{ font-size: 26rpx; color: #424242; display: flex; flex-direction: row; align-items: center; justify-content: center; margin: 38rpx 0 80rpx; } button::after{ border: none; } .mask_layer { width: 100%; height: 100%; position: fixed; z-index: 999; left:0;top:0; background: #000; opacity: 0.5; overflow: hidden; } .modal_box { width: 76%; overflow: hidden; position: fixed; top: 50%; left: 0; z-index: 1001; background: #fafafa; margin: -150px 12% 0 12%; border-radius: 3px; } .title { padding: 15px; text-align: center; background-color: gazure; } .content { overflow-y: scroll; /*超出父盒子高度可滚动*/ } .input_show1{ margin: 0 auto; width: 80%; margin-left: 10%; font-size: 32rpx; text-align: center; } .btn1 { width: 100%; margin-top: 65rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; background-color: white; } .btn2 { width: 100%; margin-top: 65rpx; display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; background-color: white; } .cancel { width: 100%; padding: 10px; text-align: center; color: black; } .Sure { width: 100%; padding: 10px; color: #44b549; background-color: white; border-left: 1px solid #d0d0d0; text-align: center; } .modalMsg { text-align: center; margin-top: 45rpx; display: block; }