@@ -1526,4 +1527,28 @@
margin-left: -0.2rem;
}
+ .tip-txt {
+ position: relative;
+ margin: 1% var(--van-padding-md) 0;
+ padding-bottom: 0.25rem;
+ color: #999;
+ font-size: 0.3rem;
+ text-align: right;
+ }
+
+ .tip-txt:after {
+ position: absolute;
+ box-sizing: border-box;
+ content: " ";
+ pointer-events: none;
+ left: 0;
+ bottom: 0;
+ width: 100%;
+ border-bottom: 1px solid #ebedf0;
+ transform: scaleY(.5);
+ }
+
+ .noborder:after {
+ border: 0 !important;
+ }