|
- @import "../../app.wxss";
- .coupons {
- width: 40%;
- height: 492rpx;
- display: inline-block;
- padding: 30rpx;
- position: relative;
-
- }
- .coupons-border {
- height: 1rpx;
- /* width: 100%; */
- left: 30rpx;
- right: 30rpx;
- background: #f5f5f5;
- position: absolute;
- bottom: 0;
- }
-
-
- .coupons-img {
- width: 180rpx;
- height: 180rpx;
- border: 1px solid #f8f8f8;
- border-radius: 10rpx;
- }
-
- .coupons-img image {
- display: block;
- width: 334rpx;
- height: 335rpx;
- }
-
- .coupons-info {
- width: 335rpx;
- height: 157rpx;
- position: absolute;
- bottom: 30rpx;
- background: #fff;
- border-radius:0rpx 0rpx 10rpx 10rpx;
- }
-
- .coupons-info-name {
- font-size: 28rpx;
- font-weight: bold;
- color: #343434;
- letter-spacing: 0;
- line-height: 38rpx;
- }
-
- .coupons-info-price {
- padding: 16rpx 0 0;
- }
-
- .i {
- font-size: 24rpx;
- font-style: normal;
- }
-
- .coupons-info-price-p {
- display: block;
- font-size: 50rpx;
- color: #FF4949;
- }
- .price{
- /* width:48rpx;
- height:26rpx; */
- font-size:34rpx;
- font-family:PingFang-SC-Bold;
- font-weight:bold;
- color:rgba(255,50,50,1);
- line-height:44rpx;
- margin-left: 16rpx;
- }
- .tit {
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 300rpx;
- height: 42rpx;
- font-size: 30rpx;
- color: #000;
- letter-spacing: 0;
- font-family: PingFangSC-Medium;
- margin: 20rpx 18rpx 13rpx 16rpx;
- }
-
- .coupons-info-price-o {
- display: block;
- text-align: center;
- font-size: 26rpx;
- color: #b4b4b4;
- letter-spacing: 0.96rpx;
- text-decoration: line-through;
- line-height: 24rpx;
- }
-
- .coupons-info-distance {
- font-size: 22rpx;
- color: #c0c0c0;
- letter-spacing: 0;
- padding-bottom: 10rpx;
- line-height: 30rpx;
- }
-
- .coupons-info-address {
- font-size: 22rpx;
- color: #585858;
- letter-spacing: 0;
- line-height: 30rpx;
- }
-
- .coupons-btn {
- position: absolute;
- bottom: 30rpx;
- right: 0;
- }
-
- .coupons-btn-gm {
- background: #AF6E34 !important;
- border-radius: 10px 0px 10px 0px !important;
- margin: 0 !important;
- padding: 0 !important;
- font-family: PingFangSC-Semibold;
- font-size: 26rpx;
- font-weight: 400;
- color: #fff !important;
- letter-spacing: 0;
- height: 51rpx !important;
- width: 100rpx !important;
- line-height: 51rpx !important;
- }
-
- .coupons-btn-gms {
- background: #b9b9b9 !important;
- border-radius: 10px 0px 10px 0px !important;
- opacity: 0.6;
- margin: 0 !important;
- padding: 0 !important;
- font-family: PingFangSC-Semibold;
- font-size: 26rpx;
- font-weight: 400;
- color: #fff !important;
- letter-spacing: 0;
- height: 51rpx !important;
- width: 100rpx !important;
- line-height: 51rpx !important;
- }
-
- .subtitle {
- font-size: 24rpx;
- color: #919191;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 300rpx;
- height: 23rpx;
- line-height: 23rpx;
- font-weight:lighter;
- margin-bottom: 18rpx;
- margin: 0 37rpx 20rpx 18rpx;
- }
-
- .coupons-info-manjian {
- font-weight: normal;
- font-size: 20rpx;
- line-height: 34rpx;
- display: inline-block;
- color: #FF4949;
- letter-spacing: 0;
- }
-
- .coupons-info-manjian1 {
- font-weight: normal;
- font-size: 20rpx;
- line-height: 22rpx;
- color: #919191;
- letter-spacing: 0;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- width: 300rpx;
- margin-top: 16rpx;
- }
- .coupons-info-manjian text{
- display: block;
- line-height: 20rpx;
- }
- .coupons-info-manjian > text:nth-of-type(1){
- display: block;
- /* color: #FF4949; */
- opacity: .6;
- }
- .view01{
- text-decoration:line-through;
- color: #999999 !important;
- }
- .txt2{
- display: block;
- color: #ccc;
- }
- /**上拉加载更多**/
-
- .userinfo {
- display: flex;
- flex-direction: column;
- align-items: center;
- }
-
- .userinfo-avatar {
- width: 128rpx;
- height: 128rpx;
- margin: 20rpx;
- border-radius: 50%;
- }
-
- .userinfo-nickname {
- color: #aaa;
- }
-
- .sy {
- display: block;
- text-align: right;
- width: 181rpx;
- font-size: 24rpx;
- color: #999;
- height: 40rpx;
- margin-top: 106rpx;
- }
-
- .usermotto {
- margin-top: 200px;
- }
-
- scroll-view {
- width: 100%;
- }
-
- .item {
- width: 90%;
- height: 300rpx;
- margin: 20rpx auto;
- background: brown;
- overflow: hidden;
- }
-
- .item .img {
- width: 430rpx;
- margin-right: 20rpx;
- float: left;
- }
-
- .title {
- font-size: 30rpx;
- display: block;
- margin: 30rpx auto;
- }
-
- .description {
- font-size: 26rpx;
- line-height: 15rpx;
- }
- .navigator-hover{
- opacity: 1!important;
- background: #fff;
- }
|