ShenList.wxss 1.1 KB

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