/* package_mine/pages/myId/index.wxss */ .myid_container { width: 100%; padding: 0 30rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .records_box { width: 100%; display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; } .record_title { margin: 60rpx 0; padding-left: 40rpx; color: #111111; font-size: 32rpx; font-weight: 800; } .record_card { width: 100%; position: relative; } .approve_bg { width: 100%; } .record_info { width: 100%; height: 100%; padding: 50rpx 30rpx; display: flex; justify-content: space-between; align-items: center; position: absolute; top: 0; left: 0; } .massage_box { box-sizing: border-box; max-width: calc(100%-190rpx); display: flex; flex-direction: column; justify-content: space-between; align-items: flex-start; color: #fff; } .info_name { width: 420rpx; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .info_content { width: 420rpx; max-height: 90rpx; overflow: hidden; white-space: pre-wrap; text-overflow: ellipsis; } .id_img { display: block; width: 178rpx; height: 144rpx; margin-right: 20rpx; } .execute_btn { width: 180rpx; height: 80rpx; font-size: 26rpx; color: #fff; line-height: 80rpx; text-align: center; background-color: #2A82E4FF; border-radius: 40rpx; } .btn_units { width: 100%; margin-top: 380rpx; display: flex; justify-content: center; align-items: center; } .re_approve { width: 326rpx; height: 80rpx; text-align: center; line-height: 80rpx; font-size: 26rpx; font-weight: 800; color: #fff; background-color: #4BE2AC; border-radius: 40rpx; } .empty_box { width: 100%; padding-top: 130rpx; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .success_img { width: 500rpx; height: 440rpx; margin-bottom: 10rpx; } .tips_text { font-size: 30rpx; color: #504E4E; text-indent: 34rpx; color: #000000; display: flex; flex-direction: column; justify-content: flex-start; align-items: center; } .return_btn { width: 100%; height: 90rpx; margin-top: 400rpx; border-radius: 40rpx; background-color: #3275E9; line-height: 90rpx; text-align: center; color: #ffffff; font-size: 32rpx; font-family: Source Han Sans CN; }