customerInformation.wxss 1.5 KB

12345678910111213141516171819202122232425262728293031323334
  1. page{height:100%;}
  2. .wrap{width:100%;}
  3. .bx{padding:10rpx 0rpx; }
  4. .search-bx{padding:0rpx 30rpx;}
  5. .search-input{background-color:#fff;border-radius:40rpx;height:70rpx;font-size:28rpx;margin:20rpx 0rpx}
  6. .search-date{display:inline-block; margin-right:30rpx;vertical-align:text-top;background-color:#fff;font-size:28rpx;padding:6rpx 10rpx;border-radius:20rpx;}
  7. .btn-search{display:inline-block;height: 60rpx;min-width: 140rpx;font-size: 24rpx; border:none; padding: 0 12rpx;font-size:28rpx;text-align:center;background:#ffbd4a;color:#333;border-radius:10rpx;}
  8. .table{background-color:#f2f2f2;display:flex;flex-direction:column;box-sizing:border-box;padding:10rpx 20rpx}
  9. .table_box{background-color:#fff;display: inline-block;border-radius:10rpx; width:96%;margin-bottom: 20rpx;padding:20rpx;position: relative;}
  10. .hd{ line-height:1;height:80rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;}
  11. .hd_tt{font-size:32rpx;color:#333;font-weight:bold;display:inline-block;width:400rpx;width: 100%;}
  12. .hd_date{font-size:28rpx;color:#555;display:inline-block; }
  13. .bd{line-height:1;height:60rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;}
  14. .bd-b{line-height:1;height:60rpx;display:flex;flex-direction:row;box-sizing:border-box;justify-content: space-between;border-top:1px solid #555;padding-top:20rpx}
  15. .btn-see{ position: absolute;bottom:100rpx;right:180rpx;}
  16. .btn-edit{ position: absolute;bottom:100rpx;right:20rpx;}
  17. .btn-add{position: fixed;bottom:20rpx;right:38%;}