| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- .container {
- background-color: #F8C324;
- }
- .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: 100rpx;
- margin: 0rpx;
- padding: 0rpx;
- background-color: #F8C324;
- justify-content: flex-end;
- }
- button:not([size=mini]) {
- margin-left: 0;
- margin-right: 0;
- width: 100rpx;
- }
- .avatar{
- width:100rpx;
- height:100rpx;
- border-radius: 50%;
- }
- .panel3{
- margin-top: 30rpx;
- font-size: 24rpx;
- }
- .panel2{
- margin-top: 60rpx;
- }
- .weui-input{
- width:400rpx;
- text-align: right;
- }
- .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:#F8C324;
- border-radius: 14rpx;
- font-size: 36rpx;
- text-align: center;
- line-height: 110rpx;
- margin-top: 80rpx;
- }
- .btn2{
- width:630rpx;
- height:80rpx;
- background: #F8C324;
- color:#8E6011;
- font-size: 28rpx;
- text-align: center;
- line-height: 80rpx;
- margin-top: 60rpx;
- }
|