Skip to content

Commit

Permalink
Colorui-UniApp
Browse files Browse the repository at this point in the history
  • Loading branch information
wen-gang committed Mar 24, 2019
1 parent d7e8448 commit fc62c05
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 3 deletions.
Empty file added Colorui-UniApp/Readme.md
Empty file.
2 changes: 2 additions & 0 deletions Colorui-UniApp/colorui.css
Original file line number Diff line number Diff line change
Expand Up @@ -2713,6 +2713,8 @@ swiper.round-dot .uni-swiper-dot.uni-swiper-dot-active {
.tower-swiper {
height: 420upx;
position: relative;
max-width: 750upx;
overflow: hidden;
}

.tower-swiper .tower-item {
Expand Down
4 changes: 4 additions & 0 deletions Colorui-UniApp/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,9 @@
"setting" : {
"urlCheck" : true
}
},
"h5" : {
"title" : "ColorUi for UniApp",
"domain" : "demo.color-ui.com"
}
}
2 changes: 1 addition & 1 deletion Colorui-UniApp/pages/basics/design.vue
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<view class="title">边框大小</view>
<radio-group @change="SetBorderSize">
<label class="margin-left-sm">
<radio class="blue radio" value"" checked></radio>
<radio class="blue radio" value="" checked></radio>
<text class="margin-left-sm"> 小</text>
</label>
<label class="margin-left-sm">
Expand Down
7 changes: 5 additions & 2 deletions Colorui-UniApp/pages/component/swiper.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<view>
<custom bgColor="bg-gradual-pink">聊天</custom>
<custom bgColor="bg-gradual-pink">轮播图</custom>
<view class="cu-bar bg-white">
<view class="action">
<text class="icon-title text-pink"></text> 全屏限高轮播
Expand Down Expand Up @@ -165,5 +165,8 @@
</script>

<style>
.tower-swiper{
max-width: 750upx;
overflow: hidden;
}
</style>

0 comments on commit fc62c05

Please sign in to comment.