1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- .container {
- width: 100%;
- height: 100%;
- background-size: 100%;
- }
- .container_text {
- width: 100%;
- height: 500rpx;
- top: 0rpx;
- }
- .container_text .banner-img {
- width: 100%;
- height: 100%;
- }
- .login_text {
- margin: auto 30rpx;
- position: relative;
- padding: 100rpx 102rpx;
- background-color: #ffffff;
- margin-top: -180rpx;
- border-radius: 20rpx;
- }
- .login_text .login_input {
- border-bottom: 1px solid #f0f0f0;
- margin-bottom: 65rpx;
- }
- .login_text .login_input .login_img image {
- height: 35rpx;
- width: 29rpx;
- margin-right: 20rpx;
- }
- .login_text .login_input .uni-input {
- text-align: left;
- width: 470rpx;
- font-size: 28rpx !important;
- }
- .login_text .login_input .login_name {
- color: #333333;
- }
- .login_text .login_input .login_name .width {
- width: 325rpx !important;
- }
- .login_text .login_input .login_name .code {
- color: #5dbc7c;
- font-size: 23rpx;
- border-left: 1px solid #eeeeee;
- width: 150rpx;
- flex-shrink: 0;
- text-align: center;
- }
- .login_text .uni-button-green {
- color: #ffffff;
- background-color: #5dbc7c;
- margin: 40rpx 10rpx;
- border-radius: 50rpx;
- }
- .login_text .uni-button {
- height: 85rpx;
- line-height: 85rpx;
- }
- .loginTitle {
- position: absolute;
- top: 250rpx;
- width: 100%;
- text-align: center;
- color: white;
- font-size: 40rpx;
- }
- uni-button {
- height: 80rpx !important;
- line-height: 80rpx !important;
- }
|