Xiao_123 1 mesiac pred
rodič
commit
b7a4588578

+ 1 - 1
pages/index/my.vue

@@ -301,7 +301,7 @@ const handleLogoutConfirm = () => {
 	font-size: 28rpx !important;
 	font-family: MiSans-Medium;
 }
-:deep(.uni-icons) {
+:deep(.uniui-arrowright) {
 	color: #0E100F !important;
 }
 .parent{

+ 5 - 1
pagesB/agreement/index.vue

@@ -38,7 +38,11 @@ const handleToLink = (item) => {
 	line-height: 120rpx !important;
 }
 :deep(.uni-list-item__content-title) {
-	font-size: 32rpx !important;
+	font-size: 28rpx !important;
 	font-weight: 500;
+  font-family: MiSans-Medium;
+}
+:deep(.uniui-arrowright) {
+	color: #0E100F !important;
 }
 </style>

+ 6 - 5
static/style/protocol/index.scss

@@ -73,12 +73,13 @@ del,ins,u,s,a,a:hover {
 
 .segment {
   width: 100%;
-  font-size: 22px;
-  color: var(--color-333);
+  font-size: 38rpx;
+  color: #0E100F;
   margin-top: 40rpx;
   margin-bottom: 30rpx;
   font-weight: 700;
   text-align: center;
+  font-family: MiSans-Semibold;
 }
 
 .subtitle,.crosshead {
@@ -97,11 +98,11 @@ del,ins,u,s,a,a:hover {
   color: rgb(51, 51, 51); 
   font-size: 14px; 
   line-height: 30px; 
-  font-family: 微软雅黑; 
+  font-family: MiSans-Normal; 
   white-space: normal;
 }
 .text-font {
-  font-family: 宋体, SimSun;
+  font-family: MiSans-Normal;
 }
 .text-size {
   margin: 0px; 
@@ -109,7 +110,7 @@ del,ins,u,s,a,a:hover {
   font-size: 14px; 
   color: #00B760; 
   line-height: 30px; 
-  font-family: 微软雅黑; 
+  font-family: MiSans-Normal; 
   white-space: normal;
 }
 .text-p {