Commit 2fbd303c by pangchong

feat: 加入标签样式

parent bef7fab0
*
\ No newline at end of file
taskTitle:nth-of-type(even):before {
content: 'TASK 标题:';
font-size: 18px;
}
taskTitle:nth-of-type(odd):before {
content: 'TASK TITLE:';
font-size: 18px;
}
subtaskBtn:before {
content: '点击跳转';
}
taskTitle {
font-size: 18px;
font-weight: bold;
display: block;
color: #4432bf;
}
subtaskTitle:nth-of-type(even)::before {
content: 'SUBTASK 标题:';
font-size: 14px;
}
subtaskTitle:nth-of-type(odd)::before {
content: 'SUBTASK TITLE:';
font-size: 14px;
}
subtaskTitle {
font-size: 14px;
font-weight: bold;
display: block;
color: darkgreen;
}
subtask::before {
display: inline-table;
white-space: pre;
animation: spin4 2s steps(4) infinite;
content: '' attr(key) '\A' attr(sbKey);
font-size: 14px;
}
grphcref::before {
/*grphcref适用性显示 licun 2022-01-17*/
/*display: block;
white-space: pre;
animation: spin4 2s steps(4) infinite;
content:"" attr(key) "\A" attr(sbKey);
font-size:14px;
color: red;
font-weight:bold;
text-decoration:underline red!important;*/
}
subtask {
font-size: 14px;
font-weight: bold;
display: block;
color: red;
}
caution:before {
content: 'CAUTION:';
/*font-size:12px;*/
color: black;
}
caution:nth-of-type(even):before {
content: '注 意:';
/*font-size:12px;*/
color: black;
}
caution {
/*font-size:12px;*/
font-weight: bold;
display: block;
/*padding-top: 10px;*/
color: black;
}
warning:before {
content: 'WARNING:';
/*font-size:12px;*/
color: black;
}
warning:nth-of-type(even):before {
content: '警 告:';
/*font-size:12px;*/
color: black;
}
warning {
/*font-size:12px;*/
font-weight: bold;
display: block;
/*padding-top: 10px;*/
color: black;
}
note:nth-of-type(odd):before {
content: 'NOTE:';
/*font-size:12px;*/
color: #000c17;
}
note:nth-of-type(even):before {
content: '注 释:';
/*font-size:12px;*/
color: #000c17;
}
note {
/*font-size:12px;*/
font-weight: bold;
display: block;
/*padding-top: 10px;*/
}
pretopic:nth-of-type(odd):before {
content: 'PreTopic:';
font-size: 14px;
color: #52c41a;
}
pretopic:nth-of-type(even):before {
content: 'PreTopic:';
font-size: 14px;
color: #52c41a;
}
pretopic {
font-size: 12px;
font-weight: bold;
display: block;
padding-top: 10px;
}
graphic:before {
content: 'Graphic:';
font-size: 14px;
color: #52c41a;
}
graphic {
font-size: 12px;
font-weight: bold;
display: block;
padding-top: 10px;
}
topictitle:before {
content: 'TopicTitle:';
font-size: 14px;
color: #52c41a;
}
topictitle {
font-size: 12px;
font-weight: bold;
display: block;
padding-top: 10px;
}
/*installtorque:before{*/
/*content:"Installation torque/安装力矩:";*/
/*font-size:14px;*/
/*color: #000c17;*/
/*}*/
/*toolno:before{*/
/*content:"Tool No/计量工具号:";*/
/*font-size:14px;*/
/*color: #000c17;*/
/*}*/
feedbackresult:before {
content: '执行结果:';
font-size: 14px;
color: #000c17;
}
ph:before {
content: 'ph ';
color: #52c41a;
}
ph div:first-child {
/* border: 1px dashed #15a4fa;*/
background: #f8f8ff;
padding: 2px;
}
xinclude:before {
content: 'xinclude ';
color: #52c41a;
}
xinclude div:first-child {
/*border: 1px dashed #15a4fa;*/
background: #f8f8ff;
padding: 2px;
}
ditatopictitle {
margin-top: 0pc;
font-size: 1.44em;
font-weight: bold;
background-color: #2c88dc;
color: white;
padding: 5px 5px;
border-radius: 5px;
margin-left: 0px;
margin-right: 30px;
display: block;
}
note {
font-weight: bold;
/*background-color: #e4e432;*/
border-bottom: 3px solid #e4e432;
color: white;
/*padding: 5px 5px;*/
border-radius: 0px;
/*margin-left: 30px;*/
/*margin-right: 30px;*/
display: block;
}
simpletable div:first-child {
background: #f8f8ff;
padding: 2px;
}
note[type='danger']:before {
color: #cb0a0a;
content: 'DANGER:';
}
note[type='warning']:before {
color: #d8d821;
content: 'WARNING:';
}
note[type='caution']:before {
color: #d8d821;
content: 'CAUTION:';
}
section:before {
content: 'SECTION:';
}
generalTitle {
font-weight: bold;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment