|
@@ -0,0 +1,115 @@
|
|
|
+/* pages/denglu/denglu.wxss */
|
|
|
+page{
|
|
|
+ /* background: linear-gradient(#f94b0e,#fff); */
|
|
|
+ background: #fff;
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ justify-content: flex-start;
|
|
|
+
|
|
|
+}
|
|
|
+.img {
|
|
|
+ width: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+.container{
|
|
|
+ border-radius: 45rpx;
|
|
|
+ display: flex;
|
|
|
+ margin-top: -100rpx;
|
|
|
+ justify-content: center;
|
|
|
+ align-items: center;
|
|
|
+ flex-direction: column;
|
|
|
+}
|
|
|
+/* 导航 */
|
|
|
+.nav-bar {
|
|
|
+ position: fixed;
|
|
|
+ width: 100%;
|
|
|
+ top: 0;
|
|
|
+ color: rgb(255, 255, 255);
|
|
|
+ /* background: rgb(255, 255, 255); */
|
|
|
+ z-index: 10000;
|
|
|
+ height: 160rpx;
|
|
|
+ text-align: center;
|
|
|
+
|
|
|
+ }
|
|
|
+ .nav-barback{
|
|
|
+ width: 100%;
|
|
|
+ position: relative;
|
|
|
+ top: 0;
|
|
|
+ z-index: 10001;
|
|
|
+ height: 160rpx;
|
|
|
+ line-height: 230rpx;
|
|
|
+ color: #fff;
|
|
|
+ font-size: 38rpx;
|
|
|
+ }
|
|
|
+ .nav-bar-img{
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+ }
|
|
|
+ .nav-bar .search {
|
|
|
+ width: 60%;
|
|
|
+ color: #333;
|
|
|
+ font-size: 14px;
|
|
|
+ background: #fff;
|
|
|
+ position: absolute;
|
|
|
+ border-radius: 100px;
|
|
|
+ background: rgb(255, 255, 255);
|
|
|
+ padding-left: 14px;
|
|
|
+ z-index: 10002;
|
|
|
+ }
|
|
|
+
|
|
|
+.bg{
|
|
|
+ height: 500rpx;
|
|
|
+ position: absolute;
|
|
|
+ top:0rpx;
|
|
|
+ width: 100%;
|
|
|
+ z-index: -1;
|
|
|
+}
|
|
|
+.bg .img{
|
|
|
+ height: auto;
|
|
|
+ margin-top: 158rpx;
|
|
|
+}
|
|
|
+.dl_tit{
|
|
|
+ font-size: 50rpx;
|
|
|
+ color: #fff;
|
|
|
+ position: absolute;
|
|
|
+ top:230rpx;
|
|
|
+ left: 10%;
|
|
|
+ z-index: 2;
|
|
|
+ font-weight: 500;
|
|
|
+}
|
|
|
+.form_con{
|
|
|
+ background: #fff;
|
|
|
+width: 78%;
|
|
|
+margin: 0px auto;
|
|
|
+border-radius: 30rpx;
|
|
|
+padding: 10% 6% 14% 6%;
|
|
|
+box-shadow: 0rpx 0rpx 16rpx #ffe9e3;
|
|
|
+}
|
|
|
+.form_con input{
|
|
|
+ height: 120rpx;
|
|
|
+ line-height: 120rpx;
|
|
|
+ padding-left: 10rpx;
|
|
|
+ border-bottom: 1px solid rgb(228, 228, 228);
|
|
|
+ margin-bottom: 30rpx;
|
|
|
+}
|
|
|
+.form_con .dl_btn{
|
|
|
+margin-top: 120rpx;
|
|
|
+width: 100%!important;
|
|
|
+border-radius: 50rpx;
|
|
|
+background-color:#f85220 ;
|
|
|
+color: #fff;
|
|
|
+padding: 24rpx 0rpx;
|
|
|
+}
|
|
|
+.form_con .qx_btn{
|
|
|
+ margin-top: 50rpx;
|
|
|
+ width: 100%!important;
|
|
|
+ border-radius: 50rpx;
|
|
|
+ color: rgb(158, 158, 158);
|
|
|
+ padding: 24rpx 0rpx;
|
|
|
+ }
|
|
|
+.btm_tit{
|
|
|
+ font-size: 30rpx;
|
|
|
+ position: fixed;
|
|
|
+ bottom: 10%;
|
|
|
+ color: #a1a1a1;
|
|
|
+}
|