|
|
@@ -31,4 +31,136 @@ view {
|
|
|
|
|
|
.aic {
|
|
|
align-items: center;
|
|
|
+}
|
|
|
+
|
|
|
+.m10 {
|
|
|
+ margin: 10rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m20 {
|
|
|
+ margin: 20rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m30 {
|
|
|
+ margin: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m40 {
|
|
|
+ margin: 40rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m50 {
|
|
|
+ margin: 50rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m10a {
|
|
|
+ margin: 10rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m20a {
|
|
|
+ margin: 20rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m30a {
|
|
|
+ margin: 30rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m40a {
|
|
|
+ margin: 40rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.m50a {
|
|
|
+ margin: 50rpx auto !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt10 {
|
|
|
+ margin-top: 10rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt20 {
|
|
|
+ margin-top: 20rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt30 {
|
|
|
+ margin-top: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt40 {
|
|
|
+ margin-top: 40rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt50 {
|
|
|
+ margin-top: 50rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt60 {
|
|
|
+ margin-top: 60rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt80 {
|
|
|
+ margin-top: 80rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mt100 {
|
|
|
+ margin-top: 100rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mr10 {
|
|
|
+ margin-right: 10rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mr20 {
|
|
|
+ margin-right: 20rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mr30 {
|
|
|
+ margin-right: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mr40 {
|
|
|
+ margin-right: 40rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mr50 {
|
|
|
+ margin-right: 50rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mb10 {
|
|
|
+ margin-bottom: 10rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mb20 {
|
|
|
+ margin-bottom: 20rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mb30 {
|
|
|
+ margin-bottom: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mb40 {
|
|
|
+ margin-bottom: 40rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.mb50 {
|
|
|
+ margin-bottom: 50rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ml10 {
|
|
|
+ margin-left: 10rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ml20 {
|
|
|
+ margin-left: 20rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ml30 {
|
|
|
+ margin-left: 30rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ml40 {
|
|
|
+ margin-left: 40rpx !important;
|
|
|
+}
|
|
|
+
|
|
|
+.ml50 {
|
|
|
+ margin-left: 50rpx !important;
|
|
|
}
|