123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- .sum {
- display: flex;
- flex-wrap: wrap;
- width: 750rpx;
- height: 350rpx;
- }
- .sum .sum_item {
- width: 375rpx;
- height: 160rpx;
- text-align: center;
- }
- .sum .sum_item .sum_item_title {
- height: 120rpx;
- line-height: 120rpx;
- font-size: 30rpx;
- color: #6B747E;
- }
- .sum .sum_item .sum_item_val {
- height: 40rpx;
- line-height: 40rpx;
- color: #E7624F;
- }
- .detail{
- width: 700rpx;
- margin: 0 auto;
- }
- .detail_title{
- display: flex;
- height: 60rpx;
- line-height: 60rpx;
- }
- .detail_title .detail_title_text{
- flex: 1;
- font-size: 30rpx;
- }
- .detail_title .detail_title_type{
- flex: 1;
- text-align: right;
- font-size: 25rpx;
- }
- .detail_title .detail_title_type text{
- padding-left: 10rpx;
- }
- .active{
- color: #E7624F;
- }
- .list_item{
- display: flex;
- height: 40rpx;
- line-height: 40rpx;
- }
- /*.list_item>view{
- width: 200rpx;
-
- }*/
- .list_item .list_item_date{
- width: 300rpx;
- font-size: 20rpx;
- text-align: center;
- }
- .list_item .list_item_cate{
- width: 200rpx;
- font-size: 30rpx;
- text-align: center;
- }
- .list_item .list_item_time{
- width: 200rpx;
- font-size: 30rpx;
- text-align: right;
- }
- .detail_list{
- height: 3000rpx;
- }
- .back{
- width: 750rpx;
- border: 0;
- align-items: center;
- }
|