12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- page {
- background-color: #f2f2f2;
- }
- .personxx {
- width: 710rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- height: 210rpx;
- display: flex;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .tx {
- width: 180rpx;
- height: 180rpx;
- border-radius: 90rpx;
- overflow: hidden;
- margin-left: 50rpx;
- margin-top: 15rpx;
- }
- .nc{
- margin-top: 100rpx;
- margin-left: 50rpx;
- font-size: 28rpx;
- }
- .top-content {
- width: 710rpx;
- margin-left: 20rpx;
- margin-top: 20rpx;
- background-color: #fff;
- border-radius: 20rpx;
- }
- .content {
- display: flex;
- margin: 40rpx;
- border-bottom: 1rpx solid rgba(221,221,221,1);
- padding-bottom: 20rpx;
- }
- /* .content:last-child {
- border-bottom: unset
- } */
- .big-title {
- font-size: 32rpx;
- text-align: left;
- color: #222222;
- /* border: 1px solid red; */
- }
- .small-title{
- color: #999999;
- font-size:25rpx;
- }
- .right-bpx {
- margin-left: 40rpx;
- }
- .t1{
- font-size:28rpx;
- margin-top: 100rpx;
- margin-left: 100rpx;
- color: #eb3f33;
- font-weight: 900;
- }
- .version{
- text-align: center;
- color:#666666;
- padding-bottom:10rpx;
- }
|