rootman 0 Document .mianz_container { width: 80%; /* 默认宽度 */ max-width: 600px; /* 最大宽度限制 */ border-radius: 10px; border: 2px solid rgb(0, 68, 255); position: relative; padding: 20px; /* 调整内边距 */ margin: 20px auto; /* 居中并设置上下外边距 */ box-sizing: border-box; /* 包括内边距和边框在宽度内 */ } .mianz_container::after { content: '免责申明'; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); color: rgb(2, 91, 255); font-weight: 800; font-size: 16px; width: 100px; text-align: center; background-color: #fff; } .mianz_box { width: 100%; /* 调整宽度以适应容器 */ } .mianz_box p{ font-size: 14px; /* 调整字体大小 */ color: #999; } .mianz_box p:nth-last-child(1){ color: rgb(0, 68, 255); } /* 手机端样式 */ @media (max-width: 600px) { .mianz_container { width: 90%; /* 手机端宽度 */ padding: 15px; /* 调整内边距 */ } .mianz_box p{ font-size: 12px; /* 调整字体大小 */ } } 本站发布的一切应用信息及软件仅限用于学习和研究目的; 不得将上述内容用于商业或者非法用途,否则,一切后果请用户自负。 本站信息来自网络,版权争议与本站无关。 文本居中,另外加了手机适配,手机上显示更好看点7天前
rootman 0 1321313213217天前
xuuce 0 s.dwo.cc9天前
呃呃额2 0 12313213110天前
回复4
只看作者最新最热