123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- .uni-collapse-cell.data-v-8f47561c {
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- border-color: #e5e5e5;
- border-bottom-width: 1px;
- border-bottom-style: solid;
- }
- .uni-collapse-cell--hover.data-v-8f47561c {
- background-color: #fff;
- }
- .uni-collapse-cell--open.data-v-8f47561c {
- background-color: #fff;
- }
- .uni-collapse-cell--disabled.data-v-8f47561c {
- background-color: #fff;
- /* opacity: 0.3;
- */
- }
- .uni-collapse-cell--hide.data-v-8f47561c {
- height: 48px;
- }
- .uni-collapse-cell--animation.data-v-8f47561c {
- /* transition: transform 0.3s ease;
- */
- -webkit-transition-property: -webkit-transform;
- transition-property: -webkit-transform;
- transition-property: transform;
- transition-property: transform, -webkit-transform;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- -webkit-transition-timing-function: ease;
- transition-timing-function: ease;
- }
- .uni-collapse-cell__title.data-v-8f47561c {
- padding: 12px 12px;
- position: relative;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- width: 100%;
- box-sizing: border-box;
- height: 48px;
- line-height: 24px;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- border-bottom: 1rpx solid #f0f0f0;
- }
- .uni-collapse-cell__title.data-v-8f47561c:active {
- background-color: #fff;
- }
- .uni-collapse-cell__title-img.data-v-8f47561c {
- height: 52rpx;
- width: 52rpx;
- margin-right: 10px;
- }
- .uni-collapse-cell__title-arrow.data-v-8f47561c {
- width: 20px;
- height: 20px;
- -webkit-transform: rotate(0deg);
- transform: rotate(0deg);
- -webkit-transform-origin: center center;
- transform-origin: center center;
- }
- .uni-collapse-cell__title-arrow-active.data-v-8f47561c {
- -webkit-transform: rotate(180deg);
- transform: rotate(180deg);
- }
- .uni-collapse-cell__title-text.data-v-8f47561c {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- font-size: 28rpx;
- white-space: nowrap;
- color: inherit;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- .uni-collapse-cell__content.data-v-8f47561c {
- overflow: hidden;
- }
- .uni-collapse-cell__wrapper.data-v-8f47561c {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .uni-collapse-cell__content--hide.data-v-8f47561c {
- height: 0px;
- line-height: 0px;
- }
|