12345678910111213141516171819202122232425262728293031323334353637 |
- .bxjlDHeader{
- line-height:130rpx;
- text-align: center;
- }
- .bxjlDBody{
- background-color: #fff;
- margin:20rpx;
- }
- .bxjlDBodyBody{
- font-size:30rpx;
- padding-left: 20rpx;
- line-height: 110rpx;
- border-bottom:1rpx solid #eee;
- }
- .bxjlDBodyHeader{
- font-size:28rpx;
- padding-left: 20rpx;
- line-height: 85rpx;
- background-color: #F3F3F3;
- /* border-bottom:1rpx solid #eee; */
- }
- .bxjlDBodyFooter{
- font-size:30rpx;
- padding-left: 20rpx;
- line-height: 100rpx;
- border-bottom:1rpx solid #eee;
- }
- .bxjlDBodyFooterSum{
- font-size:40rpx;
- padding-left: 120rpx;
- line-height: 120rpx;
- border-bottom:1rpx solid #eee;
- }
- .bxjlDBcenter{
- text-align: center;
- }
|