app/uni.css

153 lines
2.5 KiB
CSS
Raw Permalink Normal View History

2025-04-21 17:39:41 +08:00
@charset "UTF-8";
/* 页面左右间距 */
/* 文字尺寸 */
/*文字颜色*/
/* 边框颜色 */
/* 图片加载中颜色 */
/* 行为相关颜色 */
/*主题颜色 具体参考 https://ant.design/docs/spec/colors-cn */
/**微信登录按钮颜色 */
/**主颜色*/
/*用于金钱等颜色 */
/*主题高亮颜色*/
/*辅助高亮颜色*/
/*主题高亮背景颜色*/
/*价格红高亮背景颜色*/
/*辅助色*/
.light-color {
color: #fe3c3c;
}
.main-color {
color: #fe3c3c !important;
}
.bg-light-color {
/* #ifndef APP-NVUE */
background-color: #fe3c3c !important;
/* #endif */
}
.bg-light-color /deep/ * {
background-color: #fe3c3c !important;
}
.bg-main-color {
background-color: #fe3c3c !important;
}
.bg-linear-gradient {
background-image: linear-gradient(25deg, #fa123b, #ff6b35, #ff9f28, #ffcc03);
}
/* #ifndef APP-NVUE */
.uni-tabbar .uni-tabbar__icon {
width: 20px;
height: 18px;
}
/* #endif */
.flex {
display: flex;
}
.btn {
background-color: #fe3c3c;
color: #ffffff;
border-width: 0px;
/* #ifndef APP-NVUE */
border: none;
/* #endif */
border-color: transparent;
border-radius: 44px;
height: 44px;
box-shadow: none;
font-weight: 400;
font-style: normal;
line-height: 44px;
text-align: center;
}
.btn::after {
/* #ifndef APP-NVUE */
border: none;
/* #endif */
border-color: transparent;
}
.button-hover {
opacity: 0.7;
}
.margin {
margin: 10px;
}
.tag {
background-color: #f2f2f2;
color: #333333;
height: 28px;
border-radius: 28px;
box-shadow: none;
font-family: "PingFangSC-Regular", "PingFang SC", sans-serif;
font-weight: 400;
font-style: normal;
line-height: 28px;
text-align: center;
width: 90px;
}
.c-content {
background-color: #ffffff;
border-top: 1px solid #ebeef5;
border-bottom: 1px solid #ebeef5;
}
.mt-30 {
margin-top: 30rpx;
}
.border-top {
border-top: 1px solid #ebeef5;
}
.describe {
color: #909399;
font-size: 24rpx;
padding: 30rpx;
}
.flex-center {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
.flex-a-c {
align-items: center;
}
.relative {
position: relative;
}
/* #ifndef APP-NVUE */
.wes {
/* 多出部分用省略号表示 , 用于一行 */
overflow: hidden;
word-wrap: normal;
white-space: nowrap;
text-overflow: ellipsis;
}
.wes-2 {
/* 适用于webkit内核和移动端 */
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
/* #endif */