123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224 |
- Page {
- width: 100%;
- /* height: 100%; */
- box-sizing: border-box;
- display: flex;
- flex-flow: column nowrap;
- justify-content: flex-start;
- align-items: center;
- background-color: #FFFFFF;
- /* padding-bottom: 150px; */
-
- }
- /* 头图的样式 */
- .top_img {
- width: 750rpx;
- /* height: 241px; */
- }
- .info{
- width: 690rpx;
- height: 236rpx;
- justify-content: space-between!important;
- }
- .info_left{
- width: 486rpx;
- height: 236rpx;
- justify-content: space-between!important;
- }
- .info_right{
- width: 204rpx;
- height: 236rpx;
- background-image: url(https://dy.shpr.top/welfareGo/price_bg.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- }
- .info_name{
- height: 25px;
- line-height: 25px;
- font-size: 24px;
- font-weight: bold;
- color: #444444;
- /* margin-top: 5px; */
- }
- .info_coupon_num{
- font-size: 12px;
- font-weight: 500;
- color: #A0A0A0;
- }
- .right_text{
- font-size: 12px;
- font-weight: 400;
- color: #A0A0A0;
- margin-right: 4px;
- }
- .right_icon{
- width: 13px;
- height: 13px;
- margin-right: 3px;
- }
- .info_right{
- align-items: center!important;
-
- }
- .info_right_top{
- height: 60rpx;
- font-size: 48rpx;
- font-weight: bold;
- /* color: #B01717; */
- margin-top: 54rpx;
- }
- .info_right_bottom{
- height: 30rpx;
- font-size: 24rpx;
- font-weight: 500;
- text-decoration: line-through;
- /* color: #B01717; */
- margin-top: 14rpx;
- }
- .bottom_title{
- width: 690rpx;
- margin: 70rpx auto 0;
- }
- .bottom_icon{
- width: 40rpx;
- height: 40rpx;
- }
- .bottom_tilte_text{
- height: 40rpx;
- line-height: 40rpx;
- font-size: 36rpx;
- font-weight: bold;
- color: #444444;
- margin-left: 16rpx;
- }
- .bottom_title_b{
- margin-top: 34rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #A0A0A0;
- margin-left: 56rpx;
- }
- .go_buy{
- width: 632rpx;
- height: 98rpx;
- line-height: 98rpx;
- font-size: 44rpx;
- font-weight: 500;
- color: #FFFFFF;
- background-color: #B01717;
- border-radius: 50rpx;
- text-align: center;
- }
- .bottom_button {
- width: 100%;
- height: 200rpx;
- position: fixed;
- bottom: 0;
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- z-index: 3;
- }
- .now_buy {
- width: 316px!important;
- height: 49px;
- line-height: 49px!important;
- border-radius: 25px;
- text-align: center;
- color: #fff;
- /* background-color: #B01717; */
- font-size: 22px;
- }
- .now_buy_button {
- background-color: #B01717;
- border-radius: 25px;
- color: #fff;
- width: 316px!important;
- text-align: center;
- font-size: 22px;
- }
- .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: 100;
- }
- .success_window{
- width: 328px;
- height: 227px;
- background-image: url(https://dy.shpr.top/welfareGo/window_info.png);
- background-repeat: no-repeat;
- background-size: 100% 100%;
- position: relative;
- z-index: 9999;
- align-items: center;
- }
- .w_title{
- height: 20px;
- font-size: 18px;
- font-weight: 700;
- color: #B01717;
- margin-top: 30px;
- }
- .w_name{
- margin-top:30px;
- }
- .w_text{
- margin-top: 8px;
- }
- .w_border{
- width: 300px;
- height: 1px;
- background: #A0A0A0;
- margin-top: 21px;
- }
- .w_go_order{
- width: 164px;
- height: 42px;
- background: #B01717;
- border-radius: 20px;
- text-align: center;
- color: #fff;
- line-height: 42px;
- margin-top: 20px;
- }
- .widow_del{
- width: 21px;
- height: 21px;
- margin-top:24px;
- }
- .info_all{
- width: 750rpx;
- height: 286rpx;
- margin-top: -50rpx;
- background-color: #FFFFFF;
- justify-content: center!important;
- border-top-left-radius: 40rpx;
- border-top-right-radius: 40rpx;
- align-items: flex-end;
- /* border-top:solid 1px #F08D8C; */
- position: relative;
- z-index: 2
- }
- .coupon_wrap {
- padding: 46rpx 0 0 0;
- }
|