| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354 |
- .text-white {
- color: #ffffff;
- }
- .text-blue {
- color: #1e57f9;
- }
- .text-red {
- color: #e22416;
- }
- .text333 {
- color: #333333;
- }
- .text666 {
- color: #666;
- }
- .text999 {
- color: #999;
- }
- .bold {
- font-weight: bold;
- }
- .f38 {
- font-size: 38rpx !important;
- }
- .f36 {
- font-size: 36rpx !important;
- }
- .f34 {
- font-size: 34rpx !important;
- }
- .f32 {
- font-size: 30rpx !important;
- }
- .f30 {
- font-size: 30rpx !important;
- }
- .f28 {
- font-size: 28rpx !important;
- }
- .f26 {
- font-size: 26rpx !important;
- }
- .f24 {
- font-size: 24rpx !important;
- }
- // 外边距
- .m-10 {
- margin: 20rpx !important;
- }
- .m-15 {
- margin: 30rpx !important;
- }
- .m-20 {
- margin: 40rpx !important;
- }
- .m-25 {
- margin: 50rpx !important;
- }
- .m-30 {
- margin: 60rpx !important;
- }
- .m-35 {
- margin: 70rpx !important;
- }
- .m-40 {
- margin: 80rpx !important;
- }
- .mt-10 {
- margin-top: 20rpx !important;
- }
- .mt-15 {
- margin-top: 30rpx !important;
- }
- .mt-20 {
- margin-top: 40rpx !important;
- }
- .mt-25 {
- margin-top: 50rpx !important;
- }
- .mt-30 {
- margin-top: 60rpx !important;
- }
- .mt-35 {
- margin-top: 70rpx !important;
- }
- .mt-40 {
- margin-top: 80rpx !important;
- }
- .mr-10 {
- margin-right: 20rpx !important;
- }
- .mr-15 {
- margin-right: 30rpx !important;
- }
- .mr-20 {
- margin-right: 40rpx !important;
- }
- .mr-25 {
- margin-right: 50rpx !important;
- }
- .mr-30 {
- margin-right: 60rpx !important;
- }
- .mr-35 {
- margin-right: 70rpx !important;
- }
- .mr-40 {
- margin-right: 80rpx !important;
- }
- .mb-10 {
- margin-bottom: 20rpx !important;
- }
- .mb-15 {
- margin-bottom: 30rpx !important;
- }
- .mb-20 {
- margin-bottom: 40rpx !important;
- }
- .mb-25 {
- margin-bottom: 50rpx !important;
- }
- .mb-30 {
- margin-bottom: 60rpx !important;
- }
- .mb-35 {
- margin-bottom: 70rpx !important;
- }
- .mb-40 {
- margin-bottom: 80rpx !important;
- }
- .ml-10 {
- margin-left: 20rpx !important;
- }
- .ml-15 {
- margin-left: 30rpx !important;
- }
- .ml-20 {
- margin-left: 40rpx !important;
- }
- .ml-25 {
- margin-left: 50rpx !important;
- }
- .ml-30 {
- margin-left: 60rpx !important;
- }
- .ml-35 {
- margin-left: 70rpx !important;
- }
- .ml-40 {
- margin-left: 80rpx !important;
- }
- // 内边距
- .p-10 {
- padding: 20rpx !important;
- }
- .p-15 {
- padding: 30rpx !important;
- }
- .p-20 {
- padding: 40rpx !important;
- }
- .p-25 {
- padding: 50rpx !important;
- }
- .p-30 {
- padding: 60rpx !important;
- }
- .p-35 {
- padding: 70rpx !important;
- }
- .p-40 {
- padding: 80rpx !important;
- }
- .pt-10 {
- padding-top: 20rpx !important;
- }
- .pt-15 {
- padding-top: 30rpx !important;
- }
- .pt-20 {
- padding-top: 40rpx !important;
- }
- .pt-25 {
- padding-top: 50rpx !important;
- }
- .pt-30 {
- padding-top: 60rpx !important;
- }
- .pt-35 {
- padding-top: 70rpx !important;
- }
- .pt-40 {
- padding-top: 80rpx !important;
- }
- .pr-10 {
- padding-right: 20rpx !important;
- }
- .pr-15 {
- padding-right: 30rpx !important;
- }
- .pr-20 {
- padding-right: 40rpx !important;
- }
- .pr-25 {
- padding-right: 50rpx !important;
- }
- .pr-30 {
- padding-right: 60rpx !important;
- }
- .pr-35 {
- padding-right: 70rpx !important;
- }
- .pr-40 {
- padding-right: 80rpx !important;
- }
- .pb-10 {
- padding-bottom: 20rpx !important;
- }
- .pb-15 {
- padding-bottom: 30rpx !important;
- }
- .pb-20 {
- padding-bottom: 40rpx !important;
- }
- .pb-25 {
- padding-bottom: 50rpx !important;
- }
- .pb-30 {
- padding-bottom: 60rpx !important;
- }
- .pb-35 {
- padding-bottom: 70rpx !important;
- }
- .pb-40 {
- padding-bottom: 80rpx !important;
- }
- .pl-10 {
- padding-left: 20rpx !important;
- }
- .pl-15 {
- padding-left: 30rpx !important;
- }
- .pl-20 {
- padding-left: 40rpx !important;
- }
- .pl-25 {
- padding-left: 50rpx !important;
- }
- .pl-30 {
- padding-left: 60rpx !important;
- }
- .pl-35 {
- padding-left: 70rpx !important;
- }
- .pl-40 {
- padding-left: 80rpx !important;
- }
- // 圆角
- .radius10 {
- border-radius: 10px;
- }
- .radius15 {
- border-radius: 15px;
- }
- .radius20 {
- border-radius: 20px;
- }
|