12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- .page-view {
- background-color: #ff8caf;
- }
- .page_title {
- font-size: 75rpx;
- font-family: YSfont;
- color: #FFF;
- }
- .page_subtitle {
- font-size: 40rpx;
- font-family: YSfont;
- color: #FFF;
- }
- .bg1 {
- position: absolute;
- top: 200rpx;
- left: 450rpx;
- width: 430rpx;
- height: 430rpx;
- border-radius: 50%;
- background-color: #ffb2c9;
- }
- .detail_image1 {
- position: absolute;
- top: 180rpx;
- left: 580rpx;
- width: 300rpx;
- height: 350rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- z-index: 51;
- }
- .detail_image2 {
- position: absolute;
- top: 230rpx;
- left: 380rpx;
- width: 300rpx;
- height: 350rpx;
- background-size: 100%;
- background-repeat: no-repeat;
- z-index: 50;
- }
|