| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889 |
- .container {
- background-color: #f0f0f0;
- color:#1e1e1e;
- font-weight: 500;
- }
- .panelTitle{
- width:100%;
- margin-top: 50rpx;
- justify-content: space-between;
- align-items: flex-end;
- }
- .panelTitle .panelTitle1{
- font-size:32rpx;
- margin-left: 30rpx;
- margin-bottom: 30rpx;
- }
- .panelTitle .panelTitle2{
- font-size: 20rpx;
- color:#787878;
- margin-bottom: 30rpx;
- margin-right: 30rpx;
- font-weight: 500;
- }
- .panelTitle .line1{
- width:3rpx;
- height:20rpx;
- background-color: #D2D2D2;
- margin: 0 10rpx;
- }
- .panelItem{
- width:100%;
- justify-content: space-between;
- font-size:28rpx;
- height:100rpx;
- margin-bottom: 2rpx;
- background-color: #fff;
- }
- .panelItem0{
- height:133rpx;
- }
- .panelItem .panelItem1{
- margin-left: 30rpx;
- font-weight: 400;
- }
- .panelItem .panelItem2{
- margin-right: 30rpx;
- color:#787878;
- font-weight: 400;
- }
- .panelItem .panelItem22{
- margin-left: 30rpx;
- width: 90rpx;
- }
- .panelFooter{
- font-weight: 400;
- font-size: 24rpx;
- margin-top: 50rpx;
- }
- .panelFooter .title6{
- color:#B3443B;
- text-decoration: underline;
- font-weight: 500;
- }
- .footer{
- width: 100%;
- height: 140rpx;
- position: fixed;
- bottom: 0;
- line-height: 140rpx;
- font-size:48rpx;
- color:#fff;
- text-align: center;
- background-color: #03AF69;
- }
|