@charset "utf-8";

.普通主体 { margin: 0; }

.页面分区 { display: none; height: 100vh; overflow: hidden scroll; position: relative; }

.页面分区::-webkit-scrollbar { display: none; }

main.标签主要 { height: 100%; overflow: hidden; width: 100%; }

footer.标签栏页脚 { position: fixed; bottom: 0; height: 50px; display: flex; background: whitesmoke; width: 100%; }

article.标签面板文章 { height: 100%; width: 100%; background: #eee; overflow: hidden scroll; display: none; }
article.标签面板文章::-webkit-scrollbar { display: none; }

.标签栏项目分区 { flex: 1; display: flex; flex-direction: column; align-items: center; align-self: center; cursor: default; }
.我的上分区 { width: 100%; padding: 20px 0; margin-bottom: 10px; background-color: white; text-align: center; }
.展示分区 { margin: 10px; border-radius: 10px; box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%); overflow: hidden; }
.事项头部分区 { display: flex; padding: 0 5px; justify-content: space-between; align-items: center; }
.模态背景分区 { position: fixed; top: 0; left: 0; z-index: 1050; width: 100vw; height: 100vh; background-color: rgb(0 0 0 / 50%); }
.模态框分区 { width: 300px; background-color: white; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); z-index: 2000; }


ul.展示列表 { padding: 0; margin: 0 0 10px 0; list-style: none; background: white; }

li.展示项目 { display: flex; align-items: center; padding: 0 10px; border-top: 1px solid whitesmoke; border-bottom: 1px solid whitesmoke; cursor: default; }
li.展示项目:hover { background: whitesmoke; }
li.展示可点项目 { display: flex; align-items: center; padding: 0 10px; border-top: 1px solid whitesmoke; border-bottom: 1px solid whitesmoke; cursor: default; }
li.展示可点项目::after { content: '>'; padding-left: 5px; margin: 0 0 0 auto; font-size: 18px; line-height: 18px; color: #AAAAAA; transform: scaleY(1.5); }
li.展示可点项目:hover { background: whitesmoke; }

a.展示可点链接 { display: flex; background: white; align-items: center; padding: 0 10px; border-top: 1px solid whitesmoke; border-bottom: 1px solid whitesmoke; cursor: default; text-decoration: none; }
a.展示可点链接::after { content: '>'; padding-left: 5px; margin: 0 0 0 auto; font-size: 18px; line-height: 18px; color: #AAAAAA; transform: scaleY(1.5); }
a.展示可点链接:hover { background: whitesmoke; }

img.头像图片 { width: 100px; height: 100px; object-fit: cover; border: 4px solid #eee; border-radius: 100%; }
img.微标图片 { width: 15px; height: 15px; object-fit: contain; }
img.标签栏图标图片 { width: 20px; height: 20px; object-fit: contain; }
img.展示图片 { width: 20px; height: 20px; object-fit: contain; }

h3.设备存储标题 { color: white; margin: 0; font-size: 14px; }
h3.展示标题 { padding: 10px; margin: 0; background: #088F8F; color: white; font-size: 14px; }
h5.展示名称标题 { margin: 0; padding: 10px; font-size: 14px; font-weight: normal; white-space: nowrap; overflow: hidden; color: black; }

a.设备存储链接 { display: block; text-decoration: none; background: #088F8F; margin: 10px; padding: 20px; border-radius: 20px; cursor: default; }

p.普通段落 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 100%; font-size: 14px; margin: 0; color: black; }
p.提示段落 { position: fixed; z-index: 5000; top: 50%; left: 50%; background: #4c4c4c; color: rgba(255,255,255,0.9); transform: translate(-50%,-50%); padding: 12px; border-radius: 12px; margin: 0; font-size: 14px; }
p.列表段落 { margin: 0 10px; font-size: 14px; line-height: 20px; color: #333; }
p.标签栏标签段落 { margin: 0; font-size: 12px; color: gray; }
p.展示段落 { margin: 0; padding: 10px 0; white-space: nowrap; overflow: scroll hidden; flex: 1; font-size: 14px; color: gray; text-align: right; }
p.展示段落::-webkit-scrollbar { display: none; }

span.展示序号行内 { font-size: 14px; color: black; }



.管理分区 { display: flex; flex-direction: column; height: 100%; overflow: hidden; }
section.管理状态部分 { display: flex; flex-wrap: wrap; padding: 0 5px; overflow: hidden scroll; }
section.管理状态部分::-webkit-scrollbar { display: none; }
section.管理事项部分 { flex: 1; padding: 0 5px; overflow: hidden scroll; }
section.管理事项部分::-webkit-scrollbar { display: none; }

a.状态链接 { aspect-ratio: 1;  margin: 0.5%; background: white; display: flex; flex-direction: column; justify-content: center; align-items: center; text-decoration: none; }
a.状态链接:hover { background: whitesmoke; }
h5.管理状态小标题 { margin: 2px 0; color: black; }
p.管理状态段落 { margin: 2px 0; color: gray; }

h4 { margin: 8px; font-size: 12px; color: gray; }



label.展示标签 { display: flex; align-items: flex-start; background: white; position: relative; padding: 10px; cursor: default; }

label.展示标签::after { content: " "; position: absolute; bottom: 0; left: 20px; right: 20px; border-top: 1px solid #eee; }

label.展示标签:hover { background: whitesmoke; }

label.选项标签 { background: #eee; border-radius: 10px; padding: 5px; margin: 5px; font-size: small; }

label.选项标签:has(input[type="radio"]:checked) { background: gray; color: white; }

.项目头部分区 { display: flex; align-items: center; margin: 5px 0; }

.项目主体分区 { display: flex; flex: 1; flex-direction: row; align-items: flex-start; flex-wrap: wrap; align-content: flex-start; justify-content: flex-start; }

img.展示图片 { width: 16px; height: 16px; object-fit: contain; }

h5.展示项目标题 { margin: 0 5px; }

input.展示输入 { border: none; outline: none; text-align: right; color: gray; flex: 1; background: none; }

input.结果数字输入 { width: 50px; margin: 5px 0; }

input.选项输入 { display: none; }

.提交分区 { margin: 1em; }

button.提交按钮 { text-align: center; color: white; background: #088F8F; height: 2.6em; line-height: 2.6em; border-radius: 0.3em; width: 100%; display: block; border: none; cursor: pointer; font-size: 1em; user-select: none; -webkit-user-select: none; -ms-user-select: none; -webkit-tap-highlight-color: rgba(0,0,0,0); outline: none; }



article.朋友圈文章 { display: flex; flex-direction: row; flex-wrap: nowrap; align-items: flex-start; padding: 10px; border-bottom: 1px solid #eee; }

a.文章姓名链接 { text-decoration: none; color: #2363b5; }

p.内容段落 { margin: 0; }

img.朋友圈头像图片 { width: 40px; height: 40px; object-fit: cover; border-radius: 5px; margin: 0 10px; }

.内容图片分区 { display: flex; flex-wrap: wrap; }

img.内容图片 { width: 90px; height: 90px; object-fit: cover; margin: 1px; }

p.文章时间段落 { margin: 0; font-size: 12px; color: gray; }

img.显示大图片 { position: fixed; top: 10%; left: 0; width: 100%; }


/* 超小尺寸 */
@media (max-width: 500px) {
  a.状态链接 { width: 24%; }
}

/* 小尺寸 */
@media (min-width: 501px) and (max-width: 767.99px) {
  a.状态链接 { width: 19%; }
}

/* 中尺寸 */
@media (min-width: 768px) and (max-width: 991.99px) {
  a.状态链接 { width: 15.66%; }
}

/* 大尺寸 */
@media (min-width: 992px) and (max-width: 1199.99px) {
  a.状态链接 { width: 11.5%; }
}

/* 超大尺寸 */
@media (min-width: 1200px) {
  a.状态链接 { width: 9%; }
}