123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- page {
- width: 100%;
- height: 100%;
- position: relative;
- background: #F9F9FB;
- }
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .user_info.data-v-6267c106 {
- width: 100%;
- height: 89rpx;
- line-height: 89rpx;
- background: #fff;
- margin-bottom: 20rpx;
- padding: 0 30rpx;
- }
- .user_info text.data-v-6267c106 {
- font-size: 30rpx;
- font-weight: bold;
- }
- .new_user_info.data-v-6267c106 {
- width: 100%;
- height: 120rpx;
- background: #fff;
- margin-bottom: 20rpx;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .new_user_info .user_con .vip_icon.data-v-6267c106 {
- width: 88rpx;
- height: 36rpx;
- margin-left: 10rpx;
- }
- .new_user_info .user_con view.data-v-6267c106 {
- font-size: 30rpx;
- font-weight: bold;
- }
- .new_user_info .user_con view.data-v-6267c106:first-child {
- margin-bottom: 15rpx;
- }
- .new_user_info .vip_btn.data-v-6267c106 {
- width: 150rpx;
- height: 66rpx;
- border-radius: 8rpx;
- font-size: 32rpx;
- }
- .new_user_info .set_vip_btn.data-v-6267c106 {
- background: linear-gradient(266deg, #66647A 0%, #404146 100%);
- color: #FBF4CB;
- }
- .new_user_info .cancel_vip_btn.data-v-6267c106 {
- background: linear-gradient(273deg, #FFAA01 0%, #FE0000 100%);
- color: #fff;
- }
- .price_box.data-v-6267c106 {
- margin-top: 20rpx;
- }
- .price_box .goods_price .vip_ident.data-v-6267c106 {
- width: 56rpx;
- height: 40rpx;
- background: linear-gradient(226deg, #66647a 0%, #404146 100%);
- border-radius: 4rpx;
- font-size: 28rpx;
- color: #fcf7c0;
- display: flex;
- justify-content: center;
- align-items: center;
- margin-right: 10rpx;
- }
- .price_box .goods_price .old_price.data-v-6267c106 {
- text-decoration: line-through;
- font-size: 28rpx;
- font-weight: 500;
- }
- .price_box .goods_price .draw_off text.data-v-6267c106 {
- color: #999;
- }
- .price_box .goods_price .symbol.data-v-6267c106 {
- font-size: 28rpx;
- }
- .price_box .goods_price .price.data-v-6267c106 {
- font-weight: 600;
- font-size: 36rpx;
- }
- .price_box .goods_price .price text.data-v-6267c106 {
- color: #fb231f;
- }
- .price_box .goods_price .vip.data-v-6267c106 {
- font-size: 28rpx;
- font-weight: bold;
- color: #333;
- }
- .price_box .goods_price .vip_active.data-v-6267c106 {
- font-size: 36rpx;
- font-weight: bold;
- }
- .price_box .goods_price .vip_active text.data-v-6267c106 {
- color: #fb231f;
- }
- .price_box .goods_price .vip_img.data-v-6267c106 {
- width: 88rpx;
- height: 36rpx;
- vertical-align: -6rpx;
- margin-right: 10rpx;
- }
- .replace.data-v-6267c106 {
- padding-bottom: 220rpx;
- overflow-x: hidden;
- }
- .replace .hint.data-v-6267c106 {
- width: 100%;
- height: 86rpx;
- background: #FCF7C0;
- padding: 0 30rpx;
- box-sizing: border-box;
- }
- .replace .hint text.data-v-6267c106 {
- font-size: 30rpx;
- color: #FF6400;
- }
- .replace .hint .icongonggao.data-v-6267c106 {
- margin-right: 20rpx;
- }
- .replace .hint .iconguanbi2.data-v-6267c106 {
- font-size: 45rpx;
- font-weight: bold;
- }
- .replace .hint .iconfont.data-v-6267c106 {
- font-size: 40rpx;
- vertical-align: -2rpx;
- }
- .goods_box.data-v-6267c106 {
- background: #fff;
- margin-bottom: 20rpx;
- padding: 30rpx 24rpx;
- box-sizing: border-box;
- }
- .goods_box .goods.data-v-6267c106 {
- margin-bottom: 30rpx;
- }
- .goods_box .goods .goods_img.data-v-6267c106 {
- width: 180rpx;
- height: 144rpx;
- margin-right: 15rpx;
- border-radius: 8rpx;
- flex-shrink: 0;
- }
- .goods_box .goods .goods_info.data-v-6267c106 {
- flex: 1;
- }
- .goods_box .goods .goods_info .total.data-v-6267c106 {
- margin-top: 30rpx;
- }
- .goods_box .goods .goods_info .total text.data-v-6267c106:last-child {
- font-size: 48rpx;
- }
- .size .size_con.data-v-6267c106 {
- margin-bottom: 20rpx;
- display: flex;
- align-items: flex-start;
- justify-content: flex-start;
- }
- .size .size_con .type.data-v-6267c106 {
- flex-shrink: 0;
- }
- .size .size_box.data-v-6267c106 {
- flex-wrap: wrap;
- }
- .size .size_box view.data-v-6267c106 {
- width: 104rpx;
- text-align: center;
- line-height: 48rpx;
- height: 48rpx;
- border-radius: 24rpx;
- margin-left: 20rpx;
- border: 2rpx solid #eeeeee;
- margin-bottom: 14rpx;
- font-size: 28rpx;
- }
- .size .size_box .checked.data-v-6267c106 {
- background: #fff4f3;
- border: 2rpx solid #fb231f;
- color: #fb231f;
- }
- .num.data-v-6267c106 {
- margin-bottom: 20rpx;
- }
- .num .count.data-v-6267c106 {
- width: 220rpx;
- height: 64rpx;
- background: #fff4f3;
- border: 2px solid #fb231f;
- border-radius: 16rpx;
- overflow: hidden;
- }
- .num .count input.data-v-6267c106 {
- border-left: 1rpx solid #fb231f;
- border-right: 1rpx solid #fb231f;
- height: 100%;
- width: 40%;
- text-align: center;
- }
- .num .count view.data-v-6267c106 {
- color: #fb231f;
- width: 30%;
- font-size: 44rpx;
- flex-shrink: 0;
- }
- .num .box.data-v-6267c106 {
- background: #f5f5f5;
- width: 112rpx;
- height: 64rpx;
- text-align: center;
- line-height: 64rpx;
- border-radius: 8rpx;
- }
- .num .iconfont.data-v-6267c106 {
- font-size: 40rpx;
- color: #fb231f;
- font-weight: bold;
- }
- .fixed_box.data-v-6267c106 {
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- z-index: 9999;
- }
- .fixed_box .all.data-v-6267c106 {
- width: 100%;
- height: 88rpx;
- border-bottom: 1rpx solid #eee;
- padding: 0 30rpx;
- background-color: #fff;
- }
- .fixed_box .btn_con.data-v-6267c106 {
- background: linear-gradient(93deg, #ff232c 0%, #ff571b 100%);
- height: 100rpx;
- font-size: 32rpx;
- color: #fff;
- }
|