noStaff.wxss 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. /* pages/welfareMall/staff/noStaff.wxss */
  2. page{
  3. background: #F9F9F9;
  4. display:flex;
  5. flex-flow: column nowrap;
  6. justify-content: left;
  7. align-items: center;
  8. box-sizing: border-box;
  9. }
  10. /* 垂直方向布局,水平居中 **/
  11. .flex-column{
  12. display: flex;
  13. flex-flow: column nowrap;
  14. align-items: center;
  15. justify-content: left;
  16. }
  17. /* 水平方向布局,垂直居中 **/
  18. .flex-row{
  19. display: flex;
  20. flex-flow: row nowrap;
  21. align-items: center;
  22. justify-content: center;
  23. }
  24. .noStaff-head{
  25. justify-content: space-between;
  26. position: relative;
  27. }
  28. .head-noStaff-logo{
  29. width: 152rpx;
  30. height: 152rpx;
  31. border-radius: 50%;
  32. overflow : hidden ;
  33. position: absolute;
  34. bottom: 130rpx;
  35. }
  36. .head-text{
  37. font-size: 36rpx;
  38. font-weight: 500;
  39. color: #F6C6A3;
  40. position: absolute;
  41. bottom: 34rpx;
  42. }
  43. .noStaff-content{
  44. background: #F9F9F9;
  45. }
  46. .noStaff-content{
  47. margin-top: 40rpx;
  48. }
  49. .content-join{
  50. width: 676rpx;
  51. height: 246rpx;
  52. background-image: url(https://dy.shpr.top/welfareGo/write-off-join.png);
  53. background-size: 100% 100%;
  54. margin-bottom: 40rpx;
  55. }
  56. .content-partnership{
  57. width: 676rpx;
  58. height: 246rpx;
  59. background-image: url(https://dy.shpr.top/welfareGo/write-off-partnership.png);
  60. background-size: 100% 100%;
  61. }