Skip to content

Commit f59241d

Browse files
author
wangyaqi
committed
update: 小标题样式
1 parent 04a471e commit f59241d

File tree

29 files changed

+1699
-173
lines changed

29 files changed

+1699
-173
lines changed

components/uni-icon/uni-icon.1.vue

Lines changed: 649 additions & 0 deletions
Large diffs are not rendered by default.

components/uni-load-more/uni-load-more.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,4 +193,4 @@
193193
opacity: .2
194194
}
195195
}
196-
</style>
196+
</style>

components/uni-steps/uni-steps.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,8 @@
221221
222222
.uni-steps-item.uni-steps-process .uni-steps-item-circle-container {
223223
bottom: 3px;
224+
height: 14px;
225+
line-height: 14px;
224226
display: flex
225227
}
226228
</style>

pages.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1069,16 +1069,16 @@
10691069
"style": {
10701070
"navigationBarTitleText": "指纹"
10711071
}
1072-
},
1073-
// #endif
1074-
// #ifdef APP-PLUS || MP-WEIXIN
1075-
{
1076-
"path": "ibeacon/ibeacon",
1077-
"style": {
1078-
"navigationBarTitleText": "iBeacon"
1079-
}
1080-
},
1081-
// #endif
1072+
},
1073+
// #endif
1074+
// #ifdef APP-PLUS || MP-WEIXIN
1075+
{
1076+
"path": "ibeacon/ibeacon",
1077+
"style": {
1078+
"navigationBarTitleText": "iBeacon"
1079+
}
1080+
},
1081+
// #endif
10821082
{
10831083
"path": "vibrate/vibrate",
10841084
"style": {
@@ -1128,4 +1128,4 @@
11281128
}
11291129
]
11301130
}
1131-
}
1131+
}

pages/extUI/badge/badge.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
align-items: center;
6565
font-size: 32upx;
6666
color: #464e52;
67-
padding: 30upx;
67+
padding: 30upx 30upx 30upx 50upx;
6868
margin-top: 20upx;
6969
position: relative;
7070
background-color: #fdfdfd
@@ -78,15 +78,13 @@
7878
.example-title:after {
7979
content: '';
8080
position: absolute;
81-
left: 0;
81+
left: 30upx;
8282
margin: auto;
8383
top: 0;
8484
bottom: 0;
85-
width: 10upx;
86-
height: 40upx;
87-
border-top-right-radius: 10upx;
88-
border-bottom-right-radius: 10upx;
89-
background-color: #031e3c
85+
width: 6upx;
86+
height: 32upx;
87+
background-color: #ccc
9088
}
9189
9290
.example .example-title {

pages/extUI/calendar/calendar.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@
218218
align-items: center;
219219
font-size: 32upx;
220220
color: #464e52;
221-
padding: 30upx;
221+
padding: 30upx 30upx 30upx 50upx;
222222
margin-top: 20upx;
223223
position: relative;
224224
background-color: #fdfdfd
@@ -232,15 +232,13 @@
232232
.example-title:after {
233233
content: '';
234234
position: absolute;
235-
left: 0;
235+
left: 30upx;
236236
margin: auto;
237237
top: 0;
238238
bottom: 0;
239-
width: 10upx;
240-
height: 40upx;
241-
border-top-right-radius: 10upx;
242-
border-bottom-right-radius: 10upx;
243-
background-color: #031e3c
239+
width: 6upx;
240+
height: 32upx;
241+
background-color: #ccc
244242
}
245243
246244
.example .example-title {

pages/extUI/card/card.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@
132132
align-items: center;
133133
font-size: 32upx;
134134
color: #464e52;
135-
padding: 30upx;
135+
padding: 30upx 30upx 30upx 50upx;
136136
margin-top: 20upx;
137137
position: relative;
138138
background-color: #fdfdfd
@@ -146,15 +146,13 @@
146146
.example-title:after {
147147
content: '';
148148
position: absolute;
149-
left: 0;
149+
left: 30upx;
150150
margin: auto;
151151
top: 0;
152152
bottom: 0;
153-
width: 10upx;
154-
height: 40upx;
155-
border-top-right-radius: 10upx;
156-
border-bottom-right-radius: 10upx;
157-
background-color: #031e3c
153+
width: 6upx;
154+
height: 32upx;
155+
background-color: #ccc
158156
}
159157
160158
.example .example-title {

pages/extUI/collapse/collapse.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@
199199
align-items: center;
200200
font-size: 32upx;
201201
color: #464e52;
202-
padding: 30upx;
202+
padding: 30upx 30upx 30upx 50upx;
203203
margin-top: 20upx;
204204
position: relative;
205205
background-color: #fdfdfd
@@ -213,15 +213,13 @@
213213
.example-title:after {
214214
content: '';
215215
position: absolute;
216-
left: 0;
216+
left: 30upx;
217217
margin: auto;
218218
top: 0;
219219
bottom: 0;
220-
width: 10upx;
221-
height: 40upx;
222-
border-top-right-radius: 10upx;
223-
border-bottom-right-radius: 10upx;
224-
background-color: #031e3c
220+
width: 6upx;
221+
height: 32upx;
222+
background-color: #ccc
225223
}
226224
227225
.example .example-title {

pages/extUI/count-down/count-down.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
align-items: center;
6767
font-size: 32upx;
6868
color: #464e52;
69-
padding: 30upx;
69+
padding: 30upx 30upx 30upx 50upx;
7070
margin-top: 20upx;
7171
position: relative;
7272
background-color: #fdfdfd
@@ -80,15 +80,13 @@
8080
.example-title:after {
8181
content: '';
8282
position: absolute;
83-
left: 0;
83+
left: 30upx;
8484
margin: auto;
8585
top: 0;
8686
bottom: 0;
87-
width: 10upx;
88-
height: 40upx;
89-
border-top-right-radius: 10upx;
90-
border-bottom-right-radius: 10upx;
91-
background-color: #031e3c
87+
width: 6upx;
88+
height: 32upx;
89+
background-color: #ccc
9290
}
9391
9492
.example .example-title {

pages/extUI/drawer/drawer.vue

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
align-items: center;
129129
font-size: 32upx;
130130
color: #464e52;
131-
padding: 30upx;
131+
padding: 30upx 30upx 30upx 50upx;
132132
margin-top: 20upx;
133133
position: relative;
134134
background-color: #fdfdfd
@@ -142,15 +142,13 @@
142142
.example-title:after {
143143
content: '';
144144
position: absolute;
145-
left: 0;
145+
left: 30upx;
146146
margin: auto;
147147
top: 0;
148148
bottom: 0;
149-
width: 10upx;
150-
height: 40upx;
151-
border-top-right-radius: 10upx;
152-
border-bottom-right-radius: 10upx;
153-
background-color: #031e3c
149+
width: 6upx;
150+
height: 32upx;
151+
background-color: #ccc
154152
}
155153
156154
.example .example-title {

0 commit comments

Comments
 (0)