You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.2 KiB
63 lines
1.2 KiB
.container{
|
|
padding: 40rpx;
|
|
width: 100vw;
|
|
height: 100vh;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
background-image: linear-gradient(0deg, rgba(18, 150, 219,0.3) 0%, rgba(255,255,255,0) 100%);
|
|
}
|
|
.list {
|
|
width: 320px;
|
|
height: 350px;
|
|
background-color: #ffffff;
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(211, 211, 211, 0.4);
|
|
border-radius: 25rpx;
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 50rpx;
|
|
.image{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
.image-logo{
|
|
width: auto;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
font-family: Source Han Sans CN;
|
|
font-weight: bold;
|
|
font-size: 42rpx;
|
|
color: #222222;
|
|
}
|
|
}
|
|
}
|
|
|
|
.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;
|
|
}
|
|
|
|
.button {
|
|
color: #ffffff;
|
|
width: 400rpx;
|
|
height: 80rpx;
|
|
background: #1296DB;
|
|
box-shadow: 0rpx 0rpx 13rpx 0rpx rgba(15, 168, 250, 0.4);
|
|
border-radius: 25rpx;
|
|
line-height: 80rpx;
|
|
text-align: center;
|
|
margin: 65rpx auto 0;
|
|
}
|
|
|