Files
cashier_wx/common/css/common.scss

97 lines
1.1 KiB
SCSS

page,
view,
scroll-view,
swiper,
swiper-item,
match-media,
movable-area,
movable-view,
cover-view,
cover-image,
icon,
text,
rich-text,
progress,
button,
checkbox-group,
editor,
form,
input,
label,
picker,
picker-view,
radio-group,
slider,
switch,
textarea,
navigator,
audio,
camera,
image,
video,
live-player,
live-pusher,
map,
canvas,
web-view {
box-sizing: border-box;
}
input {
height: auto;
}
image {
display: block;
}
.absolute{
position: absolute;
}
.color-main{
color:$my-main-color;
}
.bg-main{
background-color: $my-main-color;
}
.color-666{
color: #666;
}
.text-center{
text-align: center;
}
.color-333{
color: #333;
}
.color-000{
color: #000;
}
.color-999{
color: #999;
}
.font-16 {
font-size: 16px;
}
.font-700{
font-weight: 700;
}
.font-14{
font-size: 14px;
}
.font-10{
font-size: 10px;
}
.font-12 {
font-size: 12px;
}
.no-wrap{
white-space: nowrap;
}
.line-through{
text-decoration: line-through;
}
.u-flex-1{
flex:1;
}
.u-col-center{
align-items: center;
}