123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156 |
- /* pages/signFor/signRecord.wxss */
- page{
- background-color: rgba(246,246,246,1);
- }
- .page {
- position: relative;
- width: 750rpx;
- background-color: rgb(210 207 207);
- overflow: hidden;
- display: flex;
- flex-direction: column;
- }
- .wrap1 {
- width: 750rpx;
- display: flex;
- flex-direction: column;
- }
- .outer3 {
- width: 710rpx;
- height: 64rpx;
- flex-direction: row;
- display: flex;
- }
- .icon2 {
- width: 48rpx;
- height: 48rpx;
- margin-top: 8rpx;
- }
- .info1 {
- width: 144rpx;
- height: 36rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 36rpx;
- font-family: PingFangSC-Medium;
- white-space: nowrap;
- line-height: 36rpx;
- text-align: left;
- margin: 14rpx 0 0 231rpx;
- }
- .img2 {
- width: 174rpx;
- height: 64rpx;
- margin-left: 113rpx;
- }
- .outer4 {
- height: 388rpx;
- border-radius: 8rpx;
- background-color: rgba(255,255,255,1);
- display: flex;
- flex-direction: column;
- padding-left: 30rpx;
- width: 710rpx;
- justify-content: center;
- margin: 20rpx 0 0 20rpx;
- }
- .group1 {
- width: 423rpx;
- height: 340rpx;
- display: flex;
- flex-direction: column;
- justify-content: space-between;
- }
- .word3 {
- width: 257rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- }
- .info2 {
- width: 409rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .info3 {
- width: 423rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .txt2 {
- width: 392rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .txt3 {
- width: 381rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .word4 {
- width: 168rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
- .word5 {
- width: 168rpx;
- height: 28rpx;
- display: block;
- overflow-wrap: break-word;
- color: rgba(51,51,51,1);
- font-size: 28rpx;
- font-family: PingFangSC-Regular;
- white-space: nowrap;
- line-height: 28rpx;
- text-align: left;
- margin-top: 24rpx;
- }
|