Newer
Older
smart_construction / miniprogram / pages / notice / notice.wxss
dutingting on 29 May 2023 781 bytes 实现手写签名
/* miniprogram/pages/notice.wxss */

.login_image {
  width: 750rpx;
  height: 2300rpx;
  /* padding-top: 100rpx
  padding-left: 250rpx; */
}
.cover{
  position: fixed;
  top: 0rpx;
  margin-left: 290rpx;
   text-align:center;
   font-size: 50rpx;
   color: #FFCF00;
   width: 750rpx;
   z-index:9999;
 }

.popup-title {
    padding: 20rpx;
    font-size: 28rpx;
    color: #4a4a4a;
}
.popup-blue {
    color: #3e79f2;
}
.area {
    padding:  0 20rpx;
}
.name-area {
   position: relative;
   width: 100%;
   height: 400rpx;
   display: flex;
   justify-content: center;
   box-sizing: border-box;
   margin-bottom: 30rpx;
   border: 1rpx solid #ccc;
}
.img-area {
    width: 100%;
    height: 400rpx;
    overflow-y: auto;
}
.area-login_image {
    width: 100%;
    height: 95%;
}