Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
DCloud
hello uni-app x
提交
cf67cc05
H
hello uni-app x
项目概览
DCloud
/
hello uni-app x
通知
5995
Star
90
Fork
162
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
18
列表
看板
标记
里程碑
合并请求
1
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
H
hello uni-app x
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
18
Issue
18
列表
看板
标记
里程碑
合并请求
1
合并请求
1
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
cf67cc05
编写于
9月 16, 2023
作者:
DCloud-yinjiacheng
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
更新CSS示例
上级
34e65701
变更
6
显示空白变更内容
内联
并排
Showing
6 changed file
with
120 addition
and
0 deletion
+120
-0
pages.json
pages.json
+24
-0
pages/CSS/border/border-bottom.uvue
pages/CSS/border/border-bottom.uvue
+20
-0
pages/CSS/border/border-left.uvue
pages/CSS/border/border-left.uvue
+20
-0
pages/CSS/border/border-right.uvue
pages/CSS/border/border-right.uvue
+20
-0
pages/CSS/border/border-top.uvue
pages/CSS/border/border-top.uvue
+20
-0
pages/tabBar/CSS.uvue
pages/tabBar/CSS.uvue
+16
-0
未找到文件。
pages.json
浏览文件 @
cf67cc05
...
...
@@ -336,24 +336,48 @@
"navigationBarTitleText"
:
"background-image"
}
},
{
"path"
:
"pages/CSS/border/border-bottom"
,
"style"
:
{
"navigationBarTitleText"
:
"border-bottom"
}
},
{
"path"
:
"pages/CSS/border/border-color"
,
"style"
:
{
"navigationBarTitleText"
:
"border-color"
}
},
{
"path"
:
"pages/CSS/border/border-left"
,
"style"
:
{
"navigationBarTitleText"
:
"border-left"
}
},
{
"path"
:
"pages/CSS/border/border-radius"
,
"style"
:
{
"navigationBarTitleText"
:
"border-radius"
}
},
{
"path"
:
"pages/CSS/border/border-right"
,
"style"
:
{
"navigationBarTitleText"
:
"border-right"
}
},
{
"path"
:
"pages/CSS/border/border-style"
,
"style"
:
{
"navigationBarTitleText"
:
"border-style"
}
},
{
"path"
:
"pages/CSS/border/border-top"
,
"style"
:
{
"navigationBarTitleText"
:
"border-top"
}
},
{
"path"
:
"pages/CSS/border/border-width"
,
"style"
:
{
...
...
pages/CSS/border/border-bottom.uvue
0 → 100644
浏览文件 @
cf67cc05
<template>
<view style="flex-grow: 1;">
<view>
<text>border-bottom: 10rpx dashed blue</text>
<view class="common" style="border-bottom: 10rpx dashed blue;"></view>
</view>
</view>
</template>
<script>
</script>
<style>
.common {
width: 500rpx;
height: 500rpx;
background-color: gray;
}
</style>
\ No newline at end of file
pages/CSS/border/border-left.uvue
0 → 100644
浏览文件 @
cf67cc05
<template>
<view style="flex-grow: 1;">
<view>
<text>border-left: 10rpx solid blue</text>
<view class="common" style="border-left: 10rpx solid blue;"></view>
</view>
</view>
</template>
<script>
</script>
<style>
.common {
width: 500rpx;
height: 500rpx;
background-color: gray;
}
</style>
\ No newline at end of file
pages/CSS/border/border-right.uvue
0 → 100644
浏览文件 @
cf67cc05
<template>
<view style="flex-grow: 1;">
<view>
<text>border-right: 10rpx solid blue</text>
<view class="common" style="border-right: 10rpx solid blue;"></view>
</view>
</view>
</template>
<script>
</script>
<style>
.common {
width: 500rpx;
height: 500rpx;
background-color: gray;
}
</style>
\ No newline at end of file
pages/CSS/border/border-top.uvue
0 → 100644
浏览文件 @
cf67cc05
<template>
<view style="flex-grow: 1;">
<view>
<text>border-top: 10rpx dashed blue</text>
<view class="common" style="border-top: 10rpx dashed blue;"></view>
</view>
</view>
</template>
<script>
</script>
<style>
.common {
width: 500rpx;
height: 500rpx;
background-color: gray;
}
</style>
\ No newline at end of file
pages/tabBar/CSS.uvue
浏览文件 @
cf67cc05
...
...
@@ -84,6 +84,22 @@
name: 'border-radius',
url: '/pages/CSS/border/border-radius',
},
{
name: 'border-top',
url: '/pages/CSS/border/border-top',
},
{
name: 'border-bottom',
url: '/pages/CSS/border/border-bottom',
},
{
name: 'border-left',
url: '/pages/CSS/border/border-left',
},
{
name: 'border-right',
url: '/pages/CSS/border/border-right',
},
{
name: 'border属性复合示例',
url: '/pages/CSS/border/complex-border/complex-border',
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录