| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- .tui-list-cell.data-v-b6151c02 {
- position: relative;
- width: 100%;
- -webkit-box-sizing: border-box;
- box-sizing: border-box;
- overflow: hidden;
- display: -webkit-box;
- display: -webkit-flex;
- display: -ms-flexbox;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- -ms-flex-align: center;
- align-items: center;
- }
- .tui-radius.data-v-b6151c02 {
- border-radius: 12rpx;
- overflow: hidden;
- }
- .tui-cell-hover.data-v-b6151c02 {
- background: #f7f7f9 !important;
- }
- .tui-list-cell.data-v-b6151c02::after {
- content: '';
- position: absolute;
- border-bottom: 2rpx solid #eee;
- -webkit-transform: scaleY(0.5);
- -ms-transform: scaleY(0.5);
- transform: scaleY(0.5);
- bottom: 0;
- right: 0;
- left: 0;
- }
- .tui-line-left.data-v-b6151c02::after {
- left: 30rpx !important;
- }
- .tui-line-right.data-v-b6151c02::after {
- right: 30rpx !important;
- }
- .tui-cell-last.data-v-b6151c02::after {
- border-bottom: 0 !important;
- }
- .tui-list-cell.tui-cell-arrow.data-v-b6151c02: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);
- -ms-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;
- }
|