15 Star 177 Fork 14

鹏铖信息 / PCSHOP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
app.wxss 4.53 KB
一键复制 编辑 原始数据 按行查看 历史
鹏铖信息 提交于 2022-10-16 18:03 . 完善砍价活动页面
/**app.wxss**/
@import "/public/css/fa.wxss";
@import "/public/css/iconfont.wxss";
.w_100
{
width:100%;
}
button
{
background-color: transparent;
}
.d_none
{
display: none !important;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
padding: 200rpx 0;
box-sizing: border-box;
font-size: 26rpx;
}
view
{
font-size: 26rpx;
line-height: 40rpx;
box-sizing: border-box;
}
image
{
box-sizing: border-box;
display: block;
}
input{
font-size: 26rpx;
}
.holder
{
padding-left: 20rpx;
padding-right: 20rpx;
}
.color_white
{
color: #ffffff;
}
.color_lightwhite
{
color: #e9e9e9;
}
.color_gray
{
color: #656565;
}
.color_red
{
color: #f10b0b;
}
.bg_white
{
background-color: #ffffff;
}
.bg_gray
{
background-color:rgb(130,130,130);
}
.bg_lightgray
{
background-color:rgb(229,229,229);
}
.color_gray
{
color: #656565;
}
.color_red
{
color: #f10b0b;
}
.bg_red
{
background-color: #f10b0b;
}
.flex_fill
{
flex-grow: 1;
}
.flex_row_start
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.flex_row_end
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.flex_row_center
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.flex_column_start
{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.flex_column_end
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.flex_column_center
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.flex_row_cs
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-start;
}
.flex_row_ss
{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-start;
}
.flex_row_es
{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-start;
}
.flex_row_ce
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: flex-end;
}
.flex_row_se
{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: flex-end;
}
.flex_row_ee
{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: flex-end;
}
.flex_row_cc
{
display: flex;
flex-direction: row;
align-items: center;
justify-content: center;
}
.flex_row_sc
{
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
}
.flex_row_ec
{
display: flex;
flex-direction: row;
align-items: flex-end;
justify-content: center;
}
.flex_column_cs
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
}
.flex_column_ss
{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-start;
}
.flex_column_es
{
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-start;
}
.flex_column_ce
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-end;
}
.flex_column_se
{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: flex-end;
}
.flex_column_ee
{
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: flex-end;
}
.flex_column_cc
{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
}
.flex_column_sc
{
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.flex_column_ec
{
display: flex;
flex-direction: column;
align-items: flex-end;
justify-content: center;
}
.single_line
{
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
}
.m_row_10
{
margin-left:20rpx;
margin-right:20rpx;
}
.m_row_20
{
margin-left:40rpx;
margin-right:40rpx;
}
.m_column_10
{
margin-top:20rpx;
margin-bottom:20rpx;
}
.m_column_20
{
margin-top:40rpx;
margin-bottom:40rpx;
}
.p_row_10
{
padding-left:20rpx;
padding-right:20rpx;
}
.p_row_20
{
padding-left:40rpx;
padding-right:40rpx;
}
.p_column_10
{
padding-top:20rpx;
padding-bottom:20rpx;
}
.p_column_20
{
padding-top:40rpx;
padding-bottom:40rpx;
}
.font_big
{
font-size:44rpx !important;
line-height:60rpx !important;
}
.font_normal
{
font-size:36rpx !important;
line-height:44rpx !important;
}
.font_small
{
font-size:24rpx !important;
line-height:36rpx !important;
}
.font_bold
{
font-weight:bold;
}
.font_bolder
{
font-weight:bolder;
}
JavaScript
1
https://gitee.com/zp16162004/PCSHOP.git
git@gitee.com:zp16162004/PCSHOP.git
zp16162004
PCSHOP
PCSHOP
master

搜索帮助