123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122 |
- @import '../../components/My_card/index.scss';
- .header {
- width: 750rpx;
- height: 392rpx;
- border: 1px solid red;
- }
- /* 基础盒子 */
- .bsae-box {
- width: 750rpx;
- padding: 20rpx 30rpx;
- box-sizing: border-box;
- background: #ffffff;
- font-family: PingFang SC-Regular, PingFang SC;
- }
- /* 简介 */
- .brief {
- .first-line {
- display: flex;
- align-items: center;
- justify-content: space-between;
- width: 100%;
- font-size: 30rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- .multi-line {
- width: 500rpx;
- }
- text {
- font-size: 24rpx;
- color: #666666;
- }
- }
- .by-time {
- height: 28rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- margin-top: 10rpx;
- font-size: 20rpx;
- color: #999999;
- .line-1 {
- width: 480rpx;
- }
- }
- }
- /* 描述 */
- .describe {
- margin-top: 20rpx;
- .title {
- font-size: 28rpx;
- color: #333333;
- }
- .multi-line {
- font-size: 28rpx;
- color: #666666;
- margin-top: 20rpx;
- }
- }
- /* 附件 */
- .accessory {
- display: flex;
- align-items: center;
- height: 122rpx;
- background: #FFFFFF;
- border: 1rpx solid #CCCCCC;
- .icon {
- width: 58rpx;
- height: 58rpx;
- margin-left: 30rpx;
- .iconfont {
- font-size: 58rpx;
- color: var(--assist);
- }
- }
- .explian {
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- margin-left: 30rpx;
- height: 80rpx;
- .title {
- width: 380rpx;
- font-size: 28rpx;
- font-family: PingFang SC-Bold, PingFang SC;
- font-weight: bold;
- color: #333333;
- }
- .time {
- font-size: 20rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #999999;
- }
- }
- .v-but {
- width: 140rpx;
- height: 60rpx;
- background: #3874F6;
- border-radius: 30rpx;
- margin-left: 30rpx;
- }
- }
|