/**--------------------------------------
* 公共样式文件
* --------------------------------------
* @author      : PaiWei
* --------------------------------------
* @description : Css for ThinkPHP5
* --------------------------------------
*/
/* —— Reset —— */
* body { font-family: PingFang SC, system-ui, -apple-system, BlinkMacSystemFont, Helvetica Neue, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Arial, sans-serif; }
ul, ol, li { list-style: none; padding: 0; margin: 0; }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px white inset; }
img { max-width: 100%; }
/* —— Other —— */
a { color: #2e90e7; }
.n-select { user-select: none; }
.ellipsis { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.break { word-wrap: break-word; }
.resize { resize: none; }
.bold { font-weight: 700; }
.auto { margin: 0 auto; }
.w100 { width: 100%; }
/* —— Display —— */
.d-n { display: none !important; }
.d-b { display: block !important; }
.d-i { display: inline !important; }
.d-i-b { display: inline-block !important; }
/* —— OverFlow —— */
.x-scroll { overflow-x: scroll !important; }
.y-scroll { overflow-y: scroll !important; }
.visible { overflow: visible !important; }
/* —— FontSize —— */
.fs12 { font-size: 12px !important; }
.fs13 { font-size: 13px !important; }
.fs14 { font-size: 14px !important; }
.fs15 { font-size: 15px !important; }
.fs16 { font-size: 16px !important; }
.fs17 { font-size: 17px !important; }
.fs18 { font-size: 18px !important; }
.fs19 { font-size: 19px !important; }
.fs20 { font-size: 20px !important; }
/* —— FontStyle —— */
.fw-n { font-weight: normal }
;
/* —— Text —— */
.text-grey { color: #787878; }
/* —— FontSize —— */
.cb { color: #333 !important; }
.cr { color: #ef5350 !important; }
/* —— TextAlign —— */
.t-l { text-align: left !important; }
.t-r { text-align: right !important; }
.t-c { text-align: center !important; }
/* —— Float —— */
.f-l { float: left !important; }
.f-r { float: right !important; }
.f-i { float: inherit !important; }
.clear { clear: both; }
/* —— Cursor —— */
.c-p { cursor: pointer !important; }
.c-n { cursor: not-allowed !important; }
/* —— Position —— */
.relative { position: relative !important; }
.absolute { position: absolute !important; }
/* —— Padding —— */
.p-0 { padding: 0px !important; }
.p-5 { padding: 5px !important; }
.p-10 { padding: 10px !important; }
.p-15 { padding: 15px !important; }
.p-20 { padding: 20px !important; }
.p-t-0 { padding-top: 0px !important; }
.p-t-5 { padding-top: 5px !important; }
.p-t-10 { padding-top: 10px !important; }
.p-t-15 { padding-top: 15px !important; }
.p-b-0 { padding-bottom: 0px !important; }
.p-b-5 { padding-bottom: 5px !important; }
.p-b-10 { padding-bottom: 10px !important; }
.p-b-15 { padding-bottom: 15px !important; }
.p-l-0 { padding-left: 0px !important; }
.p-l-5 { padding-left: 5px !important; }
.p-l-10 { padding-left: 10px !important; }
.p-l-15 { padding-left: 15px !important; }
.p-r-0 { padding-right: 0px !important; }
.p-r-5 { padding-right: 5px !important; }
.p-r-10 { padding-right: 10px !important; }
.p-r-15 { padding-right: 15px !important; }
.p-15-10 { padding: 15px 10px; }
/* —— Margin —— */
.m-0 { margin: 0px !important; }
.m-0-2 { margin: 0 2px !important; }
.m-5 { margin: 5px !important; }
.m-10 { margin: 10px !important; }
.m-15 { margin: 15px !important; }
.m-20 { margin: 20px !important; }
.m-t-0 { margin-top: 0px !important; }
.m-t-5 { margin-top: 5px !important; }
.m-t-7 { margin-top: 7px !important; }
.m-t-10 { margin-top: 10px !important; }
.m-t-15 { margin-top: 15px !important; }
.m-b-0 { margin-bottom: 0px !important; }
.m-b-5 { margin-bottom: 5px !important; }
.m-b-7 { margin-bottom: 7px !important; }
.m-b-10 { margin-bottom: 10px !important; }
.m-b-15 { margin-bottom: 15px !important; }
.m-b-20 { margin-bottom: 20px !important; }
.m-l-0 { margin-left: 0px !important; }
.m-l-5 { margin-left: 5px !important; }
.m-l-10 { margin-left: 10px !important; }
.m-l-15 { margin-left: 15px !important; }
.m-r-0 { margin-right: 0px !important; }
.m-r-5 { margin-right: 5px !important; }
.m-r-10 { margin-right: 10px !important; }
.m-r-15 { margin-right: 15px !important; }