123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267 |
- /* pages/details/details.wxss */
- .details{
- padding-bottom: 60px;
- }
- .base-info{
- background: #fff;
- border-top: 1rpx solid #e5e5e5;
- }
- .base-info .weui-cell__hd{
- width: 50px;
- height: 50px;
- border-radius: 10px;
- border: #e5e5e5 solid 1rpx;
- }
- .base-info .weui-cell__bd{
- margin-left: 10px;
- }
- .base-info .weui-cell__bd .title{
- color: #333;
- font-size: 16px;
- font-weight: normal;
- }
- .base-info .weui-cell__bd .content{
- font-size: 12px;color: #888888;line-height:20px
- }
- .base-info .weui-cell__hd .icon{
- display: inline-block;
- width: 100%;
- height: 100%;
- border-radius: 6px;
- }
- .details .loan-limit{
- width: 100%;
- background: #fff;
- box-sizing: border-box;
- padding: 8px 0;
- border-bottom: 1rpx solid #E5E5E5;
- /* font-size: 0px; */
- display: flex;
- justify-content: space-between;
- align-items: center;
- position: relative;
- }
- .details .loan-limit .text{
- display: inline-block;
- width: 60%;
- line-height: 30px;
- padding-left: 10px;
- font-size: 14px;
- }
- .details .loan-limit .ipt{
- display: inline-block;
- width: 28%;
- margin-top: -10px;
- padding: 0 5px;
- font-size: 14px;
- text-align: right;
- vertical-align: middle;
- }
- .details .loan-limit .more{
- font-size: 14px;
- }
- .details .loan-limit .select-perid{
- display: inline-block;
- /* width: 35%; */
- vertical-align: middle;
- /* margin-top: -10px; */
- text-align: right;
- }
- .details .loan-limit .select-perid .picker{
- background: transparent;
- font-size: 14px;
- height: 30px;
- line-height: 30px;
- padding: 0;
- }
- .cal-result{
- display: flex;
- align-items: center;
- justify-content: center;
- background: #fff;
- padding: 15px 10px;
- }
- .cal-result .result-item{
- flex: 0 0 1;
- width: 33%;
- border-left: 1rpx solid #E5E5E5;
- text-align: center;
- }
- .cal-result .result-item:first-child{
- border-left: 0 none;
- }
- .cal-result .result-item .title{
- color: #666;
- font-size: 12px;
- }
- .cal-result .result-item .notice{
- font-size: 20px;
- color: #e42a2a;
- margin-top: 10px;
- }
- .details-info{
- /* border-top: #e5e5e5 solid 1rpx; */
- padding-top: 20px;
- }
- .details-info .intro {
- background: #fff;
- /* padding: 10px 12px; */
- /* border-bottom: #e5e5e5 solid 1rpx; */
- padding-bottom: 20px;
- }
- .details-info .intro .title{
- line-height: 12px;
- margin: 5px 0;
- /* padding-left: 5px; */
- /* border-left: #ffe100 solid 2px; */
- color: #999;
- }
- .details-info .intro .content{
- /* padding: 10px 0 10px; */
- line-height: 1.5;
- color: #333333;
- }
- .details-info .more{
- text-align: center;
- font-size: 0px;
- background: #fff;
- padding: 10px 0;
- }
- .details-info .more .text{
- font-size: 14px;
- }
- .details-info .more .icon-open, .details-info .more .icon-pickup{
- vertical-align: top;
- }
- .recommend-wrapper{
- width: 100%;
- }
- .recommend-wrapper>.title{
- font-size: 14px;
- line-height: 32px;
- padding-left: 10px;
- color: #666;
- }
- .recommend-wrapper .recommend-app{
- display: flex;
- padding: 10px 0;
- background: #fff;
- width: 766px;
- /*height: 85px;*/
- overflow-x: auto;
- overflow-y: hidden;
- background-color: #fff;
- }
- .recommend-wrapper .recommend-app .app-item{
- flex: 0 0 1;
- width: 50px;
- font-size: 0px;
- overflow: hidden;
- margin-left: 24px;
- }
- .recommend-wrapper .recommend-app .app-item .img{
- width: 50px;
- height: 50px;
- background-color: #e5e5e5;
- border-radius: 10px;
- }
- .recommend-wrapper .recommend-app .app-item .title{
- font-size: 12px;
- text-align: center;
- line-height: 12px;
- margin-top: 5px;
- }
- .recommend-wrapper .scroll-container{
- overflow-x: auto;
- }
- .button-wrapper{
- position: fixed;
- left: 0;
- bottom: 0;
- width: 100%;
- height: 60px;
- background: #f2f1f7;
- }
- .button-wrapper .contact-btn{
- width: 80%;
- height: 40px;
- margin-top: 10px;
- background-color: #FB1D81;
- font-size: 15px;
- line-height: 40px;
- border-radius: 3px;
- color: #ffffff;
- }
- .button-wrapper .contact-btn::after{
- border: 0 none;
- }
- /* 更新 */
- .detail_edu{
- background: #fff;
- padding: 0 16px;
- }
- .detail_edu_con{
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-top: 1px solid #eeeeee;
- padding: 30rpx 0;
- }
- .detail_edu_con view {
- color: #333333;
- font-size: 14px;
- text-align: center;
- margin-top: 5px;
- }
- .detail_edu_con text{
- color: #666;
- font-size: 12px;
- }
- .details_jine{
- background: #fff;
- padding: 24px 15px;
- padding-bottom: 15px;
- }
- .details_jine_con{
- color: #666;
- }
- #input{
- text-align: center;
- color: #FB1D81;
- font-size: 20px;
- position:absolute;
- left:0;
- right:0;
- margin:auto;
- }
- .more_right{
- padding-right: 12px;
- }
- .icons_right{
- width:30rpx;
- height:44rpx;
- background-position:13rpx -193rpx;
- }
- .moreData{
- text-align: center;
- color: #333;
- font-size: 14px;
- }
- .icon-condition{
- background: url(https://chaoshi.henhaojie.com/icon/icon-condition.png) no-repeat;
- }
- .icon-data{
- background: url(https://chaoshi.henhaojie.com/icon/icon-data.png) no-repeat;
- }
- .icon-explain{
- background: url(https://chaoshi.henhaojie.com/icon/icon-explain.png) no-repeat;
- }
- .icon-more{
- width: 40rpx;
- height: 40rpx;
- background-size: 100% 100%;
- margin-right: 5px;
- }
|