| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576 |
- @import "../../../setclient/modules/address/head.scss";
- .exp {
- margin-top: 8rpx;
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #333333;
- }
- .custom-class {
- --search-background-color: #fff !important;
- padding-right: 10rpx !important;
- }
- .global-card {
- padding-bottom: 0;
- .advid-head {
- display: flex;
- align-items: center;
- justify-content: space-between;
- box-sizing: border-box;
- width: 100%;
- .title {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 24rpx;
- color: #999999;
- }
- .date {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 20rpx;
- color: #999999;
- }
- }
- .exp {
- font-family: Microsoft YaHei, Microsoft YaHei;
- font-size: 28rpx;
- color: #333333;
- margin-top: 20rpx;
- }
- .editor {
- display: flex;
- justify-content: space-between;
- align-items: center;
- width: 100%;
- height: 74rpx;
- border-top: 1px solid #DDDDDD;
- margin-top: 16rpx;
- .radio {
- font-size: 24rpx;
- font-family: PingFang SC-Regular, PingFang SC;
- color: #666666;
- margin-left: -10rpx;
- }
- .icon-but {
- navigator {
- display: inline-block;
- width: 60rpx;
- height: 60rpx;
- line-height: 60rpx;
- text-align: center;
- margin-left: 30rpx;
- width: 32px;
- color: #707070;
- }
- }
- }
- }
|