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 {
|
||||
height: 420upx;
|
||||
position: relative;
|
||||
max-width: 750upx;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.tower-swiper .tower-item {
|
||||
|
||||
@@ -52,5 +52,9 @@
|
||||
"setting" : {
|
||||
"urlCheck" : true
|
||||
}
|
||||
},
|
||||
"h5" : {
|
||||
"title" : "ColorUi for UniApp",
|
||||
"domain" : "demo.color-ui.com"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user