.main { background: #fff; width: 100%; margin-top: 40px; } .title_top_view { width: 100%; display: flex; background: white; position: fixed; height: 40px; top: 0px; z-index: 1; } .title_scroll { width: 100%; /*可以滚动 */ white-space: nowrap; display: inline-block; } /*隐藏Scrollview滚动条 */ ::-webkit-scrollbar { width: 0; height: 0; color: transparent; } .scroll_title_label { height: 40px; width: 25%; text-align: center; line-height: 40px; border: 1px; font-size: 13px; color: #494949; border-bottom: 2px; border-color: #ff5e5e; } .title_text { font-size: 13px; padding-top: 10px; padding-bottom: 7px; } .content_line { display: flex; padding-top: 10px; padding-right: 10px; padding-left: 10px; } .content_front { font-size: 13px; color: #222; word-wrap: break-word; margin-left: 5px; height: 20px; line-height: 20px; text-align:left; } .content_after { height: 20px; line-height: 20px; font-size: 12px; color: #666; text-align:left; margin-left: 5px; display: -webkit-box; overflow: hidden; text-overflow: ellipsis; word-break: break-all; -webkit-box-orient: vertical; -webkit-line-clamp: 1; } .other_line { display: flex; width: calc(100%-20); background: #f5f5f5; margin-top: 10px; border-radius: 4px; padding-top: 5px; padding-bottom: 5px; margin-left: 10px; padding-left: 10px; padding-right: 10px; min-height: 57px; margin-right: 10px; } .other_text { font-size: 13px; margin-left: 5px; color: #666; } .fuzhu_check { font-size: 12px; color: #999; background: #f5f5f5; padding-left: 15px; height: 30px; line-height: 30px; } .fuzhu_other_text { font-size: 13px; color: #666; background:#fff; padding-left: 10px; padding-right: 10px; padding-top: 5px; padding-bottom: 5px; min-height:30px; } /* 模板--遮罩 */ .mask_subscribe_bg1{ position:fixed; width:100%; height:100%; top:0px; background:rgba(0,0,0,0.4); overflow: hidden; } .mask_subscribe_content1{ /* width: 90%;*/ margin:35% auto; overflow: hidden; background-color: #fff; border-radius: 4px; padding-bottom: 20px; width: 280px; min-height: 180px; font-size: 14px; color: #333333; } .mask_subscribe_title1 { width: 100%; text-align: center; margin-top: 30px; font-size: 20px; color: #333333; letter-spacing: 0; line-height: 20px; font-family: PingFang-SC-Medium; } .mask_subscribe_time1 { margin-top: 30px; margin-left: 40px; margin-right: 15px; } .mask_subscribe_content_text1 { color: #666666; } .mask_subscribe_content_closeBtn1 { font-size: 14px; color: #FFFFFF; background: #48C17B; border-radius: 100px; width: 160px; height: 32px; margin-top: 50px; text-align: center; margin-left: calc(50% - 80px); line-height: 32px; }