From 9bc9f641642c2d90a0aa1dd13ddbf498356372b9 Mon Sep 17 00:00:00 2001 From: pqu3f57g4 <1265394011@qq.com> Date: Sun, 30 Apr 2023 10:11:49 +0800 Subject: [PATCH] ADD file via upload --- src/main/resources/static/end/css/custom.css | 53 ++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 src/main/resources/static/end/css/custom.css diff --git a/src/main/resources/static/end/css/custom.css b/src/main/resources/static/end/css/custom.css new file mode 100644 index 0000000..72d6122 --- /dev/null +++ b/src/main/resources/static/end/css/custom.css @@ -0,0 +1,53 @@ +/*============================================================= + Authour URI: www.binarytheme.com + License: Commons Attribution 3.0 + + http://creativecommons.org/licenses/by/3.0/ + + 100% To use For Personal And Commercial Use. + IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US + + ======================================================== */ + +/*============================================== + MAIN BOX STYLES + =============================================*/ +.main-box { + text-align: center; + padding: 20px; + border-radius: 5px; + -moz-border-radius: 5px; + -webkit-border-radius: 5px; + margin-bottom: 40px; +} + +.main-box a, .main-box a:hover { + color: #fff; + text-decoration: none; + +} + +.main-box h5 { + font-size: 16px; + font-weight: 800; + text-transform: uppercase; +} + +/*============================================== + Table STYLES + =============================================*/ +.nx-table-header { + padding-bottom: 15px; + position: relative; +} +.nx-table-header input { + float: right; +} +.nx-table-header i { + position: absolute; + right: 5px; + top: 8px; + color: #bbbbbb; +} + +