ShiList.wxss 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. /* StepPage/pages/report/ShiList/ShiList.wxss */
  2. .item{
  3. height:auto;
  4. border:1rpx solid #999696;
  5. border-radius: 10rpx;
  6. margin: 10rpx;
  7. padding: 15rpx 0;
  8. }
  9. .btn{
  10. position:fixed;
  11. bottom: 20rpx;
  12. right: 40rpx;
  13. z-index: 99;
  14. }
  15. .btn1{
  16. position:fixed;
  17. bottom: 20rpx;
  18. right: 220rpx;
  19. z-index: 99;
  20. }
  21. .btn2{
  22. position:fixed;
  23. bottom: 20rpx;
  24. right: 370rpx;
  25. z-index: 99;
  26. }
  27. .title{
  28. border-radius: 8pt;
  29. height: 30pt;
  30. line-height: 30pt;
  31. letter-spacing: 3pt;
  32. text-align: center;
  33. width: 90%;
  34. margin: 10pt auto;
  35. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  36. }
  37. .item_child{
  38. width: 98%;
  39. height: 60rpx;
  40. margin: 1%;
  41. display: flex;
  42. align-items: center;
  43. }
  44. .child_text{
  45. width: 200rpx;
  46. margin-right: 20rpx;
  47. text-align: right;
  48. }
  49. .search{
  50. position: fixed;
  51. width: 100%;
  52. top: 0rpx;
  53. background-color: #ffffff;
  54. padding-top: 90rpx;
  55. z-index: 99;
  56. }
  57. .picker{
  58. margin: 30rpx;
  59. color: #302e2e;
  60. }
  61. .is_item{
  62. background:-webkit-linear-gradient(top,rgb(255, 255, 255),rgb(231, 229, 229),rgb(192, 189, 189));
  63. height:auto;
  64. border:1rpx solid #383737;
  65. border-radius: 10rpx;
  66. margin: 10rpx;
  67. padding: 15rpx 0;
  68. }