1 В избранное 0 Ответвления 0

OSCHINA-MIRROR/zp16162004-PCSHOP

Присоединиться к Gitlife
Откройте для себя и примите участие в публичных проектах с открытым исходным кодом с участием более 10 миллионов разработчиков. Приватные репозитории также полностью бесплатны :)
Присоединиться бесплатно
Клонировать/Скачать
app.wxss 4.5 КБ
Копировать Редактировать Web IDE Исходные данные Просмотреть построчно История
zp16162004 Отправлено 16.10.2022 13:03 e3320fc
/**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;
}

Опубликовать ( 0 )

Вы можете оставить комментарий после Вход в систему

1
https://api.gitlife.ru/oschina-mirror/zp16162004-PCSHOP.git
git@api.gitlife.ru:oschina-mirror/zp16162004-PCSHOP.git
oschina-mirror
zp16162004-PCSHOP
zp16162004-PCSHOP
master