123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- /* pages/reward_detail/index.wxss */
- .container {
- padding: 0;
- }
- .reward_detail_bg {
- height: 440rpx;
- }
- .reward_detail_bg_img {
- width: 100%;
- height: 440rpx;
- }
- .reward_detail_info {
- padding: 0 30rpx 10rpx 30rpx;
- background: #fff;
- }
- .reward_detail_info_item{
- border-bottom: 2rpx solid #efefef;
- padding: 30rpx 0;
- }
- .reward_detail_info_item:last-child{
- border-bottom:none;
- padding-bottom: 0;
- }
- .reward_detail_info_title {
- line-height: 50rpx;
- font-size: 36rpx;
- font-weight: bolder;
- }
- .reward_detail_info_sub_title{
- margin-top: 10rpx;
- }
- .iconfont {
- color: #999;
- }
- .icon-like,.icon-view {
- position: relative;
- top: 0;
- left: 0;
- float: right;
- font-size: 50rpx;
- display: flex;
- flex-direction: column;
- }
- .icon-view{
- font-size: 32rpx;
- flex-direction: row;
- }
- .like-num {
- font-size: 20rpx;
- font-weight: normal;
- position: absolute;
- top: 40rpx;
- left: 8rpx;
- }
- .icon-like_active{
- color: #e02f2f;
- }
- .view-num{
- font-size: 24rpx;
- float: right;
- margin-left: 10rpx;
- }
- .reward_detail_info_subTxt {
- line-height: 50rpx;
- margin-bottom: 20rpx;
- }
- .flex-con{
- display: flex;
- }
- .icon-time, .icon-piaowu {
- font-size: 40rpx;
- vertical-align: middle;
- }
- .reward_detail_info_subTxt_title {
- vertical-align: middle;
- margin-left: 10rpx;
- }
- .reward_detail_info_subTxt_txt {
- vertical-align: middle;
- color: #999;
- }
- .weui-cell {
- padding: 20rpx 0;
- border-bottom: 2rpx #ddd solid;
- }
- .weui-media-box__hd_avatar {
- width: 80rpx;
- height: 80rpx;
- padding-right: 20rpx;
- padding-top: 10rpx;
- }
- .cg_detail {
- text-align: justify;
- word-break: break-all;
- box-sizing: border-box;
- }
- .shensuo {
- text-align: center;
- font-size: 28rpx;
- }
- .shensuo .iconfont {
- }
- .fdkk-cells {
- background: #fff;
- margin: 20rpx 0;
- padding: 0 30rpx 20rpx;
- }
- .sub_bar_title {
- font-size: 32rpx;
- color: #E02F2F;
- }
- .no-border {
- border: none;
- }
- .artist_avatar {
- display: flex;
- flex-wrap: wrap;
- justify-content:space-between;
- }
- .artist_avatar_item {
- display: flex;
- flex-direction: column;
- padding: 30rpx 40rpx 0;
- }
- .artist_avatar_img {
- min-width: 140rpx;
- width: 140rpx;
- height: 140rpx;
- border-radius: 70rpx;
- }
- .fix-padding{
- padding-bottom: 20rpx;
- }
- .tour_map{
- margin-top: 20rpx;
- position: relative;
- left: 0;
- top: 0;
- }
- .icon_quanping{
- z-index: 30;
- width: 60rpx;
- height: 60rpx;
- position: absolute;
- bottom: 20rpx;
- right: 40rpx;
- }
- .tour_info{
- padding: 10rpx 30rpx;
- }
- .tour_info_txt{
- color: #999;
- }
- .btn-primary{
- font-size: 28rpx;
- font-weight: normal;
- float: right;
- }
- .reward_detail_body{
- height: 280rpx;
- overflow: hidden;
- }
- .reward_detail_body_active{
- height: auto;
- }
- .weui-cell__ft_in-access_active:after{
- top:20rpx;
- }
|