运维小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.wxss 931B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /* pages/malfunction/index.wxss */
  2. .setup{
  3. width: 100%;
  4. height: 100vh;
  5. background: linear-gradient(to bottom, #0F80DC -40%, #F0F5F5 40%,#F0F5F5 100%);
  6. padding: 20rpx 20rpx;
  7. box-sizing: border-box;
  8. }
  9. .setup_list{
  10. width: 100%;
  11. background-color: #ffffff;
  12. border-radius: 10rpx;
  13. }
  14. .allocation{
  15. width: 100%;
  16. height: 80rpx;
  17. display: flex;
  18. align-items: center;
  19. justify-content:space-between;
  20. padding: 0rpx 20rpx;
  21. overflow: hidden;
  22. box-sizing: border-box;
  23. }
  24. .allocation_1{
  25. display: flex;
  26. font-size:13px;
  27. align-items: center;
  28. }
  29. .allocation_box{
  30. border-radius: 16rpx;
  31. background-color: #ffffff;
  32. padding: 10rpx 0rpx;
  33. box-sizing: border-box;
  34. margin-top: 30rpx;
  35. box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  36. }
  37. .allocation_2{
  38. color: #999999;
  39. }
  40. .allocation_3{
  41. font-size: 14px;
  42. }
  43. .content-container{
  44. margin-top: 40rpx;
  45. display: flex;
  46. flex-direction: column;
  47. justify-content: center;
  48. align-items: center;
  49. }