| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159 |
- @import "./margin.wxss";
- @import "./padding.wxss";
- @import "./font-size.wxss";
- @import "./color.wxss";
- @import "./width.wxss";
- @import "./height.wxss";
- .dib {
- display: block;
- }
- .tac {
- text-align: center;
- }
- .tal {
- text-align: left;
- }
- .tar {
- text-align: right;
- }
- .df {
- display: flex;
- }
- .jcsb {
- justify-content: space-between;
- }
- .jcc {
- justify-content: center;
- }
- .jcfe {
- justify-content: flex-end;
- }
- .jcsa {
- justify-content: space-around;
- }
- .jcs {
- justify-content: start;
- }
- .aic {
- align-items: center;
- }
- .aib {
- align-items: baseline;
- }
- .pointer {
- cursor: pointer;
- }
- .fww {
- flex-wrap: wrap;
- }
- .fdc {
- flex-direction: column;
- }
- .fs1 {
- flex-shrink: 1 !important;
- }
- .fg1 {
- flex-grow: 1 !important;
- }
- .wsn {
- white-space: nowrap !important;
- }
- .t32 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 32rpx;
- height: 32rpx;
- line-height: 32rpx;
- }
- .t30 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 30rpx;
- height: 30rpx;
- line-height: 30rpx;
- }
- .t28 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 28rpx;
- height: 28rpx;
- line-height: 28rpx;
- }
- .t24 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 24rpx;
- height: 24rpx;
- line-height: 24rpx;
- }
- .t22 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 22rpx;
- height: 22rpx;
- line-height: 22rpx;
- }
- .t20 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 20rpx;
- height: 20rpx;
- line-height: 20rpx;
- }
- .t18 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 18rpx;
- height: 18rpx;
- line-height: 18rpx;
- }
- .t16 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 16rpx;
- height: 16rpx;
- line-height: 16rpx;
- }
- .t14 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 14rpx;
- height: 14rpx;
- line-height: 14rpx;
- }
- .t12 {
- border-left: 8rpx solid #409eff;
- padding-left: 12rpx;
- font-size: 12rpx;
- height: 12rpx;
- line-height: 12rpx;
- }
|