mirror of
https://github.com/weilanwl/coloruicss.git
synced 2026-03-07 06:24:00 +08:00
Colorui-UniApp
This commit is contained in:
0
Colorui-UniApp/Readme.md
Normal file
0
Colorui-UniApp/Readme.md
Normal 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 {
|
||||||
|
|||||||
@@ -52,5 +52,9 @@
|
|||||||
"setting" : {
|
"setting" : {
|
||||||
"urlCheck" : true
|
"urlCheck" : true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"h5" : {
|
||||||
|
"title" : "ColorUi for UniApp",
|
||||||
|
"domain" : "demo.color-ui.com"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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">
|
||||||
|
|||||||
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user