Colorui-UniApp

This commit is contained in:
Weilanwl
2019-03-24 20:44:23 +08:00
parent d7e8448185
commit fc62c054a1
5 changed files with 12 additions and 3 deletions

0
Colorui-UniApp/Readme.md Normal file
View File

View File

@@ -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 {

View File

@@ -52,5 +52,9 @@
"setting" : {
"urlCheck" : true
}
},
"h5" : {
"title" : "ColorUi for UniApp",
"domain" : "demo.color-ui.com"
}
}

View File

@@ -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">

View File

@@ -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> 全屏限高轮播
@@ -165,5 +165,8 @@
</script>
<style>
.tower-swiper{
max-width: 750upx;
overflow: hidden;
}
</style>