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.
57 lines
1010 B
57 lines
1010 B
3 years ago
|
/* pages/courseReservation/index.wxss */
|
||
|
.detail-page{
|
||
|
min-height: 100vh;
|
||
|
background-color: #FDF1D3;
|
||
|
position: relative;
|
||
|
}
|
||
|
.top-bg image{
|
||
|
width: 100%;
|
||
|
height: 200rpx;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
}
|
||
|
.title image{
|
||
|
width: 408rpx;
|
||
|
height: 122rpx;
|
||
|
margin-top: 304rpx;
|
||
|
|
||
|
}
|
||
|
.input-box{
|
||
|
width: 100%;
|
||
|
padding: 44rpx 126rpx 100rpx 128rpx;
|
||
|
}
|
||
|
.name image{
|
||
|
width: 104rpx;
|
||
|
height: 48rpx;
|
||
|
}
|
||
|
.input{
|
||
|
width: 496rpx;
|
||
|
height: 80rpx;
|
||
|
background: #298C93;
|
||
|
border: 2px solid #CFBFA3;
|
||
|
border-radius: 56rpx;
|
||
|
margin-top: 16rpx;
|
||
|
padding-left: 32rpx;
|
||
|
font-size: 32rpx;
|
||
|
color: #FFFFFF;
|
||
|
}
|
||
|
.tel image{
|
||
|
width: 184rpx;
|
||
|
height: 48rpx;
|
||
|
margin-top: 64rpx;
|
||
|
}
|
||
|
.submit{
|
||
|
height: 80rpx;
|
||
|
background: linear-gradient(49deg, #E6A717 0%, #FFD471 100%);
|
||
|
border-radius: 16rpx;
|
||
|
font-size: 36rpx;
|
||
|
color: #fff;
|
||
|
margin-bottom: 224rpx;
|
||
|
}
|
||
|
.bottom-bg image{
|
||
|
width: 100%;
|
||
|
height: 200rpx;
|
||
|
position: absolute;
|
||
|
bottom: 0;
|
||
|
}
|