123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .rg_info.data-v-23714906 {
- width: 100%;
- padding: 30rpx;
- box-sizing: border-box;
- background-color: #ffffff;
- border-bottom: 2rpx solid #e9e9e9;
- }
- .rg_info .goods_name.data-v-23714906 {
- font-size: 32rpx;
- font-weight: bold;
- }
- .rg_info .safe.data-v-23714906 {
- width: 690rpx;
- margin: 20rpx auto;
- font-size: 30rpx;
- background: linear-gradient(274deg, #edfdf3 0%, #e1f6e9 100%);
- border-radius: 24rpx;
- padding: 20rpx 30rpx;
- }
- .rg_info .safe text.data-v-23714906 {
- font-weight: bold;
- }
- .rg_info .safe .iconfont.data-v-23714906 {
- color: #349e08;
- margin-right: 20rpx;
- font-weight: normal;
- vertical-align: 2rpx;
- }
- .rg_info .vip_con.data-v-23714906 {
- width: 690rpx;
- margin: 0 auto;
- padding: 0 30rpx;
- height: 140rpx;
- background-size: 100% 100%;
- box-sizing: border-box;
- background: #fff4f3;
- border-radius: 16rpx;
- }
- .rg_info .vip_con view.data-v-23714906 {
- margin-left: 20rpx;
- }
- .rg_info .vip_con view text.data-v-23714906 {
- font-size: 32rpx;
- color: #fb231f;
- font-weight: bold;
- }
- .rg_info .vip_con view text.data-v-23714906:last-child {
- display: inline-block;
- margin-top: 10rpx;
- }
- .rg_info .vip_con .dart_icon.data-v-23714906 {
- width: 56rpx;
- height: 56rpx;
- flex-shrink: 0;
- }
- .goods_price.data-v-23714906 {
- margin-top: 20rpx;
- }
- .goods_price .old_price.data-v-23714906 {
- color: #999999;
- text-decoration: line-through;
- }
- .goods_price .price.data-v-23714906 {
- color: #fb231f;
- font-weight: 600;
- font-size: 36rpx;
- }
- .goods_price .vip_img.data-v-23714906 {
- width: 88rpx;
- height: 36rpx;
- vertical-align: -6rpx;
- margin-right: 10rpx;
- }
- .goods_price .vip.data-v-23714906 {
- font-size: 28rpx;
- font-weight: bold;
- }
- .goods_price .vip_active.data-v-23714906 {
- font-size: 36rpx;
- color: #fb231f;
- font-weight: bold;
- }
- .rich.data-v-23714906 {
- width: 690rpx;
- margin: 0 auto;
- padding-bottom: 280rpx;
- }
- .richText.data-v-23714906 {
- width: 690rpx;
- margin: 0 auto;
- padding: 20rpx;
- background-color: #fff;
- font-size: 28rpx;
- }
- uni-rich-text ._img.data-v-23714906 {
- max-width: 100% !important;
- }
- .rg.data-v-23714906 {
- padding-bottom: 50rpx;
- }
- .rg .rg_bug.data-v-23714906 {
- position: fixed;
- bottom: 0;
- left: 0;
- right: 0;
- height: 100rpx;
- font-size: 32rpx;
- color: #ffffff;
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- text-align: center;
- line-height: 100rpx;
- }
- .rg .rg_imgs.data-v-23714906 {
- width: 100%;
- margin-bottom: 100rpx;
- text-align: center;
- }
- .rg .rg_size.data-v-23714906 {
- width: 100%;
- padding: 30rpx;
- box-sizing: border-box;
- background-color: #ffffff;
- border-bottom: 2rpx solid #e9e9e9;
- }
- .rg .rg_size .T.data-v-23714906 {
- color: #999999;
- font-size: 28rpx;
- margin-bottom: 10rpx;
- }
- .rg .rg_size .B.data-v-23714906 {
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .rg .rg_size .B text.data-v-23714906 {
- color: #333333;
- font-size: 28rpx;
- }
- .rg .rg_size .B .B_counter.data-v-23714906 {
- width: 180rpx;
- height: 64rpx;
- }
- .rg .rg_info.data-v-23714906 {
- width: 100%;
- padding: 30rpx;
- box-sizing: border-box;
- background-color: #ffffff;
- border-bottom: 2rpx solid #e9e9e9;
- }
- .rg .rg_info .B.data-v-23714906 {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: space-between;
- }
- .rg .rg_info .B text.data-v-23714906:nth-of-type(1) {
- color: #999999;
- font-size: 28rpx;
- }
- .rg .rg_info .B text.data-v-23714906:nth-last-of-type(1) {
- color: #f76454;
- font-size: 36rpx;
- }
- .rg .rg_info .T.data-v-23714906 {
- display: flex;
- justify-content: flex-start;
- align-items: center;
- margin-bottom: 20rpx;
- }
- .rg .rg_info .T text.data-v-23714906:nth-of-type(1) {
- color: #333333;
- font-size: 36rpx;
- line-height: 48rpx;
- }
- .rg .rg_info .T text.data-v-23714906:nth-of-type(2) {
- color: #f76454;
- font-size: 28rpx;
- font-weight: 600;
- height: 50rpx;
- line-height: 50rpx;
- padding: 0 16rpx;
- width: -webkit-max-content;
- width: max-content;
- border-radius: 46rpx;
- border: 2rpx solid #fb231f;
- margin-right: 20rpx;
- }
- .rg .rg_swiper.data-v-23714906 {
- width: 100%;
- height: 600rpx;
- position: relative;
- }
- .rg .rg_swiper image.data-v-23714906,
- .rg .rg_swiper swiper.data-v-23714906 {
- width: 100%;
- height: 600rpx;
- }
- .rg .rg_swiper .rg_swiper_page.data-v-23714906 {
- height: 48rpx;
- border-radius: 48rpx;
- background-color: rgba(0, 0, 0, 0.6);
- font-size: 28rpx;
- line-height: 48rpx;
- padding: 0 36rpx;
- position: absolute;
- right: 30rpx;
- bottom: 30rpx;
- }
- .rg .rg_swiper .rg_swiper_page text.data-v-23714906 {
- color: #ffffff;
- }
- .rg .rg_swiper .rg_swiper_page text.data-v-23714906:nth-of-type(1) {
- font-size: 28rpx;
- }
- .rg .share_show.data-v-23714906 {
- width: 100%;
- height: 100vh;
- position: fixed;
- top: 0;
- left: 0;
- background-color: rgba(0, 0, 0, 0.7);
- z-index: 9999;
- }
- .rg .share_show .share_con.data-v-23714906 {
- width: 80%;
- margin: 0 auto;
- height: 100%;
- z-index: 999999;
- }
- .rg .share_show .share_con .canvas.data-v-23714906 {
- width: 540rpx;
- height: 960rpx;
- position: relative;
- }
- .rg .share_show .share_con .canvas #canvas.data-v-23714906 {
- width: 540rpx;
- height: 960rpx;
- position: absolute;
- top: 0;
- left: 0;
- }
- .rg .share_show .share_con .canvas .poster_img.data-v-23714906 {
- -webkit-touch-callout: default;
- width: 100%;
- height: 100%;
- display: block;
- }
- .rg .share_show .share_con .canvas ._img[src].data-v-23714906,
- .rg .share_show .share_con .canvas ._img.data-v-23714906:not([src]) {
- opacity: 0;
- }
- .rg .share_show .share_con .save_img.data-v-23714906 {
- color: #fff;
- width: 100%;
- text-align: center;
- font-size: 40rpx;
- margin-top: 20rpx;
- }
- .rg .share_show .share_con .iconfont.data-v-23714906 {
- position: absolute;
- top: 4vh;
- right: 25rpx;
- color: #dedede;
- font-size: 60rpx;
- z-index: 999;
- }
- .rg .share_show .sub_btn.data-v-23714906 {
- margin-top: 76rpx;
- }
- .qrimg.data-v-23714906 {
- opacity: 0;
- }
|