1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- .c-list {
- font-size: 26rpx;
- color: #606266;
- background: #fff;
- }
- .c-list .title {
- color: #333;
- font-size: 32rpx;
- font-weight: 700;
- }
- .c-list .c-row {
- display: flex;
- -webkit-box-align: center;
- align-items: center;
- padding: 20rpx 30rpx;
- position: relative;
- }
- .c-list .tit {
- width: 140rpx;
- }
- .c-list .con {
- -webkit-box-flex: 1;
- flex: 1;
- color: #303133;
- }
- .c-list .con .selected-text {
- margin-right: 10rpx;
- }
- .c-list .reding {
- color: #ff0815!important;
- }
- .c-list .bz-list {
- height: 40rpx;
- font-size: 26rpx;
- color: #303133;
- }
- .c-list .bz-list,.c-list .bz-list text {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .c-list .bz-list text {
- display: inline-block;
- margin-right: 30rpx;
- width: 100%;
- }
- .c-list .copy-btn {
- background-color: #f3f3f2;
- padding: 8rpx 20rpx;
- border-radius: 10rpx;
- color: #040406;
- }
- .c-list .red {
- color: #fb6d24;
- }
- .rich-img {
- width: 100%!important;
- height: auto;
- }
|