@charset "UTF-8"; /* 页面左右间距 */ /* 文字尺寸 */ /*文字颜色*/ /* 边框颜色 */ /*颜色*/ /* 图片加载中颜色 */ /* 行为相关颜色 */ /* 功能栏字体大小 */ /*功能栏左侧小图标*/ .stk-list-wrap { position: relative; padding-bottom: 156rpx; } .stk-list-wrap .btm-btn { position: fixed; height: 156rpx; bottom: 0; width: 750rpx; display: flex; justify-content: center; align-items: center; } .stk-list-wrap .btm-btn .btn { border-radius: 20rpx; background-color: #901b21; color: #fff; width: 622rpx; height: 86rpx; line-height: 86rpx; text-align: center; } .stk-list-wrap .stk-wrap { width: 705rpx; height: 204rpx; margin: 0 auto 20rpx; position: relative; } .stk-list-wrap .stk-wrap .stk-bg { width: 705rpx; height: 204rpx; position: absolute; top: 0; } .stk-list-wrap .stk-wrap .stk-name { position: absolute; display: flex; height: 40rpx; align-items: center; font-size: 36rpx; color: #6b4713; font-weight: bold; top: 46rpx; left: 24rpx; } .stk-list-wrap .stk-wrap .stk-name image { width: 39rpx; height: 36rpx; margin-right: 10rpx; } .stk-list-wrap .stk-wrap .stk-info { position: absolute; bottom: 0; height: 90rpx; width: 705rpx; padding: 0 24rpx; font-size: 26rpx; } .stk-list-wrap .stk-wrap .stk-info .info-no text { color: #8f1b1f; } .stk-tc { width: 560rpx; background-color: #fff; border-radius: 20rpx; position: relative; } .stk-tc .gift, .stk-tc .gift-bg, .stk-tc .gift-bg-mb { position: absolute; left: 0; right: 0; margin: auto; } .stk-tc .tc-tit, .stk-tc .tc-inp, .stk-tc .tc-btn { margin: auto; } .stk-tc .gift { top: -93rpx; width: 177rpx; height: 186rpx; } .stk-tc .gift-bg-mb { top: 0; width: 456rpx; height: 90rpx; background-color: #fff; } .stk-tc .gift-bg { top: -90rpx; width: 456rpx; height: 180rpx; } .stk-tc .tc-tit { font-weight: bold; color: #333333; font-size: 36rpx; text-align: center; } .stk-tc .tc-inp { display: block; margin: 20rpx auto; width: 440rpx; height: 70rpx; background-color: #f5f5f5; top: 210rpx; padding-left: 20rpx; border-radius: 15rpx; font-size: 32rpx; } .stk-tc .tc-inp-km { top: 305rpx; } .stk-tc .tc-btn { width: 405rpx; height: 86rpx; margin-top: 45rpx; background-color: #901b21; border-radius: 43rpx; text-align: center; color: #fff; line-height: 86rpx; font-size: 36rpx; }