1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556 |
- /* 容器 */
- .mobile-container{
- min-height: 100%;
- padding: 0 30upx;
- }
- /* 容器 */
- /* 视图 */
- .mobile-item{
- height: 85upx;
- border-bottom: 1upx solid #EEEEEE;
- }
- .mobile-icon{
- height:40upx;
- width: 0;
- margin-right: 20upx;
- }
- .mobile-input{
- width: 100%;
- height: 40upx;
- color: #333;
- font-size: 28upx;
- line-height: 36upx;
- }
- .mobile-item-verification{
- height: 105upx;
- }
- .mobile-verification{
- width: 171upx;
- height: 61upx;
- border: 1upx solid #5A91EE;
- border-radius: 10upx;
- font-size: 26upx;
- color: #5A91EE;
- line-height: 30upx;
- }
- .mobile-verification-disabled{
- border-color: #999;
- color: #999;
- }
- /* 视图 */
- /* 按钮 */
- .mobile-button-container{
- margin: 30upx 0 80upx;
- }
- .mobile-button{
- width: 615upx;
- height: 80upx;
- border-radius: 40upx;
- background-color: #41AE3C;
- color: #fff;
- font-size: 30upx;
- line-height: 36upx;
- }
- /* 按钮 */
|