赞
踩
-
- .align_center {
- align-items: center;
- }
-
- .align_start {
- align-items: flex-start;
- }
-
- .align_end {
- align-items: flex-end;
- }
-
- .padding_top {
- padding-top: 24rpx;
- }
-
- .padding_left {
- padding-left: 24rpx;
- }
-
- .padding_sx {
- padding: 24rpx 0;
- }
-
- .margin_lr {
- margin: 0 16rpx !important;
- }
- .margin-bottom24 {
- margin: 0 auto 24rpx;
- }
- .margin_top24 {
- margin-top: 24 ;
- }
- .padding_lr {
- padding: 0 16rpx;
- }
-
- .display_flex {
- display: flex;
- }
-
- .flex_display-align {
- display: flex;
- align-items: center;
- }
-
- .flex_one {
- flex: 1;
- }
-
- .flex_wrap {
- flex-wrap: wrap;
- }
-
- .flex_direction-column {
- flex-direction: column;
- }
-
- .font_size22 {
- font-size: 22rpx;
- }
-
- .font_size24 {
- font-size: 24rpx;
- }
-
- .font_size28 {
- font-size: 28rpx;
- }
-
- .font_size32 {
- font-size: 32rpx;
- }
-
- .font_size34 {
- font-size: 34rpx;
- }
-
- .font_size36 {
- font-size: 36rpx;
- }
-
- .justify_content-center {
- justify-content: center;
- }
-
- .justify_content-between {
- justify-content: space-between;
- }
-
- .justify_content-around {
- justify-content: space-around;
- }
-
- .justify_content-end {
- justify-content: flex-end;
- }
-
- .justify_content-start {
- justify-content: flex-start;
- }
-
- .font_weight {
- font-weight: bold;
- }
-
-
-
- .text_fangbuxia1 {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- word-break: break-all;
- }
-
- .text_fangbuxia2 {
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 2;
- overflow: hidden;
- }
- .box_sizing{ box-sizing: border-box;}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。