123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163 |
- /* president/pages/apply_bookLists/apply_booklists.wxss */
- @import '../../../templates/loading/loading.wxss';
- .header {
- padding: 24rpx 30rpx;
- }
- .header-active {
- background: #fff;
- }
- .li {
- display: flex;
- justify-content: space-between;
- /* align-items: flex-start; */
- }
- .li-img {
- width: 102rpx;
- height: 118rpx;
- margin:40rpx 30rpx;
- }
- .li-center-info{
- display: inline-block;
- }
- .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{
- color: #333333;
- font-size: 34rpx;
- }
- .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-center {
- align-items: center;
- padding: 0 !important;
- }
- .step-items{
- background-color:#FEF7EC;
- width:100%;
- margin:0 auto;
- height:80rpx;
- line-height: 70rpx;
- color:#C07C2B;
- font-size:25rpx;
- }
- .step-topic{
- color:#333;
- margin:30rpx 0rpx;
- }
- .step-number{
- background-color:#FFE1C0;
- height:30rpx;
- width:30rpx;
- border-radius:15rpx;
- text-align:center;
- line-height:30rpx;
- margin:5rpx;
- }
- .step-text{
- margin-right:5rpx;
- }
- .step-item{
- display:inline-block;
- margin:5rpx;
- }
- .addBooks{
- height:60rpx;
- text-align:center;
- line-height:60rpx;
- width:160rpx;
- border: 1rpx solid #C07C2B;
- color:#C07C2B;
- border-radius:30rpx;
- font-size:14px;
- padding:5rpx;
- margin: 0 auto;
- margin-bottom: 110rpx;
- }
- .li-center-index{
- color: #00B7FF;
- font-size: 34rpx;
- padding: 75rpx 33rpx;
- text-align: center;
- border-right: 2rpx solid #EBEBEB;
- display: inline-block;
- }
- .li-text-subration{
- width: 50rpx;
- height: 50rpx;
- margin: auto 30rpx;
- }
- .image-Nodata{
- width:300rpx;
- height:300rpx;
- }
- .Nodata{
- width:300rpx;
- height:300rpx;
- margin:0 auto;
- }
- .text-Nodata{
- font-size:30rpx;
- color:#999999;
- width:100%;
- margin:0 auto;
- text-align:center;
- }
|