123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213 |
- .submitPage{
- width: 100%;
- height: 100%;
- }
- .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: 620rpx;
- background: #ffffff;
- border-radius: 25rpx;
- margin: auto;
- margin-top: 19rpx;
- }
- .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;
- }
- /* 滚动条消失术 */
- .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;
-
- }
- .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;
- }
|