123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287 |
- .submitPage{
- width: 100%;
- height: 100%;
- background-color: #F5F5F5;
- }
- .submitadress{
- width: 703rpx;
- height: 413rpx;
- background: #ffffff;
- border-radius: 25rpx;
- margin: auto;
- margin-top: 16rpx;
- }
- .autoFill{
- width: 158rpx;
- height: 39rpx;
- border: 2rpx solid #afd250;
- border-radius: 10rpx;
- text-align: center;
- margin-right: 24rpx;
- color: #AFD250;
- margin-top: 5rpx;
- }
- .detail_center {
- width: 709rpx;
- /* min-height: 420rpx; */
- background: #ffffff;
- border-radius: 25rpx;
- margin: auto;
- margin-top: 19rpx;
- padding-bottom: 35rpx;
- }
- .coupon_sum{
- /* width: 127rpx; */
- height: 36rpx;
- background: #ffffff;
- border: 2rpx solid #d65065;
- border-radius: 20rpx;
- font-size: 24rpx;
- font-weight: 400;
- text-align: center;
- color: #d65065;
- padding-left: 10rpx;
- padding-right: 10rpx;
- margin-right: 16rpx;
- }
- .detail_stroe {
- width: 100%;
- height: 65rpx;
- justify-content: space-between;
- margin-top: 19rpx;
- align-items: center;
- text-align: center;
- line-height: 65rpx;
- margin-top: 19rpx;
- }
- .detail_stroe_name {
- font-size: 32rpx;
- font-weight: 700;
- text-align: center;
- color: #000000;
- margin-left: 25rpx;
- margin-top: 26rpx;
- }
- .sosoinput{
- width: 180rpx;
- }
- .for_detail_good {
- /* max-height: 325rpx; */
- max-height: 372rpx;
- width: 100%;
- display: flex;
- flex-flow: column nowrap;
- justify-content: flex-start;
- align-items: flex-start;
- margin-top: 48rpx;
- margin-left: 25rpx;
- margin-top: 48rpx;
- overflow-y: auto;
- }
- .coupon_have{
- /* color: #979797;
- font-size: 24rpx; */
- font-size: 24rpx;
- font-weight: 400;
- line-height: 0px;
- color: #AFD250;
- opacity: 1;
- margin-right: 20rpx;
- }
- /* 滚动条消失术 */
- .for_detail_good::-webkit-scrollbar {
- display: none;
- }
- .for_detail_good.fold {
- max-height: 325rpx;
- overflow: hidden;
- }
- .for_detail_good_title {
- /* width: 204px; */
- height: 37rpx;
- font-size: 28rpx;
- font-weight: 700;
- text-align: left;
- color: #000000;
- }
- .goods_detail {
- justify-content: space-between !important;
- width: 700rpx;
- }
- .for_detail_good_price {
- font-size: 32rpx;
- font-weight: 700;
- text-align: left;
- color: #afd250;
- margin-right: 61rpx;
- }
- .hide{
- display: none !important;
- }
- .combo_detail {
- width: 248px;
- height: 32rpx;
- font-size: 24rpx;
- font-weight: 400;
- text-align: left;
- color: #9b9b9b;
- display: inline-block;
- margin-top: 10rpx;
- }
- .exten-flod {
- width: 220rpx;
- height: 58rpx;
- background: #ffffff;
- border: 2rpx solid #d8d8d8;
- border-radius: 8rpx;
- margin: auto;
- text-align: center;
- line-height: 58rpx;
- margin-top: 39rpx;
- display: flex;
- flex-flow: row nowrap;
- justify-content: center;
- align-items: center;
- font-size: 24rpx;
- font-weight: 400;
- color: #6b6b6b;
- }
- .coupon{
- width: 100%;
- height: 33rpx;
- margin-top: 30rpx;
- padding-bottom: 20rpx;
-
- }
- .all_price{
- width: 100%;
- height: 41rpx;
- justify-content: flex-end;
- align-items: center;
- margin-top: 23.5rpx;
- /* margin-bottom: 35rpx; */
- }
- .invoice{
- width: 703rpx;
- height: 86rpx;
- background: #ffffff;
- border-radius: 25rpx;
- margin: auto;
- margin-top: 18rpx;
- justify-content: space-between;
- }
- .allSum{
- width: 100%;
- height: 141rpx;
- /* border-radius: 41px; */
- background: #ffffff;
- justify-content: space-between;
- position: fixed;
- bottom: 20rpx;
- left: 0rpx;
- z-index: 100;
- }
- .submit_pay{
- width: 207rpx;
- height: 81rpx;
- background: #afd250;
- border-radius: 41rpx;
- text-align: center;
- line-height: 81rpx;
- color: #ffffff;
- margin-right: 23rpx;
- }.bg-zindex{
- position: fixed;
- width: 100%;
- height: 100%;
- top: 0;
- background: rgba(0, 0, 0, 0.8);
- display: flex;
- justify-content: center;
- align-items: center;
- flex-direction: column;
- z-index: 999;
- }
- .success_window{
- width: 328px;
- height: 227px;
- background: #FFFFFF;
- border-radius: 20rpx;
- position: relative;
- z-index: 9999;
- align-items: center;
- }
-
- .w_title{
- font-size: 36rpx;
- font-weight: 600;
- color: #444444;
- margin-top: 27px;
- }
-
- .w_text{
- margin-top: 50px;
- width: 300px;
- height: 50rpx;
- }
-
- .hsay_text{
- margin-top: 8px;
- font-size: 12px;
- font-weight: 500;
- color: #444444;
- }
- .w_border{
- width: 300px;
- height: 1px;
- background: #A0A0A0;
- margin-top: 16px;
- }
- .w_go_order{
- font-size: 18px;
- font-weight: 500;
- color: #444444;
- margin-top: 32rpx;
- }
-
- .w_button{
- width: 300px;
- height: 70px;
- }
- .w_go_order{
- width: 150px;
- text-align: center;
- }
|