@charset "UTF-8"; /* 水平间距 */ /* 水平间距 */ .container.data-v-441b8746 { height: 100vh; background-color: #fff; } .container .box.data-v-441b8746 { display: flex; align-items: center; margin: 0 30rpx; width: 690rpx; height: 90rpx; font-size: 30rpx; border-bottom: 1rpx solid #CCCCCC; } .container .box .name.data-v-441b8746 { flex: 1; } .container .box .val.data-v-441b8746 { flex: 3; display: flex; align-items: center; } .container .box .val .ele.data-v-441b8746 { margin-right: 20rpx; display: inline-block; width: 460rpx; text-align: end; color: #A6A6A6; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .container .box .val .ele ._span.data-v-441b8746 { margin-right: 10rpx; } .container .box .val .black.data-v-441b8746 { color: #000; } .container .box .val .right.data-v-441b8746 { width: 40rpx; display: inline-flex; justify-content: center; align-items: center; } .container .box .val .right ._img.data-v-441b8746 { width: 16rpx; height: 25rpx; } .container .box .val2.data-v-441b8746 { flex: 1; margin-right: 20rpx; text-align: end; } .container .button.data-v-441b8746 { margin: auto; margin-top: 52rpx; width: 690rpx; height: 80rpx; line-height: 80rpx; text-align: center; font-size: 32rpx; font-weight: 500; color: #fff; border-radius: 16rpx; background-color: #3396FB; }