123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214 |
- /* parents//pages/apply_book/apply_book.wxss */
- @import '../../../templates/loading/loading.wxss';
- .header {
- padding: 0 40rpx 24rpx 40rpx;
- }
- .header-active {
- background: #fff;
- }
- page{
- background: #fff;
- }
- .li {
- padding:0 20rpx !important;
- background: #F6F5FB;
- border-radius:18rpx;
- }
- .li-img {
- width: 102rpx;
- height: 118rpx;
- margin:40rpx 0 40rpx 30rpx;
- }
- .li-center-info{
- display: inline-block;
- margin-left: 24rpx;
- margin-bottom: 20rpx;
- }
- .li-col {
- flex: 1;
- display: flex;
- flex-direction: column;
- justify-content: flex-start;
- align-items: flex-start;
- }
- .li-title {
- font-size: 32rpx;
- color: #333;
- }
- .li-row {
- width: 100%;
- display: flex;
- justify-content: space-between;
- align-items: center;
- margin-top: 30rpx;
- }
- .li-text-blue {
- color: #00B7FF;
- font-size: 32rpx;
- margin-right: 10rpx;
- }
- .li-text-yellow {
- color: #FF6464;
- font-size: 32rpx;
- margin-right: 10rpx;
- }
- .li-text-red {
- color: #FF80A8;
- font-size: 32rpx;
- }
- .li-text-gray {
- font-size: 30rpx;
- color: #666;
- }
- .li-text-black {
- font-size: 30rpx;
- color: #999999;
- flex: 1;
- }
- .li-text-title{
- padding-top: 20rpx;
- color: #333333;
- font-size: 34rpx;
- font-weight: bold;
- }
- .li-icon {
- width: 30rpx;
- height: 26rpx;
- margin-right: 14rpx;
- }
- .li-icon-two {
- width: 26rpx;
- height: 26rpx;
- margin-right: 14rpx;
- }
- .li-circle {
- width: 40rpx;
- height: 40rpx;
- margin-right: 30rpx;
- }
- .li-circle-label {
- font-size: 30rpx;
- color: #ccc;
- margin-right: 30rpx;
- }
- .li-items{
- display: flex;
- justify-content: flex-start;
- align-items: center;
- }
- .step-items{
- background:#CEF1FF;
- width:100%;
- margin:0 auto;
- height:80rpx;
- line-height: 70rpx;
- color:#0088BE;
- font-size:25rpx;
- border-radius: 10rpx;
- display: flex;
- justify-content: space-around
- }
- .step-topic{
- color:#41414C;
- margin:30rpx 0rpx;
- display: flex;
- justify-content: space-between;
- }
- .step-topic-title{
- font-size: 36rpx;
- font-weight: 800
- }
- .step-topic-say{
- color: #A1A1B3;
- font-size: 23rpx;
- font-weight:500;
- }
- .step-topic-img{
- width: 30rpx;
- height: 30rpx;
- margin-right: 10rpx;
- }
- .step-number{
- background:#AFE5FB;
- height:30rpx;
- width:30rpx;
- border-radius:15rpx;
- text-align:center;
- line-height:30rpx;
- margin:5rpx;
- }
- .step-text{
- margin:auto 15rpx;
- }
- .step-item{
- display:inline-block;
- margin:5rpx;
- }
- .addBooks{
- height:60rpx;
- text-align:center;
- line-height:60rpx;
- width:160rpx;
- border: 1rpx solid #0088BE;
- color:#0088BE;
- border-radius:50rpx;
- font-size:14px;
- padding:5rpx;
- margin: 0 auto;
- }
- .li-center-index{
- color: #00B7FF;
- font-size: 34rpx;
- margin: auto 0;
- /* padding: 40rpx 33rpx; */
- text-align: center;
- display: inline-block;
- }
- .li-center-two{
- margin-left: 20rpx;
- border-left: 2rpx solid #EBEBEB;
- }
- .li-text-subration{
- width: 50rpx;
- height: 50rpx;
- margin: auto 30rpx;
- }
- .list{
- margin-bottom: 70rpx;
- }
- .image-Nodata{
- width:150rpx;
- height:150rpx;
- }
- .nodata{
- text-align: center;
- margin-top: 30%;
- }
- .text-Nodata{
- font-size:30rpx;
- color:#999999;
- width:100%;
- margin:0 auto;
- text-align:center;
- }
- .model-list{
- color: #A1A1B3;
- font-size: 28rpx;
- text-align: left;
- padding: 0 34rpx 34rpx 34rpx;
- }
- .model-list-title{
- color: #41414C;
- font-size: 32rpx;
- padding: 37rpx 0;
- text-align: center;
- }
- .model-list-del{
- position: absolute;
- bottom: -120rpx;
- left: 45%;
- }
- .model-list-img{
- width: 60rpx;
- height: 60rpx;
- }
|