| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697 |
- .container {
- background-color: #0B8457;
- position: fixed;
- top:120rpx;
- color:#fff;
- }
- .container_iPad {
- background-color: #0B8457;
- position: fixed;
- top:0rpx;
- color:#fff;
- }
- .text1{
- font-size: 54rpx;
- margin-top: 120rpx;
- }
- .panel1{
- width:630rpx;
- margin-top: 80rpx;
- justify-content:space-between;
- }
- .panel3{
- margin-top: 60rpx;
- font-size: 24rpx;
- }
- .panel2{
- margin-top: 60rpx;
- }
- .text3{
- font-size: 28rpx;
- }
- .avatar-wrapper{
- width:100rpx;
- height:100rpx;
- margin: 0rpx;
- padding: 0rpx;
- border-radius: 50%;
- }
- .avatar{
- width:100rpx;
- height:100rpx;
- border-radius: 50%;
- }
- .weui-input{
- width:400rpx;
- text-align: right;
- }
- .placeholder{
- font-size: 28rpx;
- color: #B6F57F;
- text-align: right;
- }
- .line1{
- background: rgba(0,0,0,0.25);
- width: 630rpx;
- height:1rpx;
- margin: 30rpx 0 0 0;
- }
- .line2{
- margin: 60rpx 0 0 0;
- }
- .line3{
- margin: 20rpx 0 0 0;
- }
- .text4{
- font-size: 24rpx;
- width:630rpx;
- text-align: left;
- margin-top: 60rpx;
- }
- .text5{
- margin-top: 20rpx;
- }
- .btn1{
- width:630rpx;
- height:110rpx;
- background: rgba(0,0,0,0.25);
- border-radius: 14rpx;
- font-size: 36rpx;
- text-align: center;
- line-height: 110rpx;
- margin-top: 80rpx;
- }
|