2024-01-25 13:47:25 +08:00

138 lines
1.9 KiB
Plaintext

html,
body,
page {
font-size: 32rpx !important;
height: 100% !important;
display: flex !important;
flex-direction: column !important;
}
page {
box-sizing: border-box !important;
}
view,
image,
swiper,
swiper-item,
text {
box-sizing: border-box !important;
word-break: break-all;
word-wrap: break-word;
}
.flex-center-row {
align-items: center !important;
}
.flex-center-column {
justify-content: center !important;
}
.d-flex {
display: flex !important;
}
.flex-center {
display: flex !important;
justify-content: center !important;
align-items: center !important;
}
.flex-start {
display: flex !important;
justify-content: flex-start !important;
align-items: center !important;
}
.flex-between {
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
}
.flex-around {
display: flex !important;
justify-content: space-around !important;
align-items: center !important;
}
.flex-direction-column {
flex-direction: column !important;
}
.flex-align-center {
align-items: center !important;
}
.flex-1 {
display: flex;
flex-direction: column;
flex: 1 !important;
overflow: hidden !important;
}
.flex-column {
flex-direction: column !important;
}
.flex-row {
flex-direction: row !important;
}
.flex-row-center {
flex-direction: row !important;
align-items: center !important;
}
.flex-end {
display: flex !important;
justify-content: flex-end !important;
align-items: center !important;
}
.flex-align-start {
align-items: flex-start !important;
}
.text-center {
text-align: center !important;
}
.text-right {
text-align: right !important;
}
._is_image {
display: block;
width: 100%;
height: 100%;
border-radius: 12rpx;
}
._is_swiper_img {
display: block;
width: 100%;
height: 100%;
}
.ml-14 {
margin-left: 14rpx;
}
.mt-16 {
margin-top: 16rpx;
}
.mt-50{
margin-top: 50rpx;
}
.mb-30 {
margin-bottom: 30rpx;
}
::-webkit-scrollbar {
display: none;
}