| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- @charset "UTF-8";
- /***
- 全局scss 变量和方法 存放处
- */
- /* 引入minxin */
- /* 颜色变量 */
- /*图片地址*/
- /* 行为相关颜色 */
- /* 文字基本颜色 */
- /* 背景颜色 */
- /* 边框颜色 */
- /* 尺寸变量 */
- /* 文字尺寸 */
- /* 图片尺寸 */
- /* Border Radius */
- /* 水平间距 */
- /* 垂直间距 */
- /* 透明度 */
- /* 文章场景相关 */
- .list-wrap.data-v-0765ff68 {
- width: 100%;
- background-color: #fff;
- }
- .list-wrap .list.data-v-0765ff68 {
- width: calc(100% - 60rpx);
- margin: 0 30rpx;
- padding: 20rpx 0;
- border-bottom: 2rpx solid #eee;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: start;
- -webkit-align-items: flex-start;
- align-items: flex-start;
- -webkit-box-pack: start;
- -webkit-justify-content: flex-start;
- justify-content: flex-start;
- }
- .list-wrap .list.data-v-0765ff68:first-child {
- margin-top: 0;
- }
- .list-wrap .list .list-img.data-v-0765ff68 {
- width: 80rpx;
- margin-right: 20rpx;
- border-radius: 50%;
- }
- .list-wrap .list .list-img ._img.data-v-0765ff68 {
- border-radius: 50%;
- }
- .list-wrap .list .list-det.data-v-0765ff68 {
- width: calc(100% - 100rpx);
- color: #999999;
- }
- .list-wrap .list .list-det > ._div.data-v-0765ff68 {
- margin-top: 16rpx;
- }
- .list-wrap .list .list-det > ._div.data-v-0765ff68:first-child {
- margin-top: 0;
- }
- .list-wrap .list .list-det .iconfont.data-v-0765ff68 {
- margin-right: 20rpx;
- }
- .list-wrap .list .list-det .iconweixinlaiyuan.data-v-0765ff68 {
- color: #35b801;
- }
- .list-wrap .list .list-det .iconzhifubao.data-v-0765ff68 {
- color: #00aaed;
- }
- .list-wrap .list .list-det .iconxiaochengxu.data-v-0765ff68 {
- color: #35b801;
- }
- .list-wrap .list .list-det .det-top.data-v-0765ff68 {
- color: #333;
- display: -webkit-box;
- display: flex;
- display: -webkit-flex;
- -webkit-box-align: center;
- -webkit-align-items: center;
- align-items: center;
- -webkit-box-pack: justify;
- -webkit-justify-content: space-between;
- justify-content: space-between;
- }
|