Sign in

朱园亮 / erp-mobile · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • erp-mobile
  • ..
  • uni-title
  • uni-title
  • uni-title.wxss
  • erp项目移动端初始化
    0cef310f
    朱园亮 authored
    2025-10-30 15:55:06 +0800  
    Browse Files »
uni-title.wxss 750 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165






















































































































/* .uni-title {

} */
.uni-title__box {

	display: flex;

	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding: 8px 0;
	flex: 1;
}
.uni-title__base {
	font-size: 15px;
	color: #333;
	font-weight: 500;
}
.uni-h1 {
	font-size: 20px;
	color: #333;
	font-weight: bold;
}
.uni-h2 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
.uni-h3 {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	/* font-weight: 400; */
}
.uni-h4 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	/* font-weight: 300; */
}
.uni-h5 {
	font-size: 12px;
	color: #333;
	font-weight: bold;
	/* font-weight: 200; */
}