1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .flex{display: flex;}
- .flexc{display: flex;align-items: center;}
- .flexcc{display: flex;align-items: center;justify-content: center;}
- .flex1{flex: 1;}
- .flex0{flex: 0 0 auto;}
- .flex01{flex: 0 1 auto;}
- .flexcj{display: flex;align-items: center;justify-content: space-between;}
- .flexdcc{display: flex;align-items: center;justify-content: center;flex-direction: column;}
- .flexdc{display: flex;flex-direction: column;}
- .flecw{display: flex;flex-wrap: wrap;}
- .flext{display: flex;align-items: flex-start;}
- .flexjd{display: flex;justify-content: flex-end;}
- .bgbox{background-color: rgba(0, 0, 0, 0.5);position: fixed;left: 0;right: 0;top: 0;bottom: 0;z-index: 5;}
- .clearf::after {
- content: "";
- display: block;
- clear: both;
- }
- .pr{position: relative;}
- .pbr{background-color: #ffffff;border-radius: 20rpx;position: relative;z-index: 1;}
- .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;}
- .navbg{width: 100%;position: absolute;left: 0;right: 0;top: 0;z-index: 0;}
- .shax {font-size: 30rpx;color: #666;text-align: center;padding: 20rpx 0;}
- .rhbtn{width: 100%;height: 88rpx;display: flex;align-items: center;justify-content: center;
- font-weight: bold;font-size: 26rpx;color: #FFFFFF;background: #0256FD;border-radius: 20rpx;}
- .rfbtn{height: 98rpx;display: flex;align-items: center;justify-content: center;font-weight: bold;position: fixed;left: 0;right: 0;bottom: 0;z-index: 2;font-size: 26rpx;color: #FFFFFF;background: #0156FE;}
- .bg45{background: #45CB99 !important;}
- .fjbtns{font-weight: 500;font-size: 26rpx;margin-left: 36rpx;}
- .fjtxt{font-weight: bold;font-size: 26rpx;color: #222327;}
- .txr{text-align: right;}
- .fw5{font-weight: 500;}
- .f12{font-size: 24rpx;}
- .f13{font-size: 26rpx;}
- .coa{color: #aaaaaa;}
- .co6{color: #666666;}
- .co27{color: #272727;}
- .co01{color: #0156FE;}
- .cofe{color: #FE5A0E;}
- .co28{color: #28C529;}
- .coff{color: #FF6969 !important;}
- .cof7{color: #FF7E00;}
- .co02{color: #0256FD;}
- .cof6{color: #FF6161;}
- .co06{color: #06C770;}
- .pdlr12{padding: 0 24rpx;}
- .ml10{margin-left: 20rpx;}
- .mr6{margin-right: 12rpx;}
- .mr12{margin-right: 24rpx;}
- .mb4{margin-bottom: 8rpx;}
- .mb5{margin-bottom: 10rpx;}
- .mb6{margin-bottom: 12rpx;}
- .mb9{margin-bottom: 18rpx !important;}
- .mb10{margin-bottom: 20rpx;}
- .mb12{margin-bottom: 24rpx;}
- .mb14{margin-bottom: 28rpx;}
- .mb16{margin-bottom: 32rpx;}
- .mb18{margin-bottom: 36rpx;}
- .mb20{margin-bottom: 40rpx;}
- .mb22{margin-bottom: 44rpx;}
- .mb24{margin-bottom: 48rpx;}
- .mt6{margin-top: 12rpx;}
- .mt12{margin-top: 24rpx;}
- .mt40{margin-top: 80rpx;}
- .mt55{margin-top: 110rpx;}
- .mt63{margin-top: 126rpx;}
|