diff --git a/components/buns-privacy-dialog/buns-privacy-dialog.vue b/components/buns-privacy-dialog/buns-privacy-dialog.vue
new file mode 100644
index 0000000..ee6036f
--- /dev/null
+++ b/components/buns-privacy-dialog/buns-privacy-dialog.vue
@@ -0,0 +1,80 @@
+
+
+
+
+
+
+
+
+
+
+
+
+ 已阅读同意本条款,下次不再提示
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/components/tpx-dialog/tpx-dialog.vue b/components/tpx-dialog/tpx-dialog.vue
index 24518ba..6595786 100644
--- a/components/tpx-dialog/tpx-dialog.vue
+++ b/components/tpx-dialog/tpx-dialog.vue
@@ -5,8 +5,8 @@
- {{title}}
-
+ {{title}}
+
@@ -106,12 +106,19 @@
}
.type-dialog {
+ border-radius: 30rpx;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transform-origin: center center !important;
transform-origin: 0 0 !important;
}
+ .type-dialog {
+ .lgd-title{
+ flex: 1;
+ text-align: center;
+ }
+ }
.type-sheet {
z-index: 5000;
@@ -136,6 +143,10 @@
overflow: auto;
overflow-x: hidden;
}
+
+ .lgd-title{
+ font-size: 32rpx;font-weight: 600;
+ }
.type-sheet .lgd-body::-webkit-scrollbar {
width: 0;
diff --git a/pages/post/post.vue b/pages/post/post.vue
index 0420370..4b52893 100644
--- a/pages/post/post.vue
+++ b/pages/post/post.vue
@@ -212,7 +212,7 @@
label-color=":#999" activeColor="#B12D29"
custom-style="margin-bottom: 10rpx;">
-
+
@@ -236,6 +236,7 @@
+