org.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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. 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;margin:3vw;border-radius: 15rpx;
  34. box-shadow: 5px 5px 5px 5px rgb(226 226 226 / 75%);
  35. }
  36. .list-below-item{
  37. padding-right: 3vw;
  38. padding-bottom: 3vw;
  39. }.btn-add-class {
  40. background: #8091A9;
  41. border-radius: 50%;
  42. display: flex;
  43. justify-content: center;
  44. align-items: center;
  45. padding: 20rpx;
  46. box-shadow: 0px 17px 22px 0px #1B365D33;
  47. }