beerCircles.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. /* pages/beerCircles/beerCircles.wxss */
  2. @import "../template/template.wxss";
  3. .handle-box{
  4. width: 100vw;
  5. height: 100vh;
  6. position: fixed;
  7. top: 0;
  8. z-index: 10001;
  9. }
  10. .handle-bg{
  11. width: 100vw;
  12. height: 100vh;
  13. position: absolute;
  14. bottom: 0;
  15. background-color: rgba(0,0,0,0.6);
  16. }
  17. .hadle-view{
  18. display: flex;
  19. flex-direction: row;
  20. position: absolute;
  21. bottom: 0;
  22. width: 678rpx;
  23. height: 200rpx;
  24. padding: 46rpx 36rpx 0;
  25. background: #F7F7F7;
  26. border-radius: 16px 16px 0px 0px;
  27. padding-bottom: env(safe-area-inset-bottom);
  28. }
  29. .hadle-view>image:nth-child(1){
  30. width: 48rpx;
  31. height: 48rpx;
  32. position: absolute;
  33. top: 20rpx;
  34. right: 16rpx;
  35. }
  36. .handle-item{
  37. display: flex;
  38. flex-direction: column;
  39. margin-right: 40rpx;
  40. }
  41. .handle-item>image:nth-child(1){
  42. width: 96rpx;
  43. height: 96rpx;
  44. margin-bottom: 16rpx;
  45. }
  46. .handle-item>text:nth-child(2){
  47. width: auto;
  48. height: 36rpx;
  49. font-size: 26rpx;
  50. font-family: PingFangSC-Regular, PingFang SC;
  51. font-weight: 400;
  52. color: rgba(0,0,0,0.6);
  53. line-height: 36rpx;
  54. text-align: center;
  55. }
  56. .add-btn{
  57. position: fixed;
  58. z-index: 10001;
  59. bottom: 232rpx;
  60. right: 24rpx;
  61. width: 128rpx;
  62. height: 128rpx;
  63. }
  64. .add-btn>image{
  65. width: 128rpx;
  66. height: 128rpx;
  67. }
  68. .nonedata-style{
  69. width: 750rpx;
  70. height: 100vh;
  71. display: flex;
  72. flex-direction: column;
  73. justify-content: center;
  74. align-items: center;
  75. }
  76. .nonedata-style>image:nth-child(1){
  77. width: 332rpx;
  78. height: 264rpx;
  79. }
  80. .nonedata-style>text:nth-child(2){
  81. width: auto;
  82. height: 48rpx;
  83. font-size: 30rpx;
  84. font-family: PingFangSC-Regular, PingFang SC;
  85. font-weight: 400;
  86. color: rgba(0,0,0,0.4);
  87. line-height: 48rpx;
  88. margin-top: 32rpx;
  89. }