123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128 |
- /* pointExchange/pages/detail/detail.wxss */
- .top-bg{
- width: 770rpx;
- height: 347rpx;
- background-position: bottom;
- background-size: 100%,100%;
- margin-left: -20rpx;
- overflow-y: auto;
- }
- .main{
- background: white;
- width: 100%;
- min-height: calc(100vh - 267rpx);
- box-sizing: border-box;
- padding: 35rpx 52rpx;
- position: absolute;
- top: 267rpx;
- left: 0;
- border-radius: 40rpx 40rpx 0px 0px;
- }
- .main .goods-title{
- width: 652rpx;
- margin: 0 auto;
- font-size: 35rpx;
- font-weight: 400;
- color: #1a1a1a;
- margin-bottom: 8rpx;
- }
- .main .sub{
- display: inline-block;
- margin: 0 30rpx 25rpx 0;
- font-size: 28rpx;
- font-weight: 400;
- text-align: left;
- color: #999999;
- }
- .main .sub .red{
- font-size: 34rpx;
- font-weight: 400;
- text-align: left;
- color: #FF0000;
- }
- .partime-bg{
- margin: 40rpx 0;
- }
- .partime-detail-info .partime-detail-title {
- font-size: 34rpx;
- font-weight: 700;
- font-family: PingFang-SC-Bold;
- color: #292929;
- letter-spacing: 2rpx;
- position: relative;
- padding-left:20rpx;
- box-sizing: border-box;
- }
- .hk-leftt::after{
- content:"";
- position:absolute;
- width: 8rpx;
- height:34rpx;
- line-height: 34rpx;
- left:0rpx;
- bottom: 6rpx;
- background: #9DDB52;
- }
- .hk-leftt{
- position: relative;
- }
- .content{
- padding-top: 20rpx;
- }
- .content .desc{
- font-size: 28rpx;
- font-weight: 400;
- color: #666666;
- line-height: 38rpx;
- margin-bottom: 15rpx;
- }
- .content image{
- width: 650rpx;
- height: 486rpx;
- margin: 0 auto;
- background: #f6f6f6;
- }
- .sub-btn{
- width: 100%;
- height: 91rpx;
- line-height: 91rpx;
- margin: 0 auto;
- background: #9ddb52;
- color: white;
- border-radius: 46rpx;
- }
- .top-tip{
- font-size: 34rpx;
- font-weight: 400;
- color: #333333;
- margin-bottom: 7rpx;
- text-align: center;
- }
- .bottom-tip{
- font-size: 30rpx;
- font-weight: 400;
- text-align: center;
- color: #999999;
- text-align: center;
- }
- .success-icon{
- display: block;
- width: 57rpx;
- height: 57rpx;
- margin: 0 auto 27rpx auto;
- }
- .split{
- width: 750rpx;
- margin-left: -52rpx;
- height: 2px;
- background: #edeef2;
- }
|