org.wxss 1.0 KB

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