| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- page {
- height: 100%;
- }
- page .container {
- height: 100%;
- }
- .swiper-box {
- height: calc(100% - 40px);
- padding: 20rpx 30rpx 0 30rpx;
- }
- .swiper-box .list-scroll-content {
- height: 100%;
- }
- .scroll-list {
- width: 100%;
- overflow: hidden;
- white-space: nowrap;
- background-color: #FFFFFF;
- font-size: 32rpx;
- height: 40px;
- }
- .scroll-list .scoll-box {
- text-align: center;
- display: inline-block;
- margin: 0rpx 38rpx;
- }
- .scroll-list .scoll-box .scoll-img {
- width: 130rpx;
- height: 85rpx;
- border-radius: 100%;
- }
- .scroll-list .scoll-box .scoll-img image {
- width: 85rpx;
- height: 100%;
- border-radius: 100%;
- }
- .scroll-list .scoll-box .scoll-name {
- padding-top: 15rpx;
- }
- .scroll-list .scoll-box.active {
- color: #FF727E;
- border-bottom: 6rpx solid #FF727E;
- }
- .fu-box {
- padding: 14rpx 20rpx 28rpx 20rpx;
- background: #FFFFFF;
- box-shadow: 0px 0px 40rpx 0px rgba(0, 0, 0, 0.06);
- border-radius: 12rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .fu-box:last-of-type {
- margin-bottom: 0;
- }
- .fu-box .img-box {
- position: relative;
- }
- .fu-box .fu-img {
- width: 220rpx;
- height: 182rpx;
- border-radius: 8rpx;
- }
- .fu-box .fu-cname {
- position: absolute;
- top: 0;
- left: 0;
- background: #FF727E;
- color: #FFFFFF;
- padding: 0 10rpx;
- border-radius: 8rpx 0 8rpx 0;
- font-size: 24rpx;
- }
- .fu-box .fu-right {
- margin-left: 20rpx;
- width: 62%;
- }
- .fu-box .fu-right .fu-tit {
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- font-size: 36rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #222222;
- }
- .fu-box .fu-right .fu-text {
- margin-top: 17rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- display: -webkit-box;
- -webkit-line-clamp: 2;
- -webkit-box-orient: vertical;
- font-size: 24rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #666666;
- }
- .fu-box .fu-right .fu-bottom {
- margin-top: 20rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
- .fu-box .fu-right .fu-bottom .fu-shenqing {
- font-size: 21rpx;
- font-family: PingFang;
- font-weight: 500;
- color: #FF727E;
- }
- .fu-box .fu-right .fu-bottom .fu-jifen {
- padding: 0 5rpx;
- border: 1px solid #FF0000;
- border-radius: 5rpx;
- font-size: 21rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FF0000;
- }
- .fu-box .fu-right .fu-bottom .fu-yjs {
- font-size: 21rpx;
- font-family: PingFang;
- font-weight: 500;
- color: #999999;
- }
- .fu-box .fu-right .fu-bottom .fu-sczl {
- padding: 5rpx 17rpx;
- font-size: 21rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- background: #FF727E;
- border-radius: 23rpx;
- }
- .popup-box {
- padding: 100rpx 0 100rpx 20rpx;
- }
- .popup-box .pop-bfu {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- margin-bottom: 30rpx;
- }
- .popup-box .pop-bfu .bfu-btn {
- width: 140rpx;
- height: 66rpx;
- background: #EDEDED;
- border: 1px solid #EDEDED;
- font-size: 28rpx;
- margin-right: 20rpx;
- color: #FF727E;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- position: relative;
- }
- .popup-box .pop-bfu .bfu-btn .btn-img {
- position: absolute;
- bottom: 0;
- right: 0;
- width: 24rpx;
- height: 24rpx;
- }
- .popup-box .pop-bfu .checkBtn {
- border: 1px solid #FF727E;
- background: #FF727E;
- color: #FFFFFF;
- }
- .popup-box .qr-btn {
- margin-right: 20rpx;
- margin-top: 100rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: end;
- -webkit-justify-content: flex-end;
- justify-content: flex-end;
- }
- .popup-box .qr-btn .btn-qr {
- color: #FFFFFF;
- background: #FF727E;
- font-size: 32rpx;
- font-weight: 500;
- width: 200rpx;
- height: 66rpx;
- border-radius: 33rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- }
|