- @import "../../app.wxss";
- .coupons {
- flex-direction: row;
- display: flex;
- padding: 30rpx;
- position: relative;
- height: 184rpx;
- }
- .coupons-border {
- height: 1rpx;
- /* width: 100%; */
- left: 30rpx;
- right: 30rpx;
- background: #f5f5f5;
- position: absolute;
- bottom: 0;
- }
- .coupons-img {
- width: 248rpx;
- height: 184rpx;
- overflow: hidden;
- border-radius: 10rpx;
- }
-
- .coupons-img image {
- width: 100%;
- height: 100%;
- }
-
- .coupons-info {
- padding-left: 20rpx;
- }
-
- .coupons-info-name {
- font-size: 28rpx;
- color: #000000;
- letter-spacing: 0;
- line-height: 38rpx;
- }
- .coupons-info-price {
- padding: 32rpx 0 0;
- }
- .i{
- font-size: 20rpx;
- font-style: normal;
- }
- .coupons-info-price-p {
- display: inline-block;
- font-size: 36rpx;
- color: #f96563;
- line-height: 50rpx;
- }
- .tit{
- margin-top: 32rpx;
- }
- .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;
- top: 40rpx;
- right: 30rpx;
- }
-
- .coupons-btn-gm {
- background: #00c0ff !important;
- border-radius: 10rpx !important;
- margin: 0 !important;
- padding: 0 !important;
- font-family: PingFangSC-Semibold;
- font-size: 28rpx;
- color: #ffffff !important;
- letter-spacing: 0;
- height: 50rpx !important;
- width: 138rpx !important;
- line-height: 50rpx !important;
- }
- .subtitle {
- font-size: 22rpx;
- color: #333;
- font-weight: 100;
- text-align: left;
- }
- .coupons-info-manjian {
- color: #fa7c7a;
- font-size: 20rpx;
- line-height: 34rpx;
- display: inline-block;
- }
-
- /**上拉加载更多**/
- .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: center;
- }
- .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;
- }
|