Browse Source

修改移动端字体样式

lry 5 months ago
parent
commit
cefb80b3bf

+ 3 - 0
reado-app/App.vue

@@ -45,4 +45,7 @@
 	uni-button:after {
 		border: none;
 	}
+	uni-page-head .uni-page-head__title{
+		font-size: 18px !important;
+	}
 </style>

+ 2 - 2
reado-app/components/cycharts/cyChart.vue

@@ -534,11 +534,11 @@
 		border: 1px solid #e6e6e6;
 		border-radius: 16rpx;
 		color: #7e7e7e;
-		font-size: 26rpx;
+		font-size: 28rpx;
 		text-align: center;
 	}
 	.tabletitle{
-		font-size: 28rpx;
+		font-size: 14px;
 		padding: 8px 10px;
 		font-weight: bold;
 		color: #606266;

+ 2 - 1
reado-app/pages/message/index.vue

@@ -231,6 +231,7 @@
 					white-space: nowrap;
 					text-overflow: ellipsis;
 					overflow: hidden;
+					font-size: 14px;
 				}
 			}
 		}
@@ -262,7 +263,7 @@
 				display: flex;
 				justify-content: space-between;
 				align-items: center;
-				font-size: 32rpx;
+				font-size: 28rpx;
 				margin: 40rpx 0;
 		
 				.month-item {

+ 3 - 3
reado-app/pages/message/msg-detail/index.vue

@@ -89,18 +89,18 @@
 			text-align: left;
 
 			.title {
-				font-size: 32rpx;
+				font-size: 28rpx;
 				margin-bottom: 20rpx;
 				word-wrap: break-word
 			}
 
 			.time {
-				font-size: 32rpx;
+				font-size: 28rpx;
 				color: #9fa297;
 			}
 
 			.cont {
-				font-size:32rpx;
+				font-size:28rpx;
 				margin-top: 60rpx;
 				text-align: left;
 				word-wrap: break-word

+ 15 - 4
reado-app/pages/reportForm/report-query.vue

@@ -12,8 +12,9 @@
 		<view class="list-box">
 			<uni-list>
 				<uni-list-item v-for="item in reportList" :key="item.id" :title="item.reportTableName"
-					:note="item.createTime" :thumb="item.imgUrl" thumb-size="medium" link
-					:to="`/pages/reportForm/report-detail/index?id=${item.id}&title=${item.reportTableName}`">
+					:note="item.createTime" :thumb="item.imgUrl" thumb-size="sm" link
+					:to="`/pages/reportForm/report-detail/index?id=${item.id}&title=${item.reportTableName}`"
+					>
 				</uni-list-item>
 			</uni-list>
 			<view v-if="monthQuery" class="query-screen">
@@ -157,7 +158,7 @@
 	}
 </script>
 
-<style lang="scss" scoped>
+<style scoped>
 	.query-box {
 
 		.query {
@@ -226,7 +227,7 @@
 	}
 
 	.list-box {
-		margin-top: 40rpx;
+		margin-top: 0rpx;
 		position: relative;
 
 		.modal {
@@ -237,4 +238,14 @@
 			background: rgba(0, 0, 0, 0.5);
 		}
 	}
+	::v-deep .uni-list-item__content-title {
+		font-size: 28rpx !important;
+	}
+	::v-deep .uni-list-item__icon-img {
+	    width: 30px !important;
+	    height: 30px !important;
+	}
+	::v-deep .uni-list-item__container {
+	    padding: 10px 30px !important;
+	}
 </style>

+ 2 - 2
reado-app/pages/user/auth-level/index.vue

@@ -22,7 +22,7 @@
 
 <style scoped>
 	::v-deep .uni-list-item__content-title {
-		font-size: 33rpx !important;
+		font-size: 28rpx !important;
 		color: #000000;
 	}
 
@@ -31,7 +31,7 @@
 	}
 
 	::v-deep .uni-list-item__extra-text {
-		font-size: 32rpx !important;
+		font-size: 28rpx !important;
 		color: #000000;
 	}
 </style>

+ 1 - 1
reado-app/pages/user/edit-password/index.vue

@@ -127,7 +127,7 @@
 	}
 
 	::v-deep .uni-input-placeholder {
-		font-size: 12px
+		font-size: 14px
 	}
 
 	::v-deep .uni-input-input {

+ 3 - 3
reado-app/pages/user/index.vue

@@ -83,7 +83,7 @@
 		font-weight: bold;
 
 		.userName {
-			font-size: 32rpx
+			font-size: 28rpx
 		}
 	}
 
@@ -102,12 +102,12 @@
 	}
 
 	::v-deep .uni-list-item__content-title {
-		font-size: 32rpx;
+		font-size: 28rpx;
 	}
 
 	::v-deep .uniui-arrowright {
 		color: #000000 !important;
-		font-size: 32rpx !important;
+		font-size: 28rpx !important;
 	}
 
 	::v-deep .u-modal__content__text {

+ 1 - 1
reado-app/pages/user/system-info/index.vue

@@ -39,7 +39,7 @@
 
 <style scoped>
 	::v-deep .uni-list-item__content-title {
-		font-size: 34rpx !important;
+		font-size: 28rpx !important;
 		color: #000000;
 	}
 	::v-deep .uni-list-item__container {