- 人气
- 2
- 注册时间
- 2024-12-29
- 最后登录
- 2025-1-8
|
发表于 2024-12-29 19:06:53
|
显示全部楼层
- /*喇叭框边距*/
- #hornbox {
- margin-bottom: 0px;
- background-size: auto 80%;
- font-size: 14px;
- background-color: white;
- border-radius: 6px;
- margin-top: 10px;
- }
- /*发布按钮*/
- #hornaddbtn{
- padding: 10px 10px; /* Add padding to ensure text is not cropped */
- background-color: #007BFF;
- color: white;
- border: none;
- border-radius: 5px;
- box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
- font-size: 12px;
- font-weight: bold;
- cursor: pointer;
- margin-left:20px;
- transition: background-color 0.3s ease, transform 0.1s ease;
- }
- #hornaddbtn:hover{
- background-color: #0056b3;
- transform: scale(1.05);
- }
- #hornaddbtn:active {
- background-color: #004085;
- transform: scale(0.95);
- }
- /*每行数据*/
- .tsmini_horn_content tr{
- border-bottom:1px dashed #DDD;
- }
- .tsmini_horn_content tr td{
- line-height:20px;
- }
- /*小头像*/
- .tsmini_horn_avatar img{
- border-radius:2px;width:20px;height:20px;
- }
- #hornbox ::-webkit-scrollbar {
- width: 10px; /* 滚动条的宽度 */
- height: 10px; /* 滚动条的高度,对水平滚动条有效 */
- background-color: transparent; /* 滚动条的背景颜色 */
- }
- #hornbox ::-webkit-scrollbar-track {
- border-radius: 10px;
- background: transparent; /* 轨道的背景颜色 */
- }
- #hornbox ::-webkit-scrollbar-thumb {
- border-radius: 10px;
- background-color: #F2F2F2; /* 滑块的背景颜色 */
- border: 3px solid #FFF; /* 滑块的边框和轨道相同的颜色,可以制造“边距”的效果 */
- }
- #hornbox ::-webkit-scrollbar-thumb:hover {
- background-color: #a8a8a8; /* 滑块的悬停颜色 */
- }
- #hornbox ::-webkit-scrollbar-thumb:active {
- background-color: #888888; /* 滑块的激活颜色 */
- }
- #hornbox ::-webkit-scrollbar-button {
- display: none; /* 通常情况下不显示滚动条按钮 */
- }
复制代码 |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?创建通行证
×
|