You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
784 B
Plaintext

.g-components-item .m-set {
width: calc(100% - 40rpx);
margin: 0 auto;
}
.g-components-item .m-set .item {
position: relative;
}
.g-components-item .m-set .item:after {
content: "";
position: absolute;
bottom: 0;
left: 16px;
border-bottom: 1rpx solid #eee;
height: 1rpx solid #eee;
width: calc(100vw - 52px);
}
.g-components-item .m-set .item:last-child {
border-bottom: none;
}
.g-components-item .m-set .item:last-child:after {
content: none;
}
.g-components-item .m-set .labelRequire::afrer {
content: "*";
color: #ff4400;
margin-top: 8px;
margin-right: 2px;
}
.g-components-item .btn-text .btn-con {
border-left: 1rpx solid #eee;
padding: 0 0 0 16px;
background-color: transparent;
border-radius: 0;
height: 40rpx;
line-height: 40rpx;
}