+
+ 今日
+ 今日
+
@@ -385,4 +389,26 @@ export default {
background-position: center;
background-repeat: no-repeat;
}
+
+.showBox {
+}
+
+.showBox .title {
+ left: 0;
+ top: 10px;
+ display: flex;
+ width: 100%;
+ justify-content: space-between;
+ padding: 0 3px;
+}
+
+.showBox .title span {
+ width: 25px;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ background: #380aaa;
+ text-align: center;
+ color: rgb(192 211 225);
+}