10 lines
918 B
Plaintext
10 lines
918 B
Plaintext
|
|
.popu-boxw{position: fixed;top: 0;bottom: 0;right: 0;left: 0;background-color: rgba(0,0,0,.8);z-index: 100;}
|
|
.popu-boxn{background-color: #FFFFFF;border-radius: 20rpx;display: -webkit-box;display: -webkit-flex;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;flex-direction: column;-webkit-box-align: center;-webkit-align-items: center;align-items: center;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%,-50%);transform: translate(-50%,-50%);width: 80%;}
|
|
.popu-imgh{width: 113rpx;height: 113rpx;margin: 40rpx 0;}
|
|
.popu-imgs{width: 113rpx;height: 113rpx;margin: 40rpx 0;}
|
|
.popu-title{color: #1c4593;font-size: 38rpx;}
|
|
.popu-con{color: #282828;font-size: 26rpx;margin: 20rpx 0 80rpx 0;}
|
|
.popu-guan{width: 55rpx;height: 55rpx;position: absolute;bottom: -80rpx;}
|
|
|