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 { .tower-swiper {
height: 420upx; height: 420upx;
position: relative; position: relative;
max-width: 750upx;
overflow: hidden;
} }
.tower-swiper .tower-item { .tower-swiper .tower-item {

View File

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

View File

@@ -47,7 +47,7 @@
<view class="title">边框大小</view> <view class="title">边框大小</view>
<radio-group @change="SetBorderSize"> <radio-group @change="SetBorderSize">
<label class="margin-left-sm"> <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> <text class="margin-left-sm"> </text>
</label> </label>
<label class="margin-left-sm"> <label class="margin-left-sm">

View File

@@ -1,6 +1,6 @@
<template> <template>
<view> <view>
<custom bgColor="bg-gradual-pink">聊天</custom> <custom bgColor="bg-gradual-pink">轮播图</custom>
<view class="cu-bar bg-white"> <view class="cu-bar bg-white">
<view class="action"> <view class="action">
<text class="icon-title text-pink"></text> 全屏限高轮播 <text class="icon-title text-pink"></text> 全屏限高轮播
@@ -165,5 +165,8 @@
</script> </script>
<style> <style>
.tower-swiper{
max-width: 750upx;
overflow: hidden;
}
</style> </style>