tk2312-web/src/uapbd/public/excomponents/ReferLoader/index.less

20 lines
337 B
Plaintext
Raw Normal View History

2025-03-09 11:34:19 +08:00
.refer-wrapper {
2025-08-08 14:11:57 +08:00
//padding:0 5px 0 0;
2025-03-09 11:34:19 +08:00
position: relative;
align-items: center;
.required-star {
position: absolute;
left: 3px;
top: 50%;
z-index: 1;
-webkit-transform: translate3d(0, -50%, 0);
transform: translate3d(0, -50%, 0);
color: #ef0012;
font-size: 13px;
}
}
.loading-container .u-checkbox {
width: auto;
}