| | |
| | | @include position(absolute, n n 0 0, 10); |
| | | .inner { |
| | | @include position(absolute, 0 n n 0); |
| | | padding: 0.3rem; |
| | | padding: 14px; |
| | | .arrow { |
| | | @include position(absolute, 0.15rem n n 0.65rem); |
| | | @include position(absolute, 7px n n 30px); |
| | | width: 0; |
| | | height: 0; |
| | | border-top: 0.6rem solid #f2f4f7; |
| | | border-right: 0.6rem solid transparent; |
| | | border-top: 28px solid #f2f4f7; |
| | | border-right: 28px solid transparent; |
| | | transform: rotate(45deg); |
| | | } |
| | | .box { |
| | | position: relative; |
| | | z-index: 2; |
| | | width: 4rem; |
| | | padding: 0.2rem 0; |
| | | width: 200px; |
| | | padding: 9px 0; |
| | | background-color: #f7f8fa; |
| | | border-radius: 0.1rem; |
| | | border-radius: 5px; |
| | | box-shadow: rgba(#000, 0.1) 0 1PX 1PX 1PX; |
| | | .item { |
| | | padding: 0 0.45rem; |
| | | text-align: center; |
| | | line-height: 1.6rem; |
| | | font-size: 0.65rem; |
| | | line-height: 80px; |
| | | font-size: 36px; |
| | | @include ellipsis(100%); |
| | | box-sizing: border-box; |
| | | border-bottom: #edf0f8 1PX solid; |