加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 2.51 KB
一键复制 编辑 原始数据 按行查看 历史
paul 提交于 2023-11-23 18:42 . 初始源码
[is="components/vant/icon/index"] {
align-items: center;
display: -webkit-inline-flex;
display: inline-flex;
justify-content: center
}
[is="components/vant/loading/index"] {
font-size: 0;
line-height: 1
}
[is="components/vant/tab/index"] {
box-sizing: border-box;
flex-shrink: 0;
width: 100%
}
@import "/common/common.wxss";
@import "/common/icon.wxss";
.title {
font-size: 32rpx;
font-weight: 500;
max-width: 600rpx;
}
.desc {
color: #666;
font-size: 24rpx;
}
.text-center {
text-align: center;
}
.flex,
.flex-column {
display: -webkit-flex;
display: flex;
}
.flex-column {
flex-direction: column;
}
.flex-center {
align-items: center;
justify-content: center;
}
.flex-center,
.flex-space-between {
display: -webkit-flex;
display: flex;
}
.flex-space-between {
justify-content: space-between;
}
.flex-justify-center {
justify-content: center;
}
.flex-align-center {
align-items: center;
}
.mt1 {
margin-top: 10rpx;
}
.mt2 {
margin-top: 20rpx;
}
.mt3 {
margin-top: 30rpx;
}
.mt4 {
margin-top: 40rpx;
}
.mt5 {
margin-top: 50rpx;
}
.mb1 {
margin-bottom: 10rpx;
}
.mb2 {
margin-bottom: 20rpx;
}
.mb3 {
margin-bottom: 30rpx;
}
.mb4 {
margin-bottom: 40rpx;
}
.mb5 {
margin-bottom: 50rpx;
}
.ml1 {
margin-left: 10rpx;
}
.ml2 {
margin-left: 20rpx;
}
.ml3 {
margin-left: 30rpx;
}
.ml4 {
margin-left: 40rpx;
}
.ml5 {
margin-left: 50rpx;
}
.mr1 {
margin-right: 10rpx;
}
.mr2 {
margin-right: 20rpx;
}
.mr3 {
margin-right: 30rpx;
}
.mr4 {
margin-right: 40rpx;
}
.mr5 {
margin-right: 50rpx;
}
.p1 {
padding: 10rpx;
}
.p2 {
padding: 20rpx;
}
.p3 {
padding: 30rpx;
}
.p4 {
padding: 40rpx;
}
.p5 {
padding: 50rpx;
}
.pt1 {
padding-top: 10rpx;
}
.pt2 {
padding-top: 20rpx;
}
.pt3 {
padding-top: 30rpx;
}
.rotate90 {
transform: rotate(90deg);
}
.van-nav-bar__text,van-icon .van-icon-arrow-left{
color: #0F0F0F !important;
font-size: 36rpx;
font-weight: 500;
}
.van-ellipsis{
font-size: 36rpx;
}
.van-button--primary {
background-color: #0478FF !important;
}
.van-stepper__minus, .van-stepper__plus {
color: #007AFF !important;
background-color: #fff !important;
}
.van-stepper__input {
background-color: #fff !important;
color: #007AFF !important;
}
.van-nav-bar__text, van-icon .van-icon-arrow-left {
font-size: 36rpx !important;
}
.van-share-sheet__icon {
border-radius:50% !important;
overflow: hidden !important;
}
.van-share-sheet__button image{
width: 80rpx !important;
height: 80rpx !important;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化