1 Star 0 Fork 20

han.yuan/ColorUI-GA

forked from 小可/ColorUI-GA 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 2.79 KB
一键复制 编辑 原始数据 按行查看 历史
Xiaokang Lei 提交于 2023-01-08 15:41 . update
/**app.wxss**/
@import "colorui/main.wxss";
@import "colorui/icon.wxss";
@import "colorui/icon-new.wxss";
@import "colorui/animation.wxss";
@import "colorui/dark.wxss";
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
}
.bg-img-new {
position: absolute;
width: 100%;
}
.scrollPage {
height: 100%;
min-height: 90vh;
}
.nav-list {
display: flex;
flex-wrap: wrap;
padding: 0px 36rpx 0px;
justify-content: space-between;
}
.nav-li {
padding: 20rpx;
border-radius: 20rpx;
width: 46%;
margin: 0 1.0% 32rpx;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.nav-li::after {
content: "";
position: absolute;
z-index: -1;
background-color: inherit;
width: 100%;
height: 100%;
left: 0;
bottom: -10%;
border-radius: 10rpx;
opacity: 0.2;
transform: scale(0.9, 0.9);
}
.nav-li.cur {
color: #fff;
background: rgb(94, 185, 94);
box-shadow: 4rpx 4rpx 6rpx rgba(94, 185, 94, 0.4);
}
.nav-title {
font-size: 30rpx;
font-weight: 480;
}
.nav-title::first-letter {
font-size: 40rpx;
margin-right: 4rpx;
}
.nav-name {
font-size: 28rpx;
text-transform: Capitalize;
margin-top: 20rpx;
position: relative;
}
.nav-des {
font-size: 24rpx;
text-transform: Capitalize;
margin-top: 30rpx;
position: relative;
}
.nav-name::before {
content: "";
position: absolute;
display: block;
width: 40rpx;
height: 6rpx;
background: #fff;
bottom: 0;
left: 0;
opacity: 0.5;
}
.nav-name::after {
content: "";
position: absolute;
display: block;
width: 90rpx;
height: 1px;
background: #fff;
bottom: 0;
right: 40rpx;
opacity: 0.3;
}
.nav-name::first-letter {
font-weight: bold;
font-size: 36rpx;
margin-right: 1px;
}
.nav-li text {
position: absolute;
right: 24rpx;
top: 16rpx;
font-size: 52rpx;
width: 60rpx;
height: 60rpx;
text-align: center;
line-height: 60rpx;
}
.text-light {
font-weight: 300;
}
.nodata {
font-size: 30rpx;
line-height: 1.2;
font-weight: normal;
text-align: center;
color: #999;
margin-top: 200rpx;
margin-bottom: 200rpx;
}
.nodata .icon {
height: 240rpx;
background: url("https://img01.yzcdn.cn/vant/empty-image-default.png") no-repeat center/210rpx auto;
}
.nodata .txt {
padding-top: 60rpx;
}
.nav-lie {
border-radius: 28rpx;
width: 46%;
margin: 0 1.0% 40rpx;
background-size: cover;
background-position: center;
position: relative;
z-index: 1;
}
.nav-lie::after {
content: "";
position: absolute;
z-index: -1;
background-color: inherit;
width: 100%;
height: 100%;
left: 0;
bottom: -10%;
border-radius: 10rpx;
opacity: 0.2;
transform: scale(0.9, 0.9);
}
.image-bg-ui {
min-height: 680rpx;
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/yuanhan93/ColorUI-GA.git
git@gitee.com:yuanhan93/ColorUI-GA.git
yuanhan93
ColorUI-GA
ColorUI-GA
master

搜索帮助