12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- body {background-color:#F5F7FA;}
- /* 顶部楼盘 */
- .groupon_module {margin:0 auto;padding:10px 12px;background-color:#fff;}
- .groupon_module .groupon_img {position:relative;border-radius:5px;overflow:hidden;}
- .groupon_module .groupon_img .groupon_hot {
- position:absolute;top:9px;left:-18px;background-color:#FF4524;color:#fff;font-size:12px;padding:2px 23px;font-weight:600;
- transform:rotate(-45deg);
- -ms-transform:rotate(-45deg); /* IE 9 */
- -moz-transform:rotate(-45deg); /* Firefox */
- -webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
- -o-transform:rotate(-45deg); /* Opera */
- }
- .groupon_module .groupon_title {padding:15px 0px;font-size:1.1rem;border-bottom:1px solid #E9E9E9;color:#333;font-weight:600;}
- .groupon_module .groupon_end {padding:8px 0;position:relative;}
- .groupon_module .groupon_end p {line-height:35px;font-size:0.95rem;}
- .groupon_module .groupon_end p.price span {color:#FD4E5F;font-weight:600;font-size:1.4rem;}
- .groupon_module .groupon_end .groupon_btn {position:absolute;top:50%;right:0px;background-color:#FF5835;padding:8px 15px;border-radius:5px;margin-top:-1.5rem;}
- .groupon_module .groupon_end .groupon_btn a {color:#fff;font-size:0.9rem;}
- .groupon_module .groupon_apply {position:absolute;bottom:0px;right:0px;font-size:0.8rem;padding:4px 0px;border-radius:10px;}
- .groupon_module .groupon_apply span {display:inline-block;padding:0 3px;color:#FF4927;font-size:0.9rem;}
- /* 团购详情内容 */
- .details_conter {margin-top:20px;background-color:#fff;}
- .details_conter .details_title {background-color:#535D63;color:#fff;padding:8px 0 8px 10px;font-size:1.1rem;}
- .flow {padding:15px 10px;}
- .flow .flow_title span{font-size:1.1rem;border-left:5px solid #288FEE;padding-left:5px;}
- .flow .module_order {padding:20px 0;}
- .flow .module_order ul li {text-align:center;display:inline-block;width:19%;}
- .flow .module_order ul li .label img {display:block;width:65%;margin:0 auto;}
- .flow .module_order ul li p {font-size:0.7rem;line-height:30px;}
- .flow .module_order ul li .serial_label img {display:block;width:40%;margin:0 auto;}
- .module_order .wire {width:85%;margin:-0.9rem auto 0;}
- .module_order .wire i {display:block;height:1px;background-color:#f9f0dd;}
- .mt-20 {margin-top:20px;}
- .content {padding:5px;}
- .content .red {text-align:center;color:red;padding:10px 0;}
- .content img {display:block;width:100%;}
- /*媒体查询*/
- @media (max-width: 320px){
- .groupon_module .groupon_title {padding:10px 0;line-height:27px;}
- .flow .module_order ul {padding-left:5px;}
- .flow .module_order ul li {width:18%;}
- .flow .module_order ul li p {font-size:0.6rem;}
- .module_order .wire {margin:-0.7rem auto 0;width:78%;}
- }
|