运维小程序
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

index.wxss 993B

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