123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .uni-list-item.data-v-1093b690 {
- font-size: 32rpx;
- position: relative;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- padding-left: 30rpx;
- }
- .uni-list-item--disabled.data-v-1093b690 {
- opacity: 0.3;
- }
- .uni-list-item--hover.data-v-1093b690 {
- background-color: #f1f1f1;
- }
- .uni-list-item__container.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- padding: 24rpx 30rpx;
- padding-left: 0;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- position: relative;
- -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-top-color: #ebeef5;
- border-top-style: solid;
- border-top-width: 1px;
- }
- .uni-list-item--first.data-v-1093b690 {
- border-top-width: 0px;
- }
- .uni-list-item__content.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- overflow: hidden;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- color: #3b4144;
- }
- .uni-list-item__content-title.data-v-1093b690 {
- font-size: 28rpx;
- color: #3b4144;
- overflow: hidden;
- }
- .uni-list-item__content-note.data-v-1093b690 {
- margin-top: 6rpx;
- color: #999;
- font-size: 24rpx;
- overflow: hidden;
- }
- .uni-list-item__extra.data-v-1093b690 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .uni-list-item__icon.data-v-1093b690 {
- margin-right: 18rpx;
- -webkit-box-orient: horizontal;
- -webkit-box-direction: normal;
- -webkit-flex-direction: row;
- flex-direction: row;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- }
- .uni-list-item__icon-img.data-v-1093b690 {
- height: 36rpx;
- width: 36rpx;
- }
- .itemSwitch.data-v-1093b690 {
- -webkit-transform: translateX(16rpx) scale(0.84);
- transform: translateX(16rpx) scale(0.84);
- }
- .uni-list-item__slot.data-v-1093b690 {
- color: #909399;
- font-size: 28rpx;
- }
|