| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- .image-frame {
- width: 39rpx;height: 39rpx;
- text-align: center;
- background-color: #95A8CB;
- border-radius: 50%;
- margin-top: 5rpx;
- margin-right: 3vw;
- display: flex;
- justify-content: center;
- }
- .tile-class {
- background: linear-gradient(91.65deg, #D9E6FF 3.83%, #F5F9FF 55.06%);
- }
- .list-below-item {
- padding: 3vw 5vw 3vw 8vw;
- display: flex;
- }
- .bottom-class-org {
- background: #fff;
- position: fixed;
- bottom: 0;
- width: 100%;
- height: 182rpx;
- border-top: 1px solid #efefef;
- z-index: 7;
- box-shadow: 0px -8rpx 24rpx rgba(0, 16, 39, 0.1);
- border-radius: 30rpx 30rpx 0rpx 0rpx;
- }
- /* .v-button{
- background: #20365E;
-
- } */
- .Outer-frame {
- background: white;
- margin: 3vw;
- border-radius: 15rpx;
- box-shadow: 5px 5px 5px 5px rgb(226 226 226 / 75%);
- }
- .list-below-item {
- padding-right: 3vw;
- padding-bottom: 3vw;
- }
- .btn-add-class {
- background: #8091A9;
- border-radius: 50%;
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 20rpx;
- box-shadow: 0px 17px 22px 0px #1B365D33;
- }
- .image-class{
- width: 30rpx;
- height: 30rpx;
- }
|