vr-shopxo-uniapp/common/css/business.css

55 lines
1.4 KiB
CSS
Raw Normal View History

/*
* -
*/
.panel-item .panel-content .item:last-child {
2023-09-26 06:58:13 +00:00
border: 0 !important;
padding-bottom: 0 !important;
}
.panel-item .panel-content .item .title {
width: 25%;
}
.panel-item .panel-content .item .content {
width: calc(75% - 52rpx);
2025-12-12 03:16:50 +00:00
min-height: 36rpx;
word-wrap: break-word;
word-break: normal;
}
2023-09-26 06:58:13 +00:00
.panel-item .panel-content .item .title,
.panel-item .panel-content .item .content {
2025-12-12 03:16:50 +00:00
line-height: 36rpx;
2023-09-26 06:58:13 +00:00
}
.panel-item-only .panel-content .item .content {
width: 100%;
}
/*
* -
*/
.panel-item .panel-content-images .item {
margin: 20rpx 20rpx 0 0;
}
2023-09-26 06:58:13 +00:00
.panel-item .panel-content-images .item:last-child {
margin-right: 0;
}
.panel-item .panel-content-images .item image {
width: 120rpx;
height: 120rpx !important;
2023-09-26 06:58:13 +00:00
}
/**
* 线
*/
2021-10-20 10:03:17 +00:00
.address-divider {
height: 4px;
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD4AAAAECAYAAADWIIyPAAAAkklEQVR42mP4jwR+7tr1/4OzM1Xwt46O/6SA3Yd//HeLeU0V3DXjE0H7GGCMvw8f/v/o5UUVT39KTPz/78cPoj398Omf/75Jb6ji6ZSyd/9//PxHnMdBjvyUlEQVT4MC7++DB0R7GuTIlPJ3VPE0KPAePvlDlL1gj3/r6qJaEv+5YwdJSbxn5meqJfGdh74TbS8A1dn662xhNdIAAAAASUVORK5CYII=");
background-repeat-y: no-repeat;
2023-09-26 06:58:13 +00:00
}
/**
* html
*/
2021-12-04 12:35:47 +00:00
.popup-pay-html-content {
max-height: 80vh;
overflow-y: scroll;
overflow-x: hidden;
2021-09-26 15:40:23 +00:00
}