1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- .zyh_card2-index {
- display: block;
- height: initial;
- }
- /* components/zyh_card/zyh_card.wxss */
- @import "../../styles/index.acss";
- .zyh_card2-index .title {
- height: 90rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 0 24rpx;
- color: #a8aebe;
- font-size: 26rpx;
- }
- /* 分割线 */
- .zyh_card2-index .cut-line {
- border-top: 1rpx solid #f3f4f5;
- }
- /* 内容栏 */
- .zyh_card2-index .content {
- position: relative;
- padding: 32rpx 24rpx;
- display: flex;
- justify-content: flex-start;
- align-items: flex-start;
- flex-direction: column;
- }
- .zyh_card2-index .content > .name {
- font-size: 28rpx;
- font-weight: 400;
- line-height: 50rpx;
- color: #464d66;
- }
- .zyh_card2-index .content > .phone {
- font-size: 30rpx;
- font-weight: 400;
- color: #606266;
- margin-top: 10rpx;
- }
- .zyh_card2-index .content > .code {
- font-size: 26rpx;
- font-weight: 400;
- color: #b0b3b9;
- margin-top: 18rpx;
- }
- .zyh_card2-index .content > .photo {
- position: absolute;
- font-weight: 400;
- width: 100rpx;
- height: 100rpx;
- border-radius: 32rpx;
- right: 24rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- color: white;
- font-size: 30rpx;
- font-weight: 500;
- }
- .zyh_card2-index .wait {
- background: linear-gradient(153.73deg, #efd4d9 4.88%, #fb868d 79.63%);
- }
- .zyh_card2-index .pass {
- background: linear-gradient(153.73deg, #ccdef4 4.88%, #74a7f3 79.63%);
- }
- .zyh_card2-index .reject {
- background: linear-gradient(158.33deg, #dfe5ed 4.2%, #a7b5cb 77.65%);
- }
- .zyh_card2-index .entrance {
- background: linear-gradient(153.73deg, #cce8f4 4.88%, #76c4f0 79.63%);
- }
|