| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .tui-list-cell.data-v-58d7ac10 {
- position: relative;
- width: 100%;
- box-sizing: border-box;
- overflow: hidden;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- box-sizing: border-box;
- }
- .tui-radius.data-v-58d7ac10 {
- border-radius: 12rpx;
- overflow: hidden;
- }
- .tui-cell-hover.data-v-58d7ac10 {
- background: #f7f7f9 !important;
- }
- .tui-list-cell.data-v-58d7ac10::after {
- content: "";
- position: absolute;
- border-bottom: 2rpx solid #eee;
- -webkit-transform: scaleY(0.5);
- transform: scaleY(0.5);
- bottom: 0;
- right: 0;
- left: 0;
- }
- .tui-line-left.data-v-58d7ac10::after {
- left: 30rpx !important;
- }
- .tui-line-right.data-v-58d7ac10::after {
- right: 30rpx !important;
- }
- .tui-cell-last.data-v-58d7ac10::after {
- border-bottom: 0 !important;
- }
- .tui-list-cell.tui-cell-arrow.data-v-58d7ac10:before {
- content: " ";
- height: 22rpx;
- width: 22rpx;
- border-width: 2rpx 2rpx 0 0;
- border-color: #b2b2b2;
- border-style: solid;
- -webkit-transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- transform: matrix(0.5, 0.5, -0.5, 0.5, 0, 0);
- position: absolute;
- top: 50%;
- margin-top: -12rpx;
- right: 30rpx;
- }
|