123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147 |
- 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: 375px;
- /* height: 241px; */
- }
- .info{
- width: 345px;
- height: 118px;
- justify-content: space-between!important;
- }
- .info_left{
- width: 243px;
- height: 118px;
- justify-content: space-between!important;
- }
- .info_right{
- width: 102px;
- height: 118px;
- 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: 2px;
- }
- .right_icon{
- width: 13px;
- height: 13px;
- margin-right: 3px;
- }
- .info_right{
- align-items: center!important;
-
- }
- .info_right_top{
- height: 30px;
- font-size: 28px;
- font-weight: bold;
- color: #B01717;
- margin-top: 24px;
- }
- .info_right_bottom{
- height: 15px;
- font-size: 12px;
- font-weight: 500;
- text-decoration: line-through;
- color: #B01717;
- margin-top: 8px;
- }
- .bottom_title{
- width: 345px;
- margin-top: 35px;
- }
- .bottom_icon{
- width: 20px;
- height: 20px;
- }
- .bottom_tilte_text{
- height: 20px;
- line-height: 20px;
- font-size: 18px;
- font-weight: bold;
- color: #444444;
- margin-left: 8px;
- }
- .bottom_title_b{
- margin-top: 17px;
- font-size: 14px;
- font-weight: 500;
- color: #A0A0A0;
- margin-left: 28px;
- }
- .go_buy{
- width: 316px;
- height: 49px;
- line-height: 49px;
- font-size: 22px;
- font-weight: 500;
- color: #FFFFFF;
- background-color: #B01717;
- border-radius: 25px;
- text-align: center;
- position: fixed;
- bottom: 50px;
- }
- .bottom_button {
- width: 100%;
- height: 200rpx;
- position: fixed;
- bottom: 0;
- background-color: #fff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .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;
- }
|