123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110 |
- .flex{display: flex;}
- .flexc{display: flex;align-items: center;}
- .flex1{flex: 1;}
- .flex0{flex: 0 0 auto;}
- .flex01{flex: 0 1 auto;}
- .flexcc{display: flex;align-items: center;justify-content: center;}
- .flexcj{display: flex;align-items: center;justify-content: space-between;}
- .flext{display: flex;align-items: flex-start;}
- .flexcw{display: flex;align-items: center;flex-wrap: wrap;}
- .flexcj{display: flex;align-items: center;justify-content: space-between;}
- .flexccc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
- .flexw{display: flex;flex-wrap: wrap;}
- .clearf::after {
- content: "";
- display: block;
- clear: both;
- }
- .flexjs{justify-content: space-between;}
- .wordb{word-break: break-all;}
- .fsi{font-style: italic;}
- .w50{width: 50%;}
- .txr{text-align: right;}
- .txc{text-align: center;}
- .txl{text-align: left;}
- .pfixed{position: fixed;z-index: 5;left: 0;top: 0;right: 0;background: #ffffff;}
- .pfixedb{position: fixed;z-index: 5;left: 0;bottom: 0;right: 0;background: #FFFFFF;
- box-shadow: 0px 0px 16rpx 0px rgba(87,87,87,0.41);}
- .pr{position: relative;}
- image{display: block;}
- .bgf{background-color: #ffffff;}
- .overa{overflow: auto;}
- .over{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
- .overtwo{word-break: break-all;text-overflow: ellipsis;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;white-space: normal;}
- .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
- .regbox{width: 100%;min-height: 100vh;background-color: #ffffff;box-sizing: border-box;}
- .regbox .rbtn{width: 100%;height: 98rpx;background: #D32C26;border-radius: 49rpx;text-align: center;line-height: 98rpx;font-size: 32rpx;font-weight: bold;color: #FFFEFE;}
- .regbox .rimg{flex: 0 0 auto;margin-left: 12rpx;display: flex;align-items: center;justify-content: center;width: 40rpx;height: 40rpx;}
- .regbox .rimg image{width: 18rpx;height: 30rpx;}
- .regbox .apllytxt{font-size: 30rpx;font-weight: 500;color: #DF0024;margin-top: 26rpx;color: #AAAAAA;text-align: center;}
- .regbox .apllytxt text{color: #DF0024;padding-right: 16rpx;font-size: 30rpx;}
- .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
- .pregbox{padding: 160rpx 56rpx 160rpx;}
- .rzbfot{padding:28rpx 34rpx 68rpx;position: fixed;left: 0;right: 0;bottom: 0;background-color: #ffffff;}
- .rzbtn{width: 100%;background: #00A9F0;border-radius:10rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 30rpx;color: #FFFFFF;}
- .rzbtnadd{width: 100%;border-radius:10rpx;height: 100rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;font-size: 30rpx;
- background:#EBF3FF;color: #00A9F0; }
- .rzbtnadd image{width: 30rpx;height: 30rpx;margin-right: 10rpx;}
- .fwbtns{position: fixed;left: 0;right: 0;bottom: 0;height: 98rpx;font-weight: 500;
- font-size: 30rpx;color: #FFFFFF;background: #00A9F0;text-align: center;line-height: 98rpx;}
- .h50{height: 100rpx;}
- .mt3{margin-top: 6rpx;}
- .mt8{margin-top: 16rpx;}
- .mt4{margin-top: 8rpx;}
- .mt12{margin-top: 24rpx;}
- .mt18{margin-top: 36rpx;}
- .mt24{margin-top: 48rpx;}
- .mt26{margin-top: 52rpx;}
- .mt38{margin-top: 76rpx;}
- .mt50{margin-top: 100rpx;}
- .mb2{margin-bottom: 4rpx !important;}
- .mb9{margin-bottom: 18rpx !important;}
- .mb12{margin-bottom: 24rpx !important;}
- .mb16{margin-bottom: 32rpx !important;}
- .mb18{margin-bottom: 36rpx;}
- .mb19{margin-bottom: 38rpx;}
- .mb20{margin-bottom: 40rpx;}
- .mb22{margin-bottom: 44rpx;}
- .mb24{margin-bottom: 48rpx;}
- .mb26{margin-bottom: 52rpx;}
- .mb28{margin-bottom: 56rpx;}
- .ml4{margin-left: 8rpx;}
- .ml8{margin-left: 16rpx;}
- .ml33{margin-left: 66rpx;}
- .pb12{padding-bottom: 24rpx;}
- .pt17{padding-top: 34rpx;}
- .plr12{padding: 0 24rpx;}
- .plr18{padding: 0 36rpx;}
- .fw{font-weight: bold;}
- .fw5{font-weight: 500;}
- .fwn{font-weight: normal;}
- .f12{font-size: 24rpx !important;}
- .f15{font-size: 30rpx;}
- .f20{font-size: 40rpx !important;}
- .co23{color: #222327;}
- .coa{color: #AAAAAA !important;;}
- .co1y{color: #17CF5F !important;}
- .co1l{color: #1792E5 !important;}
- .cof6{color: #FF6969;}
- .cof64{color: #FF6400 !important;}
- .co0a{color: #00A9F0 !important;}
- .co28{color: #28C529;}
|