| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- .container {
- background-color: #99607C;
- justify-content: flex-start;
- color: #FFD48B;
- font-weight: 500;
- }
- .bg{
- width: 100%;
- height:490rpx;
- position: fixed;
- bottom: 0;
- left:0;
- }
- .universalpic_face_default_blue_size01{
- width: 160rpx;
- height:160rpx;
- border-radius: 50%;
- margin-top: 80rpx;
- }
- .text0{
- font-size:36rpx;
- text-align: center;
- margin-top: 40rpx;
- z-index: 10;
- }
- .text1{
- font-size:44rpx;
- text-align: center;
- margin-top: 10rpx;
- z-index: 10;
- }
- .btn {
- width: 520rpx;
- height: 118rpx;
- background-color:rgba(0,0,0,0.2);
- border-radius: 14rpx;
- margin-top: 50rpx;
- z-index: 10;
- }
- .btn1 {
- width: 100%;
- height: 104rpx;
- background-color: #D6A665;
- border-radius: 14rpx;
- position:relative;
- top:0;
- }
- .btn2 {
- width: 100%;
- height: 90rpx;
- background-color: #FFCD79;
- border-radius: 14rpx;
- position:relative;
- top:0;
- font-size: 36rpx;
- text-align: center;
- line-height: 90rpx;
- color:#713312;
- }
- .ipad{
- margin-top:140rpx;
- }
- .text3{
- font-size:22rpx;
- width:470rpx;
- margin-top: 40rpx;
- z-index: 10;
- font-weight: 400;
- }
- .text4{
- color:#FFD48B;
- }
- .text5{
- color:#C8A5C4;
- }
|