1234567891011121314151617181920212223242526272829303132333435363738394041 |
- @import "../../style/common";
- .fill-code{
- width: 600upx;
- height: 320upx;
- border-radius: 10upx;
- background-color: #fff;
- }
- .fill-code-title{
- font-size: 32upx;
- color: #333;
- line-height: 40upx;
- }
- .fill-code-input-container{
- box-shadow: 0 2upx 6upx 0 rgba(153, 153, 153, 0.3);
- background-color: #e1e1e1;
- border-radius: 10upx;
- width: 390upx;
- height: 78upx;
- margin-top: 30upx;
- padding: 0 30upx;
- }
- .fill-code-input{
- text-align: center;
- font-size: 34upx;
- color: #666;
- }
- .fill-code-button{
- margin-top: 45upx;
- background-color: #41AE3C;
- width: 317upx;
- height: 70upx;
- border-radius: 35upx;
- font-size: 28upx;
- color: #fff;
- font-family: Source Han Sans CN;
- line-height: 34upx;
- }
|