/* pages/sonTopic/sonTopic.wxss */ /* .topic .topicTable { display: flex; } .topic .topicTable .topicItem { flex: 1; padding: 5px 10px; } */ .topTable { display: flex; margin-bottom: 10px; } .topTable .topicTable { flex: 1; white-space: nowrap; } .topTable .topicTable .topicItem { padding: 5px 0 5px 5px; } .topic .itemView, .topic .mainTitle{ padding: 5px 10px; } .topic .mainTitle{ font-size: 18px; font-weight: 400; border-bottom-color:red; } .show{ display: inline-block; /* border: 1rpx solid #e2dd52; color: #e2dd52; */ border: 1rpx solid #1989fa; color: #1989fa; width: var(--tips-btn); height: var(--tips-btn); line-height: var(--tips-btn); font-size: 12px; text-align: center; border-radius: 50%; } .modolBg{ position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 1; background-color: rgba(0,0,0,.5); } .local_dialog { top: 50%; left: 50%; width: 600rpx; position: absolute; border-radius: 1em; background-color: #eee; transform: translate(-50%, -50%); } .local_dialog_title { position: relative; text-align: right; padding: 8px 15px; margin-bottom: 1rpx; line-height: 1.5em; } .local_dialog_close { float: right; position: relative; width: 1.5em; height: 1.5em; } .local_dialog_title .title { font-size: 16px; height: 25px; white-space: pre-wrap; text-align: center; line-height: 25px; color: #121212; text-align: center; } .local_dialog_close_left, .local_dialog_close_right { position: absolute; width: 100%; height: 1rpx; background-color: #121212; top: 50%; transform: rotate(45deg); } .local_dialog_close_right { transform: rotate(135deg); } .local_dialog_body { max-height: 60vh; overflow-y: scroll; padding: 8px 15px 15px 15px; white-space: normal; line-height: 2em; font-size: 14px; color: #222; }