.desc { padding-top: 30rpx; } .descItem { display: flex; align-items: center; margin-left: 20rpx; margin-right: 20rpx; margin-bottom: 20rpx; } .descItem_tit { font-weight: 400; font-size: 26rpx; color: #999999; min-width: 110rpx; margin-right: 30rpx; } .descItem_con { font-weight: 400; font-size: 26rpx; color: #222222; } .descItem2 { display: flex; flex-direction: column; margin-left: 20rpx; margin-right: 20rpx; margin-bottom: 20rpx; } .descItem2 .descItem_con { margin-top: 20rpx; } .container { margin-top: 30rpx; } .item { margin: 0 20rpx 21rpx; display: flex; } .label { font-weight: 400; font-size: 26rpx; color: #999999; } .label_desc { display: inline-block; margin-left: 30rpx; font-weight: 400; font-size: 26rpx; color: #222222; flex: 1; text-align: right; overflow: hidden; overflow-x: auto; } .wx_name { margin-left: 57rpx; } .pic_item { display: flex; } .pic_view { margin-left: 44rpx; display: flex; flex: 1; height: 120rpx; } .label_pic { width: 120rpx !important; height: 120rpx !important; margin-right: 20rpx; } .label_pic:last-child { margin-right: 0; } .table { display: flex; align-items: center; justify-content: center; } .table view { flex: 1; text-align: center; } .tables { display: flex; align-items: center; justify-content: center; margin-top: 10rpx; } .tables view { flex: 1; text-align: center; font-size: 24rpx; } .btns { background: #ecf5ff; border: 1rpx solid #b3d8ff; box-sizing: border-box; } /* 表格容器样式 */ .table { display: flex; background-color: #f5f5f5; padding: 20rpx 0; border-radius: 10rpx 10rpx 0 0; } /* 表头样式 */ .table-header { flex: 1; text-align: center; font-weight: bold; color: #333; font-size: 28rpx; } /* 表格行样式 */ .table-row { display: flex; padding: 20rpx 0; border-bottom: 1rpx solid #eee; } /* 表格单元格样式 */ .table-cell { flex: 1; text-align: center; font-size: 26rpx; color: #666; display: flex; align-items: center; justify-content: center; } /* 查看按钮样式 */ .btn-view { color: #2583ff; background-color: transparent; border: 1rpx solid #2583ff; border-radius: 40rpx; padding: 8rpx 20rpx; font-size: 24rpx; } .contral { display: flex; align-items: center; justify-content: flex-end; } .state { font-weight: 400; font-size: 26rpx; color: #FFFFFF; width: 150rpx; height: 50rpx; background: #2583FF; border-radius: 100rpx 100rpx 100rpx 100rpx; display: flex; align-items: center; justify-content: center; }