You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
636 B
36 lines
636 B
/* pages/issueDetail/issueDetail.wxss */
|
|
/* 处理操作 */
|
|
.wux-actionsheet__text {
|
|
font-size: 36rpx;
|
|
color: #333333;
|
|
}
|
|
|
|
.wux-actionsheet__button--cancel {
|
|
font-size: 36rpx !important;
|
|
}
|
|
|
|
/* 提示弹窗 */
|
|
.wux-popup__content {
|
|
border-radius: 16rpx !important;
|
|
}
|
|
|
|
.wux-popup-position.wux-popup-position--center .wux-popup__hd {
|
|
padding: 1.3em 1.6em 1em !important;
|
|
}
|
|
|
|
.wux-popup__title {
|
|
font-size: 40rpx !important;
|
|
color: #333333 !important;
|
|
}
|
|
|
|
.wux-popup__bd {
|
|
font-size: 32rpx !important;
|
|
color: #666666 !important;
|
|
}
|
|
|
|
.popup__button {
|
|
width: 100%;
|
|
text-align: center;
|
|
font-size: 36rpx;
|
|
color: #3C6CFC;
|
|
}
|