@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; } .primary { padding: 20rpx !important; font-size: 32rpx !important; border-radius: 16rpx !important; color: #fff !important; text-align: center !important; background: linear-gradient(270deg, #0089fd 0%, #43a9ff 100%) !important; }