@charset "UTF-8"; /* Author XGQ * 2019-12-28 */ .box { justify-content: center; } .background_img { background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis00.png); background-size: 100% 100%; } .top_name { display: flex; justify-content: center; padding: 60upx 50upx 20upx 50upx; } .top_name_img{ width: 17%; } .top_name_img image{ width: 80upx; height: 80upx; border-radius: 50%; } .top_name_text{ width: 80%; font-size: 30upx; color: #FFFFFF; padding-top: 18upx; } .top_title{ display: flex; justify-content: center; margin-top: 40upx; color: #FFFFFF; font-size: 35upx; } .top_title_img { display: flex; flex-direction: column; align-items: center; justify-content: center; } .top_title_img image { width: 447upx; height: 380upx; padding-top: 50upx; padding-bottom: 30upx; } .top_title_img text { font-size: 25upx; color: #FFFFFF; } .top_button_img { display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; margin-top: 50upx; margin-bottom: 50upx; } .top_button_img text { font-size: 40upx; color: #D01119; background-image: url(https://mshopimg.yolipai.net/miniapp/images/giftbag/assis02.png); background-size: cover; width: 443upx; height: 83upx; line-height: 70upx; } .content_title_box { display: flex; justify-content: center; border-bottom: 1upx dashed #FFFFFF; margin: 0upx 20upx 30upx 20upx; } .content_title_title { width: 31%; text-align: center; color: #FFFFFF; font-size: 27upx; padding-bottom: 20upx; } .content_box { display: flex; justify-content: center; margin-top: 10upx; } .content_box_gift { width: 60%; font-size: 25upx; color: #FFFFFF; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; overflow: hidden; } .content_box_remark { font-size: 25upx; color: #FFFFFF; text-decoration:underline; } .foot_load{ display: flex; justify-content: center; font-size: 25upx; color: #FFFFFF; margin-top: 50upx; } .foot_receive{ display: flex; justify-content: center; font-size: 25upx; color: #FFFFFF; margin-top: 30upx; margin-bottom: 30upx; } .font_color{ color: #B9B5B5; text-decoration:underline; }