1234567891011121314151617181920212223242526272829 |
- // 兼容笔记本
- @media screen and (max-width: 1300px) {
- .suggest-modal{
- .container{
- .introduce{
- width: 230px;
- }
- }
- .tips{
- .tips-wrap{
- width: 400px;
- }
- }
- }
- .big-modal {
- .left-side{
- width: 260px;
- }
- .right-side {
- width: 280px;
- .article-text{
- margin-bottom: 14px;
- }
- .article-title{
- margin-bottom: 8px;
- }
- }
- }
- }
|