| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990 |
- @charset "UTF-8";
- /* 页面左右间距 */
- /* 文字尺寸 */
- /*文字颜色*/
- /* 边框颜色 */
- /*颜色*/
- /* 图片加载中颜色 */
- /* 行为相关颜色 */
- /* 功能栏字体大小 */
- /*功能栏左侧小图标*/
- .re-list.data-v-53877fc0 {
- margin: 20rpx;
- height: 280rpx;
- background-color: #FFFFFF;
- border-radius: 8rpx;
- display: flex;
- }
- .re-list .re-img.data-v-53877fc0 {
- margin: auto 0;
- }
- .re-list .re-img image.data-v-53877fc0 {
- width: 200rpx;
- height: 200rpx;
- border-radius: 10rpx;
- margin: 0 25rpx;
- }
- .re-list .re-right.data-v-53877fc0 {
- height: 200rpx;
- width: 100%;
- margin: auto 0;
- font-family: PingFang-SC-Medium;
- position: relative;
- }
- .re-list .re-right .re-right-top.data-v-53877fc0 {
- color: #333333;
- font-size: 30rpx;
- }
- .re-list .re-right .re-right-top .good-name.data-v-53877fc0 {
- width: 380rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #333333;
- }
- .re-list .re-right .re-right-top .store-name.data-v-53877fc0 {
- padding-top: 10rpx;
- width: 300rpx;
- font-size: 22rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #DCB876;
- }
- .re-list .re-right .re-right-top text.data-v-53877fc0 {
- color: #DCB876;
- font-size: 22rpx;
- }
- .re-list .re-right .re-right-bottom.data-v-53877fc0 {
- width: 450rpx;
- display: flex;
- justify-content: space-between;
- position: absolute;
- bottom: 0;
- }
- .re-list .re-right .re-right-bottom .re-right-bottom-left.data-v-53877fc0 {
- height: 60rpx;
- line-height: 60rpx;
- margin: auto 0;
- font-size: 32rpx;
- color: #901B21;
- }
- .re-list .re-right .re-right-bottom .re-right-bottom-left .ot-price.data-v-53877fc0 {
- padding-left: 8rpx;
- font-size: 20rpx;
- font-family: PingFang SC;
- font-weight: 500;
- text-decoration: line-through;
- color: #9D9D9D;
- }
- .re-list .re-right .re-right-bottom .re-right-bottom-right.data-v-53877fc0 {
- width: 160rpx;
- line-height: 60rpx;
- background: #901b21;
- border-radius: 30rpx;
- font-size: 28rpx;
- font-family: PingFang SC;
- font-weight: 500;
- color: #FFFFFF;
- text-align: center;
- }
|