123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102 |
- .item-date{
- border:2rpx solid #c7c7cc;
- border-radius: 20rpx;
- min-height: 1.8rem;
- line-height: 1.8rem;
- padding:0 20rpx;
- }
- .add-title{font-size: 30rpx; color:var(--subtitleColor);margin-bottom:20rpx;}
- .add-title .icon{font-size:46rpx; margin-right: 20rpx;}
- .tips{margin: 10rpx 0;}
- .codeTip{text-align: right;}
- .codeTip text{margin-right: 10rpx;}
- .add-box input, .add-box textarea{border:2rpx solid #c7c7cc;border-radius: 20rpx;}
- .picker{
- border: 1rpx solid #ccc;
- line-height: 2;
- border-radius: 20rpx;
- padding: 0 20rpx;
- }
- .placeholder{
- color: #888;
- }
- .addBtn{
- height:50rpx;
- line-height:50rpx;
- font-size:28rpx;
- border: 1px solid var(--subtitleColor)!important;
- color: var(--subtitleColor)!important;
- }
- .font22{
- font-size:44rpx;
- }
- .icon-bj{
- color:var(--subtitleColor);
- }
- .prompt{
- width:100rpx;
- height:46rpx;
- float:right;
- font-size:26rpx;
- line-height:46rpx;
- color:var(--subtitleColor);
- text-align:center;
- }
- .mask{
- width:100%;
- height:100%;
- background-color:rgba(0,0,0,0.4);
- position:fixed;
- left:0;
- top:0;
- z-index:9999;
- }
- .maskBox{
- width:80%;
- background-color:#fff;
- border-radius:20rpx;
- position:absolute;
- left:10%;
- top:30%;
- z-index:9;
- }
- .maskBtn{
- width:100%;
- height:90rpx;
- text-align:center;
- color:var(--subtitleColor);
- line-height:90rpx;
- font-size:32rpx;
- border-top:1px solid #c7c7cc;
- }
- .maskContent{
- width:100%;
- padding:20rpx;
- box-sizing:border-box;
- }
- .maskTitle{
- color:var(--subtitleColor);
- font-size:26rpx;
- line-height:40rpx;
- margin-top:10rpx;
- }
- .maskTit{
- font-size:26rpx;
- line-height:40rpx;
- }
- .note{
- margin: 16rpx;
- font-size: 28rpx;
- color: #666;
- }
- .note .title{
- font-weight: bolder;
- }
- .note .article{
- font-size: 24rpx;
- margin: 20rpx 0;
- line-height: 1.5;
- }
- .icon::before{color: var(--subtitleColor) !important;}
|