mirror of
https://github.com/bufanyun/hotgo.git
synced 2025-11-14 05:03:49 +08:00
82 lines
1.4 KiB
SCSS
82 lines
1.4 KiB
SCSS
/*!
|
|
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
|
|
* @author ThinkGem
|
|
* @version 2020-9-1
|
|
*/
|
|
.wrap {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
}
|
|
|
|
.list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 40rpx 70rpx 40rpx 70rpx;
|
|
}
|
|
|
|
.list-call {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding-top: 10rpx;
|
|
height: 120rpx;
|
|
font-weight: normal;
|
|
color: #333333;
|
|
border-bottom: 0.5px solid #e2e2e2;
|
|
}
|
|
|
|
.list-call .u-input {
|
|
flex: 1;
|
|
font-size: 39rpx;
|
|
text-align: left;
|
|
margin-left: 16rpx;
|
|
}
|
|
|
|
.list-call .u-icon-right {
|
|
color: #aaaaaa;
|
|
width: 50rpx;
|
|
height: 40rpx;
|
|
}
|
|
|
|
.button {
|
|
color: #ffffff;
|
|
font-size: 39rpx;
|
|
width: 470rpx;
|
|
height: 100rpx;
|
|
background: linear-gradient(-90deg, rgba(72, 156, 230, 1), rgba(15, 168, 250, 1));
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
|
|
border-radius: 50rpx;
|
|
line-height: 100rpx;
|
|
text-align: center;
|
|
margin: 50rpx auto 0;
|
|
}
|
|
|
|
.button-hover {
|
|
background: linear-gradient(-90deg, rgba(72, 156, 230, 0.8), rgba(15, 168, 250, 0.8));
|
|
}
|
|
|
|
.img-valid-code img {
|
|
width: 30rpx;
|
|
heigth: 50rpx;
|
|
}
|
|
|
|
.btn-valid-code {
|
|
color: #da7918;
|
|
font-size: 40rpx;
|
|
line-height: 60rpx;
|
|
padding: 0 35rpx;
|
|
border: 1rpx solid #da7918;
|
|
border-radius: 50rpx;
|
|
}
|
|
|
|
.btn-valid-code-hover {
|
|
background-color: #f3f3f3;
|
|
}
|
|
|
|
.btn-valid-codes {
|
|
color: #999999 !important;
|
|
border: 1rpx solid #999999;
|
|
}
|