123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197 |
- .page {
- background-color: #FFFFFF;
- }
- .contain {
- width: 100%;
- height: 100%;
- background: #006EFF
- }
- .view {
- height: 358rpx;
- background: #006EFF;
- position: relative;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .view-image-text {
- display: flex;
- width: 90%;
- height: 189rpx;
- justify-content: left;
- align-items: center;
- background: #FFFFFF;
- box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
- border-radius: 4px;
- border-radius: 4px;
- z-index: 1;
- margin-top: 110px;
- }
- .image-radius {
- padding-left: 43rpx;
- padding-top: 43rpx;
- padding-bottom: 40rpx;
- height: 120rpx;
- width: 120rpx;
- }
- .name {
- height: 25px;
- font-family: PingFangSC-Medium;
- font-size: 18px;
- color: #333333;
- letter-spacing: 0;
- margin-left: 10px;
- margin-top: 20px;
- }
- .ID {
- font-family: PingFangSC-Regular;
- font-size: 14px;
- color: #666666;
- letter-spacing: 0;
- margin-left: 10px;
- margin-top: 10px;
- padding-bottom: 40rpx;
- }
- .box {
- width: 100%;
- }
- .list {
- position: relative;
- display: flex;
- align-items: center;
- background-color: white;
- width: 100%;
- height: 56px;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- color: #333333;
- letter-spacing: 0;
- line-height: 24px;
- padding-top: 16px;
- border-bottom: 1px solid #EEF0F3;
- }
- .list-URL {
- padding-left: 12px;
- padding-right: 12px;
- align-items: center;
- display: inline-block;
- width: 16px;
- height: 16px;
- margin-right: 5px;
- }
- .list-URL image {
- width: 100%;
- height: 20px;
- vertical-align: -2px;
- }
- .list-name {
- display: inline-block;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- color: #333333;
- letter-spacing: 0;
- line-height: 24px;
- }
- .listimage {
- width: 16px;
- height: 16px;
- position: absolute;
- right: 36px;
- }
- .quit-main {
- margin-top: 36px;
- margin-left: 25px;
- margin-right: 20px;
- background-color: white;
- width: 85%;
- height: 46px;
- border: 1px solid #006EFF;
- border-radius: 24px;
- border-radius: 24px;
- }
- .quit-main-text {
- display: flex;
- justify-content: center;
- margin-top: 13px;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- color: #006EFF;
- letter-spacing: 0;
- }
- .arrow {
- width: 16px;
- height: 16px;
- float: right;
- }
- .pop-mask {
- width: 100vw;
- height: 100vh;
- position: fixed;
- z-index: 2;
- top: 0;
- /* #ifdef H5 */
- top: calc(88rpx + constant(safe-area-inset-top));
- top: calc(88rpx + env(safe-area-inset-top));
- /* #endif */
- right: 0;
- background: rgba(0, 0, 0, 0.60);
- display: flex;
- align-items: center;
- }
- .pop-box {
- display: flex;
- justify-content: center;
- flex-direction: column;
- padding: 20rpx;
- align-items: center;
- background: #FFFFFF;
- border: 1px solid #EEF0F3;
- z-index: 1;
- }
- .text-title {
- right: 100px;
- left: 100px;
- }
- .pop-box-text {
- display: flex;
- padding-top: 10px;
- font-family: PingFangSC-Regular;
- font-size: 16px;
- padding-left: 20px;
- padding-right: 20px;
- }
- .agree {
- padding-top: 20rpx;
- }
- .pop-agree {
- padding-top: 20rpx;
- background: rgba(0, 110, 255, 1);
- border-radius: 30px;
- font-size: 16px;
- color: #FFFFFF;
- letter-spacing: 0;
- /* text-align: center; */
- font-weight: 500;
- }
|