-
- 个人信息
+ {activeTab === 'profile' ? (
+
+
+
+
+
NAMA :Biomond Balance
+
TEL :12345678901
-
UID: 10009231
-
账户等级: VIP 3
-
绑定手机: 138****8899
- ) : (
-
-
- 站内消息
+
+
+
+ {[1, 2, 3, 4].map((item) => (
+
+ Tanggal Pendaftaran :
+
+ 2022-10-06 23:36
+
+
+ ))}
+
+
+ Tanda tangan pribadi saya persis seperti jiwa saya—unik dan
+ mus
-
您当前没有新的站内消息。
- )}
-
+
+ ) : (
+
+
+ {[1, 2, 3, 4, 5, 6, 7, 8, 9, 10].map((item) => (
+
+
+
+
2026-10-10 08:32:56
+
+ [Event Bonus Isi Ulang] Dari tanggal 1 hingga 7 Oktober
+ 2026, dapatkan pengembalian ...
+
+
+
+ Memeriksa
+
+
+ ))}
+
+
+
+
+ )}
diff --git a/src/style/index.css b/src/style/index.css
index d4180e7..466910d 100644
--- a/src/style/index.css
+++ b/src/style/index.css
@@ -93,6 +93,10 @@
padding-left: calc(var(--design-unit) * --value(integer));
}
+@utility pb-design-* {
+ padding-bottom: calc(var(--design-unit) * --value(integer));
+}
+
@utility pr-design-* {
padding-right: calc(var(--design-unit) * --value(integer));
}
@@ -126,6 +130,17 @@
@apply h-full w-full;
}
+ * {
+ -ms-overflow-style: none;
+ scrollbar-width: none;
+ }
+
+ *::-webkit-scrollbar {
+ width: 0;
+ height: 0;
+ display: none;
+ }
+
body {
background:
radial-gradient(circle at top, rgba(49, 208, 255, 0.12), transparent 28%),