电速宝
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

index.wxss 996B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* pages/setuplevel/index.wxss */
  2. page{
  3. background: linear-gradient(to bottom, #00C775 -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: #00C775;
  17. border: 1rpx solid #00C775;
  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: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
  49. }
  50. .allocation_2{
  51. color: #999999;
  52. }
  53. .allocation_3{
  54. font-size: 14px;
  55. }