12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485 |
- @import "../../style/common";
- .fill-code{
- width: 520upx;
- border-radius: 15upx;
- background-color: #fff;
- flex-shrink: 0;
- }
- .fill-code-icon-container{
- width: 100%;
- height: 194upx;
- }
- .fill-code-icon{
- width: 520upx;
- height: 242upx;
- }
- .fill-code-input-container{
- background-color: #eee;
- border-radius: 10upx;
- width: 410upx;
- height: 77upx;
- margin: 55upx 0;
- padding: 0 30upx;
- }
- .fill-code-screen{
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- color: #fff;
- padding: 0 35upx;
- }
- .fill-code-title{
- font-size: 36upx;
- line-height: 40upx;
- font-weight: bold;
- margin-top: 50upx;
- }
- .fill-code-info{
- font-size: 20upx;
- line-height: 30upx;
- margin-top: 15upx;
- }
- .fill-code-input{
- text-align: center;
- font-size: 30upx;
- color: #333;
- }
- .fill-code-input-placeholder{
- color: #999;
- }
- .fill-code-button{
- background-color: #41AE3C;
- margin-bottom: 50upx;
- width: 317upx;
- height: 70upx;
- border-radius: 35upx;
- font-size: 28upx;
- color: #fff;
- font-family: Source Han Sans CN;
- line-height: 34upx;
- }
- .fill-code-close{
- width: 70upx;
- height: 70upx;
- margin-top: 30upx;
- border-radius: 50%;
- border: 3upx solid #fff;
- }
- .fill-code-close-icon{
- font-size: 34upx;
- color: #fff;
- font-weight: bold;
- }
|