.modal { position: fixed; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.56); display: flex; flex-direction: column; z-index: 999; } .modal>view:first-child{ width: 100%; flex: 1; } .modal > .detail { width: 100%; position: absolute; bottom: -500px; background: #ffffff; } .modal > .detail > .modalHeader { display: flex; justify-content: space-between; align-items: center; padding: 26rpx 20rpx 26rpx 32rpx; border-bottom: 2rpx solid #eeeeee; } .modal > .detail > .modalHeader > view { font-family: PingFangSC-Medium; font-size: 32rpx; display: flex; align-items: center; } .modal > .detail > .modalHeader > view > view { width: 6rpx; height: 32rpx; background: #3296fb; margin-right: 22rpx; } .modal > .detail > .modalHeader > image { width: 48rpx; height: 48rpx; } .modal > .detail > .modalContent { padding: 40rpx 50rpx 0; overflow: hidden; padding-bottom: 100rpx; } .modal > .detail > .modalContent > .top { font-family: PingFangSC-Medium; font-size: 30rpx; color: #333333; margin-bottom: 52rpx; } .modal > .detail > .modalContent > .middle { display: flex; justify-content: space-between; margin-bottom: 42rpx; } .modal > .detail > .modalContent > .middle > view { display: flex; flex-direction: column; align-items: center; justify-content: space-between; height: 200rpx; font-size: 28rpx; color: #333333; } .modal > .detail > .modalContent > .middle > view:first-child > view { width: 128rpx; height: 84rpx; box-sizing: border-box; padding: 10rpx; border: 2rpx solid #3ab261; } .modal > .detail > .modalContent > .middle > view:first-child > view > image { width: 100%; height: 100%; } .modal > .detail > .modalContent > .middle > view > view > image { width: 128rpx; height: 84rpx; vertical-align: top; } .modal > .detail > .modalContent > .middle > view > image { width: 32rpx; height: 32rpx; } .modal > .detail > .modalContent > .bottom { font-size: 28rpx; color: #666666; line-height: 56rpx; }