/* 容器 */ .set-container{ min-height: 100%; } /* 容器 */ /* 控件视图 */ .step-control-item{ height: 100upx; border-bottom: 1upx solid #eee; padding: 0 30upx; } .step-control-item:last-of-type{ border-bottom: none; } .step-control-item{ font-size: 30upx; color: #333; line-height: 40upx; } .step-control-more{ color: #999999; } /* 控件视图 */ /* 按钮 */ .step-control-button-container{ margin: 70upx 0; } .step-control-button{ width: 615upx; height: 80upx; border-radius: 40upx; background-color: #41AE3C; font-size: 30upx; color: #fff; } /* 按钮 */