1234567891011121314151617181920212223242526 |
- page{height:100%;}
- .wrap{width:100%;}
- .bx{padding:10rpx 0rpx; }
-
- .table{background-color:#f2f2f2;display:flex;flex-direction:column;box-sizing:border-box;padding:10rpx 20rpx}
- .table_box{background-color:#fff;display: inline-block;border-radius:10rpx; width:96%;margin-bottom: 20rpx;padding:20rpx;position: relative;}
- .hd{ line-height:1;height:60rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;}
- .hd_tt{font-size:32rpx;color:#333;font-weight:bold;display:inline-block;width:400rpx}
- .hd_date{font-size:28rpx;color:#555;display:inline-block; }
- .bd_item{display:inline-block;width:50%;}
- .bd_item2{display:inline-block;width:99%;}
- .btn-see{ position: absolute;bottom:20rpx;right:180rpx;}
- .btn-edit{ position: absolute;bottom:20rpx;right:20rpx;}
- .btn-add{position: fixed;bottom:20rpx;right:40%;}
- .jiao{width:100rpx;height:100rpx;position: absolute;top:0rpx;right:0rpx;}
-
-
|