| 123456789101112131415161718192021222324252627282930313233343536 |
- .image-frame {
- width: 39rpx;
- height: 39rpx;
- background-color: #95A8CB;
- border-radius: 50%;
- margin-top: 5rpx;
- margin-right: 3vw;
- }
- .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;
- }
- .list-below-item{
- padding-right: 3vw;
- padding-bottom: 3vw;
- }
|