| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495 |
- .container {
- background-color: #FFC868;
- }
- .panel1{
- width:630rpx;
- margin-top: 100rpx;
- justify-content:space-between;
- }
- .text3{
- font-size: 28rpx;
- font-weight: 400;
- color:#8E6011;
- }
- .panel11{
- width:100rpx;
- height:100rpx;
- }
- .avatar-wrapper{
- width: 500rpx;
- margin: 0rpx;
- padding: 0rpx;
- background-color: #FFC868;
- justify-content: flex-end;
- }
- button:not([size=mini]) {
- margin-left: 0;
- margin-right: 0;
- width: 500rpx;
- }
- .avatar{
- width:100rpx;
- height:100rpx;
- border-radius: 50%;
- }
- .panel3{
- margin-top: 30rpx;
- font-size: 24rpx;
- }
- .panel2{
- margin-top: 60rpx;
- }
- .weui-input{
- width:500rpx;
- text-align: right;
- color:#8E6011;
- }
- .placeholder{
- font-size: 36rpx;
- color:#8E6011;
- text-align: right;
- }
- .line1{
- background-color: #8E6011;
- width: 630rpx;
- height:6rpx;
- margin: 30rpx 0 0 0;
- }
- .line2{
- margin: 60rpx 0 0 0;
- }
- .btn1{
- width:630rpx;
- height:110rpx;
- background: #8E6011;
- color:#FFC868;
- border-radius: 14rpx;
- font-size: 36rpx;
- text-align: center;
- line-height: 110rpx;
- margin-top: 80rpx;
- }
- .btn2{
- width:630rpx;
- height:80rpx;
- background: #FFC868;
- color:#8E6011;
- font-size: 28rpx;
- text-align: center;
- line-height: 80rpx;
- margin-top: 60rpx;
- }
|