@@ -21,12 +21,13 @@
.mobile-modal-content {
background: #fff;
color: #333;
- padding: .27rem .54rem;
+ padding: 0 .54rem;
div {
- height: .71rem;
- text-align: center;
- &.content-line {
- line-height: .71rem;
+ padding: .2rem 0;
+ line-height: .31rem;
+ border-bottom: .01rem solid rgb(183,213,254);
+ &:last-child {
+ border-bottom: none;
}