123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- /**
- * 这里是uni-app内置的常用样式变量
- *
- * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
- * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
- *
- */
- /**
- * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
- *
- * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
- */
- /* 颜色变量 */
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- body[data-v-4dee7337] {
- background-color: #FDF7F0;
- height: 100%;
- }
- .content .cont[data-v-4dee7337] {
- position: relative;
- width: 100%;
- display: flex;
- flex-direction: column;
- }
- .content .cont .bg[data-v-4dee7337] {
- width: 100%;
- height: 20.3125rem;
- position: fixed;
- z-index: 1;
- }
- .content .cont .bg uni-image[data-v-4dee7337] {
- width: 100%;
- height: 100%;
- }
- .content .cont .top-box[data-v-4dee7337] {
- width: 100%;
- position: fixed;
- top: 0;
- left: 0;
- z-index: 1001;
- }
- .content .cont .top-box .top-title[data-v-4dee7337] {
- height: 2.75rem;
- display: flex;
- align-items: center;
- justify-content: center;
- position: relative;
- }
- .content .cont .top-box .top-title uni-image[data-v-4dee7337] {
- position: absolute;
- left: 0.46875rem;
- width: 1.375rem;
- height: 1.375rem;
- }
- .content .cont .top-box .top-title .title[data-v-4dee7337] {
- font-size: 1rem;
- font-family: PingFang SC;
- font-weight: bold;
- color: #ffffff;
- }
- .content .cont .cont-box[data-v-4dee7337] {
- z-index: 1000;
- margin-top: 2.75rem;
- }
- .content .cont .cont-box .user[data-v-4dee7337] {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 0.9375rem;
- }
- .content .cont .cont-box .user uni-image[data-v-4dee7337] {
- border-radius: 50%;
- border: 0.0625rem solid #ffffff;
- width: 3.75rem;
- height: 3.75rem;
- }
- .content .cont .cont-box .user .user-box[data-v-4dee7337] {
- padding: 0.9375rem;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .content .cont .cont-box .user .user-box .sex[data-v-4dee7337] {
- font-size: 28supx;
- font-family: PingFang SC;
- color: #ffffff;
- }
- .content .cont .cont-box .user .user-box .username[data-v-4dee7337] {
- margin-left: 0.46875rem;
- font-size: 28supx;
- font-family: PingFang SC;
- color: #ffffff;
- }
- .content .cont .cont-box .items[data-v-4dee7337] {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: flex-start;
- justify-content: flex-start;
- padding: 0.625rem;
- }
- .content .cont .cont-box .items .result-box[data-v-4dee7337] {
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- padding: 0.9375rem;
- background-color: #fff;
- border-radius: 0.46875rem;
- margin-bottom: 0.46875rem;
- }
- .content .cont .cont-box .items .result-box .time[data-v-4dee7337] {
- margin-top: 0.46875rem;
- font-family: PingFang SC;
- font-size: 0.75rem;
- color: #9B9B9B;
- }
- .content .cont .cont-box .items .result-box .title[data-v-4dee7337] {
- margin-top: 0.46875rem;
- font-family: PingFang SC;
- font-size: 0.875rem;
- color: #626468;
- }
- .content .cont .cont-box .items .result-box .name[data-v-4dee7337] {
- font-family: PingFang SC;
- font-weight: bold;
- font-size: 1.1875rem;
- color: #DF6440;
- }
- .content .cont .cont-box .items .result-box .descs[data-v-4dee7337] {
- font-family: PingFang SC;
- font-size: 0.875rem;
- color: #2A2B2E;
- padding: 0.9375rem;
- margin-top: 0.9375rem;
- background-color: #F5F6F6;
- border-radius: 0.3125rem;
- }
- .content .cont .cont-box .items .item-box[data-v-4dee7337] {
- width: 100%;
- }
- .content .cont .cont-box .items .item-box .item[data-v-4dee7337] {
- width: 100%;
- padding: 0.9375rem;
- background-color: #fff;
- border-radius: 0.9375rem;
- }
- .content .cont .cont-box .items .item-box .item .title-box[data-v-4dee7337] {
- display: flex;
- align-items: center;
- justify-content: flex-start;
- }
- .content .cont .cont-box .items .item-box .item .title-box .title[data-v-4dee7337] {
- margin-left: 0.3125rem;
- font-size: 32supx;
- font-family: PingFang SC;
- color: #2A2B2E;
- font-weight: bold;
- }
- .content .cont .cont-box .items .item-box .item .title-box .title-line[data-v-4dee7337] {
- width: 0.25rem;
- height: 0.875rem;
- background: #2BC7B9;
- border-radius: 2px 2px 2px 2px;
- opacity: 1;
- }
- .content .cont .cont-box .items .item-box .item .descs[data-v-4dee7337] {
- white-space: pre-line;
- margin-top: 0.3125rem;
- font-size: 28supx;
- font-family: PingFang SC;
- color: #2A2B2E;
- }
- .content .cont .cont-box .items .item-box .line[data-v-4dee7337] {
- margin: 0 0.9375rem;
- border-bottom: #b5b5b5 0.09375rem dashed;
- }
- .content .cont .cont-box .sign[data-v-4dee7337] {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0.46875rem 0;
- color: #9B9B9B;
- font-size: 0.75rem;
- }
- .content .cont .cont-box .sign uni-image[data-v-4dee7337] {
- margin-left: 0.625rem;
- width: 7.5rem;
- height: 3.125rem;
- }
- .content .cont .cont-box .tips[data-v-4dee7337] {
- width: 100%;
- display: flex;
- align-items: center;
- justify-content: center;
- margin: 0.46875rem 0;
- color: #9B9B9B;
- font-size: 0.75rem;
- }
- .btn-box[data-v-4dee7337] {
- height: 4.375rem;
- z-index: 9999;
- width: 100%;
- padding: 0 0.9375rem;
- position: fixed;
- bottom: 0;
- left: 0;
- box-sizing: border-box;
- background-color: #ffffff;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .btn-box .btn[data-v-4dee7337] {
- width: 100%;
- height: 2.75rem;
- line-height: 2.75rem;
- text-align: center;
- font-size: 1.0625rem;
- font-family: PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- background: #C39A58;
- border-radius: 0.3125rem;
- }
|