| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- .TempContainer{
- background-color: #0B8457;
- position: fixed;
- top:0;
- z-index: 100;
- }
- .TempContainer .Avatar{
- width:160rpx;
- height:160rpx;
- margin-top: 100rpx;
- border-radius: 50%;
- }
- .TempContainer .RemindText{
- font-size:36rpx;
- color:#F0F0F0;
- margin-top: 60rpx;
- text-align: center;
- }
- .TempContainer .RemindText2{
- font-size:24rpx;
- color:#F0F0F0;
- width:670rpx;
- margin-top: 30rpx;
- margin-bottom: 60rpx;
- font-weight: 400;
- }
- .universalpic_setup_green_30x30{
- width:30rpx;
- height:30rpx;
- margin:0 20rpx 0 40rpx;
- }
- .TempContainer .RemindButton{
- width:100%;
- align-items: flex-start;
- position: relative;
- }
- .TempContainer .RemindButton00{
- justify-content: space-between;
- width:100%;
- height:134rpx;
- margin-top: 30rpx;
- }
- .TempContainer .RemindButton001{
- align-items: flex-start;
- }
- .TempContainer .RemindButton0{
- width:80rpx;
- height:40rpx;
- text-align: center;
- color:#1e1e1e;
- line-height: 40rpx;
- border-radius: 20rpx;
- background-color: #19C575;
- margin-left: 40rpx;
- font-size:20rpx;
- }
- .TempContainer .RemindButton1{
- justify-content: flex-start;
- margin: 30rpx 0 0 0;
- }
- .TempContainer .RemindButton11{
- font-size:28rpx;
- color:#fff;
- }
- .TempContainer .RemindButton12{
- font-size:20rpx;
- color:#D2D2D2;
- margin-left: 90rpx;
- }
- .TempContainer .RemindButton120{
- margin-left: 0rpx;
- }
- .TempContainer .RemindButton13{
- height:30rpx;
- }
- .TempContainer .RemindButton10{
- margin-left: 40rpx;
- }
- .TempContainer .Arrow{
- width:16rpx;
- height:26rpx;
- position: absolute;
- right:40rpx;
- }
- .TempContainer .RemindLine{
- width:100%;
- height:1rpx;
- background-color:rgba(0,0,0,0.25);
- }
- .TempContainer .RemindText3{
- font-size:24rpx;
- color:#D2D2D2;
- width:670rpx;
- margin-top: 31rpx;
- }
- .TempContainer .RemindText4{
- font-size:20rpx;
- color:#D2D2D2;
- width:670rpx;
- margin-top: 20rpx;
- }
- .TempContainer .footer{
- font-size:28rpx;
- color:#fff;
- border-top:1rpx solid rgba(0,0,0,0.25);
- text-align: center;
- width:100%;
- min-height: 100rpx;
- position: fixed;
- bottom: 0;
- }
- .TempContainer .footer1{
- font-size:28rpx;
- color:#fff;
- margin-top: 30rpx;
- }
- .TempContainer .footer2{
- font-size:20rpx;
- color:#D2D2D2;
- margin-top: 4rpx;
- margin-bottom: 30rpx;
- }
|