| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298 |
- @charset "UTF-8";
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .container.data-v-36d90744 {
- position: relative;
- display: flex;
- flex-direction: column;
- height: 100vh;
- overflow: hidden;
- background-color: #ebeced;
- }
- .container .header.data-v-36d90744 {
- position: relative;
- height: 145rpx;
- overflow: hidden;
- }
- .container .header ._img.data-v-36d90744 {
- width: 100%;
- }
- .container .header .header_title.data-v-36d90744 {
- position: absolute;
- top: 65rpx;
- left: 308rpx;
- color: #fff;
- font-size: 28rpx;
- }
- .container .header .header_icon.data-v-36d90744 {
- position: absolute;
- top: 76rpx;
- left: 5rpx;
- width: 47rpx;
- height: 47rpx;
- }
- .container .body.data-v-36d90744 {
- height: calc(100vh - 271rpx);
- overflow-y: auto;
- }
- .container .body .info.data-v-36d90744 {
- display: flex;
- flex-direction: column;
- box-sizing: border-box;
- padding: 0 30rpx;
- margin: 0 auto;
- margin-top: 18rpx;
- width: 710rpx;
- border-radius: 15rpx;
- background-color: #fff;
- }
- .container .body .info .info_time.data-v-36d90744 {
- display: flex;
- align-items: center;
- margin-top: 20rpx;
- font-size: 32rpx;
- font-weight: bold;
- }
- .container .body .info .info_time .time_line.data-v-36d90744 {
- width: 17rpx;
- height: 1rpx;
- background-color: #096562;
- }
- .container .body .info .info_time .time_num.data-v-36d90744 {
- box-sizing: border-box;
- padding: 0 15rpx;
- height: 46rpx;
- line-height: 46rpx;
- font-size: 24rpx;
- font-weight: 400;
- border-radius: 66rpx;
- border: 1rpx solid #096562;
- background-color: #f0f2f5;
- }
- .container .body .info .info_time .gap.data-v-36d90744 {
- margin: 0 10rpx;
- }
- .container .body .info .info_time text.data-v-36d90744 {
- font-size: 24rpx;
- font-weight: 400;
- }
- .container .body .info .info_msg.data-v-36d90744 {
- margin-top: 15rpx;
- font-size: 28rpx;
- font-weight: bold;
- }
- .container .body .info .info_type.data-v-36d90744 {
- display: flex;
- flex-wrap: wrap;
- margin-top: 15rpx;
- }
- .container .body .info .info_type .type_item.data-v-36d90744 {
- box-sizing: border-box;
- padding: 0 15rpx;
- margin-right: 20rpx;
- height: 41rpx;
- line-height: 41rpx;
- font-size: 24rpx;
- color: #fff;
- border-radius: 34rpx;
- background-color: #096562;
- }
- .container .body .info .info_tag.data-v-36d90744 {
- display: flex;
- flex-wrap: wrap;
- margin: 18rpx 0 30rpx;
- color: #808080;
- font-size: 24rpx;
- }
- .container .body .info .info_tag .tag_item.data-v-36d90744 {
- margin-right: 20rpx;
- }
- .container .body .msg.data-v-36d90744 {
- box-sizing: border-box;
- padding-left: 26rpx;
- margin: auto;
- margin-top: 20rpx;
- width: 710rpx;
- border-radius: 15rpx;
- background-color: #fff;
- }
- .container .body .msg .msg_title.data-v-36d90744 {
- height: 87rpx;
- line-height: 87rpx;
- font-size: 28rpx;
- font-weight: bold;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .msg .msg_box.data-v-36d90744 {
- display: flex;
- align-items: center;
- height: 97rpx;
- font-size: 28rpx;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .msg .msg_box .box_key.data-v-36d90744 {
- width: 120rpx;
- color: #808080;
- }
- .container .body .msg .msg_box .box_value.data-v-36d90744 {
- margin-left: 30rpx;
- flex: 1;
- }
- .container .body .msg .msg_box .box_value input.data-v-36d90744 {
- box-sizing: border-box;
- padding-right: 30rpx;
- width: 100%;
- }
- .container .body .msg .msg_box .color.data-v-36d90744 {
- color: #808080;
- }
- .container .body .msg .msg_box .box_icon.data-v-36d90744 {
- display: flex;
- align-items: center;
- }
- .container .body .msg .msg_box .box_icon .img.data-v-36d90744 {
- width: 47rpx;
- height: 47rpx;
- }
- .container .body .msg .msg_box .box_icon .img2.data-v-36d90744 {
- margin: 0 30rpx;
- width: 37rpx;
- height: 37rpx;
- }
- .container .body .msg .msg_box .box_icon .img3.data-v-36d90744 {
- margin: 0 30rpx;
- width: 40rpx;
- height: 40rpx;
- }
- .container .body .price.data-v-36d90744 {
- box-sizing: border-box;
- padding-left: 26rpx;
- margin: 20rpx auto;
- width: 710rpx;
- height: 197rpx;
- border-radius: 15rpx;
- background-color: #fff;
- }
- .container .body .price .price_title.data-v-36d90744 {
- line-height: 92rpx;
- font-size: 28rpx;
- font-weight: bold;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .price .price_box.data-v-36d90744 {
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 92rpx;
- font-size: 28rpx;
- }
- .container .body .price .price_box .box_key.data-v-36d90744 {
- color: #808080;
- }
- .container .body .price .price_box .box_value.data-v-36d90744 {
- display: flex;
- align-items: center;
- }
- .container .body .price .price_box .box_value text.data-v-36d90744 {
- color: #ff5733;
- font-size: 24rpx;
- }
- .container .body .price .price_box .box_value ._span.data-v-36d90744 {
- margin-right: 30rpx;
- color: #ff5733;
- }
- .container .body .all.data-v-36d90744 {
- box-sizing: border-box;
- padding-left: 26rpx;
- margin: 0 auto 60rpx;
- width: 710rpx;
- border-radius: 15rpx;
- background-color: #fff;
- }
- .container .body .all .all_title.data-v-36d90744 {
- display: flex;
- height: 92rpx;
- justify-content: space-between;
- align-items: center;
- font-size: 28rpx;
- font-weight: bold;
- border-bottom: 1rpx solid #e6e6e6;
- }
- .container .body .all .all_title .mr_30.data-v-36d90744 {
- margin-right: 30rpx;
- }
- .container .body .all .all_box.data-v-36d90744 {
- box-sizing: border-box;
- padding-right: 26rpx;
- display: flex;
- justify-content: space-between;
- font-size: 28rpx;
- }
- .container .body .all .all_box .box_list.data-v-36d90744 {
- margin-bottom: 28rpx;
- color: #808080;
- }
- .container .body .all .all_box .box_list .list_item.data-v-36d90744 {
- margin-top: 30rpx;
- }
- .container .body .all .all_box .box_total.data-v-36d90744 {
- display: flex;
- justify-content: center;
- align-items: center;
- }
- .container .foot.data-v-36d90744 {
- position: absolute;
- left: 0;
- right: 0;
- bottom: 0;
- padding: 0 20rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- height: 126rpx;
- background-color: #fff;
- }
- .container .foot .foot_left.data-v-36d90744 {
- margin-top: -10rpx;
- font-size: 40rpx;
- color: #ff5733;
- }
- .container .foot .foot_left text.data-v-36d90744 {
- font-size: 24rpx;
- }
- .container .foot .foot_right.data-v-36d90744 {
- margin-top: -10rpx;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 238rpx;
- height: 80rpx;
- color: #fff;
- font-size: 32rpx;
- border-radius: 64rpx;
- background-color: #096562;
- }
|