org.wxss 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .image-frame {
  2. width: 39rpx;height: 39rpx;
  3. text-align: center;
  4. background-color: #95A8CB;
  5. border-radius: 50%;
  6. margin-top: 5rpx;
  7. margin-right: 3vw;
  8. display: flex;
  9. justify-content: center;
  10. }
  11. .tile-class {
  12. background: linear-gradient(91.65deg, #D9E6FF 3.83%, #F5F9FF 55.06%);
  13. }
  14. .list-below-item {
  15. padding: 3vw 5vw 3vw 8vw;
  16. display: flex;
  17. }
  18. .bottom-class-org {
  19. background: #fff;
  20. position: fixed;
  21. bottom: 0;
  22. width: 100%;
  23. height: 182rpx;
  24. border-top: 1px solid #efefef;
  25. z-index: 7;
  26. box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
  27. border-radius: 30rpx 30rpx 0rpx 0rpx;
  28. }
  29. /* .v-button{
  30. background: #20365E;
  31. } */
  32. .Outer-frame {
  33. background: white;
  34. margin: 3vw;
  35. border-radius: 15rpx;
  36. box-shadow: 5px 5px 5px 5px rgb(226 226 226 / 75%);
  37. }
  38. .list-below-item {
  39. padding-right: 3vw;
  40. padding-bottom: 3vw;
  41. }
  42. .btn-add-class {
  43. background: #8091A9;
  44. border-radius: 50%;
  45. display: flex;
  46. justify-content: center;
  47. align-items: center;
  48. padding: 20rpx;
  49. box-shadow: 0px 17px 22px 0px #1B365D33;
  50. }
  51. .image-class{
  52. width: 30rpx;
  53. height: 30rpx;
  54. }