123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .l-form-btn-class{
- display: flex;
- justify-content: space-around;
- margin-top: 10rpx;
- }
- .picker_bx{border-bottom:1px solid #eee;color: #777;padding: 0 20rpx;padding: 20rpx 20rpx;
- }
- .picker_bx text{font-size:32rpx;color: #777;}
- .picker_tt{width:280rpx;padding-left:30rpx;display:inline-block;}
- .picker_txt{padding-left:30rpx;}
- .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: 4rpx;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-cont{position: absolute;bottom:100rpx;right:20rpx;}
- .hd1{padding-bottom:20rpx;margin-left:20rpx;padding-top:20rpx;position: relative;}
- .hd1 text{font-size:30rpx;color:#555;}
- .btn-del{ position: absolute;bottom:20rpx;right:20rpx;}
- .btn-edit{ position: absolute;bottom:20rpx;right:20rpx;}
-
- /* .pic-bx{width:100%;text-align:left;}
- .ser-img{width:200rpx;height:150rpx;margin-right:20rpx;margin-bottom:20rpx;}
- .pop-big{position: fixed;z-index:9999;top:200rpx;width:630rpx;height:630rpx;background:#fff;left:60rpx;}
- .big-close{position: fixed;z-index:9999;top:200rpx;}
- .ser-img-big{width:600rpx;height:450rpx;} */
- .pic-bx{width:100%;text-align:left;}
- .ser-img{width:200rpx;height:150rpx;margin-right:20rpx;margin-bottom:20rpx;}
- .pop-big{}
- .big-close{position: fixed;z-index:9999;top:200rpx;}
- .ser-img-big{position: fixed;z-index:9999;top:200rpx;width:630rpx;height:630rpx;background:#fff;left:60rpx;}
|