| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .donate-wrapper.data-v-0d1112e6 {
- padding-top: 25rpx;
- }
- .top-select.data-v-0d1112e6 {
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- height: 63rpx;
- line-height: 63rpx;
- padding: 0 20rpx 0 19rpx;
- margin-bottom: 20rpx;
- }
- .top-select .select.data-v-0d1112e6 {
- padding-left: 40rpx;
- background: #ffffff;
- border-radius: 5rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 63rpx;
- position: relative;
- }
- .top-select .select.data-v-0d1112e6::after {
- content: '';
- width: 0;
- height: 0;
- border-left: 10rpx solid transparent;
- border-right: 10rpx solid transparent;
- border-top: 10rpx solid #808080;
- position: absolute;
- right: 30rpx;
- bottom: 26rpx;
- }
- .top-select .area.data-v-0d1112e6 {
- width: 355rpx;
- height: 63rpx;
- margin: 0 10rpx 0 24rpx;
- }
- .top-select .status.data-v-0d1112e6 {
- width: 204rpx;
- height: 63rpx;
- }
- .top-select .action.data-v-0d1112e6 {
- color: #000;
- }
- .item-wrapper.data-v-0d1112e6 {
- padding: 0 20rpx;
- }
- .item-wrapper .item.data-v-0d1112e6 {
- width: 710rpx;
- height: 280rpx;
- background: #ffffff;
- box-shadow: 0px 0px 20rpx 0rpx rgba(50, 50, 52, 0.06);
- border-radius: 8rpx;
- padding: 40rpx 20rpx;
- margin-bottom: 20rpx;
- }
- .item-wrapper .item .item-left.data-v-0d1112e6 {
- width: 190rpx;
- height: 200rpx;
- border-radius: 10rpx;
- }
- .item-wrapper .item .item-left image.data-v-0d1112e6 {
- width: 190rpx;
- height: 200rpx;
- border-radius: 10rpx;
- }
- .item-wrapper .item .item-right.data-v-0d1112e6 {
- padding-left: 22rpx;
- position: relative;
- }
- .item-wrapper .item .item-right .item-title.data-v-0d1112e6 {
- width: 316rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- display: block;
- line-height: 1;
- padding-bottom: 14rpx;
- }
- .item-wrapper .item .item-right .item-content.data-v-0d1112e6 {
- width: 416rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- line-height: 1.5;
- }
- .item-wrapper .item .item-right .item-status.data-v-0d1112e6 {
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- line-height: 1.5;
- position: absolute;
- left: 22rpx;
- bottom: 0;
- }
- .item-wrapper .item .item-right .item-status text.data-v-0d1112e6 {
- color: #e80000;
- font-weight: bold;
- }
- .item-wrapper .item .item-right .item-btn.data-v-0d1112e6 {
- width: 160rpx;
- height: 60rpx;
- background: #f2f2f2;
- border-radius: 30px;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #999999;
- line-height: 60rpx;
- text-align: center;
- position: absolute;
- right: -42rpx;
- bottom: -9rpx;
- }
- .item-wrapper .item .item-right .btn-active.data-v-0d1112e6 {
- background: #fa7e67;
- color: #fff;
- box-shadow: 0px 2px 20px 0px rgba(250, 126, 103, 0.5);
- }
|