123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .topic.data-v-b94ddf62 {
- background: #F5F5F5;
- }
- .tit-box.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- background: #FFFFFF;
- padding: 30rpx;
- }
- .tit-box .tit-tit.data-v-b94ddf62 {
- height: 46rpx;
- font-size: 44rpx;
- font-family: PingFang SC;
- font-weight: bold;
- color: #000000;
- margin-bottom: 24rpx;
- }
- .tit-box .author.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- margin-bottom: 43rpx;
- }
- .tit-box .author .tit-author.data-v-b94ddf62 {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-left: 5rpx;
- }
- .tit-box .swiper-box.data-v-b94ddf62 {
- width: 680rpx;
- height: 382.5rpx;
- margin-bottom: 30rpx;
- background-color: #000000;
- }
- .tit-box .swiper-box .swiper-image.data-v-b94ddf62 {
- width: 100%;
- height: 100%;
- }
- .tit-box .tit-text.data-v-b94ddf62 {
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #0F0404;
- line-height: 48rpx;
- }
- .productList.data-v-b94ddf62 {
- margin-top: 20rpx;
- background: #FFFFFF;
- margin-bottom: 30rpx;
- padding: 0 30rpx;
- }
- .productList .productItem.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding: 30rpx 0;
- border-bottom: 1rpx solid #E8E8E8;
- }
- .productList .productItem.data-v-b94ddf62:last-child {
- border-bottom: none !important;
- }
- .productList .productItem .productList-image.data-v-b94ddf62 {
- -webkit-flex-shrink: 0;
- flex-shrink: 0;
- width: 220rpx;
- height: 220rpx;
- border-radius: 10rpx;
- background-color: #C8C7CC;
- }
- .productList .productItem .productList-right.data-v-b94ddf62 {
- box-sizing: border-box;
- padding: 20rpx;
- width: 470rpx;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- }
- .productList .productItem .productList-right .tit.data-v-b94ddf62 {
- height: 30rpx;
- font-size: 30rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #0F0404;
- margin-bottom: 18rpx;
- }
- .productList .productItem .productList-right .des.data-v-b94ddf62 {
- height: 27rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- margin-bottom: 20rpx;
- }
- .productList .productItem .productList-right .price.data-v-b94ddf62 {
- height: 34rpx;
- font-size: 26rpx;
- font-family: Adobe Heiti Std;
- font-weight: normal;
- color: #E31818;
- margin-bottom: 31rpx;
- }
- .productList .productItem .productList-right .btn.data-v-b94ddf62 {
- width: 138rpx;
- height: 50rpx;
- background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
- background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
- border-radius: 25rpx;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- line-height: 20rpx;
- margin: 0;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .share.data-v-b94ddf62 {
- margin-bottom: 30rpx;
- padding: 0 30rpx 10rpx;
- }
- .share .btn.data-v-b94ddf62 {
- height: 100rpx;
- background: -webkit-linear-gradient(left, #E31818, #ED3E24, #ED4F24);
- background: linear-gradient(90deg, #E31818, #ED3E24, #ED4F24);
- border-radius: 100rpx;
- font-size: 32rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: center;
- -webkit-justify-content: center;
- justify-content: center;
- box-shadow: 0rpx 5rpx 10rpx #E31818;
- }
- .share .btn .icon.data-v-b94ddf62 {
- margin-right: 22rpx;
- }
- .comment.data-v-b94ddf62 {
- padding: 30rpx;
- background-color: #FFFFFF;
- }
- .comment .comment-tit.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- padding-bottom: 15rpx;
- }
- .comment .comment-tit .tit-left.data-v-b94ddf62 {
- border-left: 8rpx solid #E31818;
- font-size: 30rpx;
- line-height: 58rpx;
- padding: 0 11rpx;
- color: #0F0404;
- }
- .comment .comment-tit .tit-right.data-v-b94ddf62 {
- font-size: 26rpx;
- color: #999999;
- line-height: 58rpx;
- padding: 11rpx;
- }
- .comment .comment-list.data-v-b94ddf62 {
- border-top: 1rpx solid #e8e8e8;
- padding-top: 32rpx;
- }
- .comment .comment-list .comment-user.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- }
- .comment .comment-list .comment-user .user-ava.data-v-b94ddf62 {
- width: 80rpx;
- height: 80rpx;
- border-radius: 50%;
- margin-right: 21rpx;
- }
- .comment .comment-list .comment-user .user-right.data-v-b94ddf62 {
- -webkit-box-flex: 1;
- -webkit-flex: 1;
- flex: 1;
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-orient: vertical;
- -webkit-box-direction: normal;
- -webkit-flex-direction: column;
- flex-direction: column;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- height: 70rpx;
- }
- .comment .comment-list .comment-user .user-right .user-name.data-v-b94ddf62 {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #0F0404;
- line-height: 20rpx;
- }
- .comment .comment-list .comment-user .user-right .user-des.data-v-b94ddf62 {
- display: -webkit-box;
- display: -webkit-flex;
- display: flex;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #999999;
- }
- .comment .comment-list .comment-des.data-v-b94ddf62 {
- font-size: 26rpx;
- font-family: PingFang SC;
- font-weight: 400;
- color: #666666;
- line-height: 39rpx;
- padding: 23rpx 0;
- }
|